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