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