tree: 159e12cb6e3d367de9ac294d9f027cf21c769e64 [path history] [tgz]
  1. app-platform/
  2. clusters/
  3. common/
  4. data-model/
  5. docs/
  6. dynamic_server/
  7. icd/
  8. interaction-model/
  9. MessageDef/
  10. reporting/
  11. server/
  12. tests/
  13. util/
  14. zap-templates/
  15. .gitignore
  16. AppConfig.h
  17. AttributeAccessInterface.h
  18. AttributeAccessInterfaceCache.h
  19. AttributeAccessInterfaceRegistry.cpp
  20. AttributeAccessInterfaceRegistry.h
  21. AttributeAccessToken.h
  22. AttributeEncodeState.h
  23. AttributePathExpandIterator.cpp
  24. AttributePathExpandIterator.h
  25. AttributePathParams.h
  26. AttributePersistenceProvider.h
  27. AttributeReportBuilder.cpp
  28. AttributeReportBuilder.h
  29. AttributeValueDecoder.h
  30. AttributeValueEncoder.cpp
  31. AttributeValueEncoder.h
  32. BufferedReadCallback.cpp
  33. BufferedReadCallback.h
  34. BUILD.gn
  35. CASEClient.cpp
  36. CASEClient.h
  37. CASEClientPool.h
  38. CASESessionManager.cpp
  39. CASESessionManager.h
  40. chip_data_model.cmake
  41. chip_data_model.gni
  42. ChunkedWriteCallback.cpp
  43. ChunkedWriteCallback.h
  44. ClusterStateCache.cpp
  45. ClusterStateCache.h
  46. CommandHandler.cpp
  47. CommandHandler.h
  48. CommandHandlerExchangeInterface.h
  49. CommandHandlerImpl.cpp
  50. CommandHandlerImpl.h
  51. CommandHandlerInterface.h
  52. CommandPathParams.h
  53. CommandPathRegistry.h
  54. CommandResponseHelper.h
  55. CommandResponseSender.cpp
  56. CommandResponseSender.h
  57. CommandSender.cpp
  58. CommandSender.h
  59. CommandSenderLegacyCallback.h
  60. common_flags.gni
  61. ConcreteAttributePath.h
  62. ConcreteClusterPath.h
  63. ConcreteCommandPath.h
  64. ConcreteEventPath.h
  65. DataVersionFilter.h
  66. DefaultAttributePersistenceProvider.cpp
  67. DefaultAttributePersistenceProvider.h
  68. DeferredAttributePersistenceProvider.cpp
  69. DeferredAttributePersistenceProvider.h
  70. DeviceProxy.cpp
  71. DeviceProxy.h
  72. EventHeader.h
  73. EventLogging.h
  74. EventLoggingDelegate.h
  75. EventLoggingTypes.h
  76. EventManagement.cpp
  77. EventManagement.h
  78. EventPathParams.h
  79. FailSafeContext.cpp
  80. FailSafeContext.h
  81. GenericEventManagementTestEventTriggerHandler.cpp
  82. GenericEventManagementTestEventTriggerHandler.h
  83. GlobalAttributes.h
  84. InteractionModelDelegatePointers.cpp
  85. InteractionModelDelegatePointers.h
  86. InteractionModelEngine.cpp
  87. InteractionModelEngine.h
  88. InteractionModelHelper.h
  89. InteractionModelTimeout.h
  90. OperationalSessionSetup.cpp
  91. OperationalSessionSetup.h
  92. OperationalSessionSetupPool.h
  93. ota_image_tool.py
  94. OTAUserConsentCommon.h
  95. PendingResponseTracker.h
  96. PendingResponseTrackerImpl.cpp
  97. PendingResponseTrackerImpl.h
  98. ReadClient.cpp
  99. ReadClient.h
  100. ReadHandler.cpp
  101. ReadHandler.h
  102. README.md
  103. ReadPrepareParams.h
  104. RequiredPrivilege.h
  105. SafeAttributePersistenceProvider.h
  106. SimpleSubscriptionResumptionStorage.cpp
  107. SimpleSubscriptionResumptionStorage.h
  108. SpecificationDefinedRevisions.h
  109. StatusResponse.cpp
  110. StatusResponse.h
  111. SubscriptionResumptionSessionEstablisher.cpp
  112. SubscriptionResumptionSessionEstablisher.h
  113. SubscriptionResumptionStorage.h
  114. SubscriptionsInfoProvider.h
  115. TestEventTriggerDelegate.h
  116. TimedHandler.cpp
  117. TimedHandler.h
  118. TimedRequest.cpp
  119. TimedRequest.h
  120. TimerDelegates.cpp
  121. TimerDelegates.h
  122. WriteClient.cpp
  123. WriteClient.h
  124. WriteHandler.cpp
  125. WriteHandler.h
  126. zap_cluster_list.json
  127. zap_cluster_list.py
src/app/README.md

Application layer for CHIP

What is this?

The purpose of this folder is to contain CHIP clusters and associated utilities. The cluster implementations live under the clusters/ directory. Utility files live in the util/. Server files live in the server/.