tree: a5a39aa36ad11c279bd18a4a70b66eaa01dc55b7 [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. CommandPathParams.h
  60. CommandPathRegistry.h
  61. CommandResponseHelper.h
  62. CommandResponseSender.cpp
  63. CommandResponseSender.h
  64. CommandSender.cpp
  65. CommandSender.h
  66. CommandSenderLegacyCallback.h
  67. common_flags.gni
  68. ConcreteAttributePath.h
  69. ConcreteClusterPath.h
  70. ConcreteCommandPath.h
  71. ConcreteEventPath.h
  72. DataVersionFilter.h
  73. DefaultAttributePersistenceProvider.cpp
  74. DefaultAttributePersistenceProvider.h
  75. DeferredAttributePersistenceProvider.cpp
  76. DeferredAttributePersistenceProvider.h
  77. DeviceProxy.cpp
  78. DeviceProxy.h
  79. EventHeader.h
  80. EventLogging.h
  81. EventLoggingDelegate.h
  82. EventLoggingTypes.h
  83. EventManagement.cpp
  84. EventManagement.h
  85. EventPathParams.h
  86. FailSafeContext.cpp
  87. FailSafeContext.h
  88. GenericEventManagementTestEventTriggerHandler.cpp
  89. GenericEventManagementTestEventTriggerHandler.h
  90. GlobalAttributes.h
  91. InteractionModelDelegatePointers.cpp
  92. InteractionModelDelegatePointers.h
  93. InteractionModelEngine.cpp
  94. InteractionModelEngine.h
  95. InteractionModelHelper.h
  96. InteractionModelTimeout.h
  97. OperationalSessionSetup.cpp
  98. OperationalSessionSetup.h
  99. OperationalSessionSetupPool.h
  100. ota_image_tool.py
  101. OTAUserConsentCommon.h
  102. PendingResponseTracker.h
  103. PendingResponseTrackerImpl.cpp
  104. PendingResponseTrackerImpl.h
  105. ReadClient.cpp
  106. ReadClient.h
  107. ReadHandler.cpp
  108. ReadHandler.h
  109. README.md
  110. ReadPrepareParams.h
  111. RequiredPrivilege.h
  112. SafeAttributePersistenceProvider.h
  113. SimpleSubscriptionResumptionStorage.cpp
  114. SimpleSubscriptionResumptionStorage.h
  115. SpecificationDefinedRevisions.h
  116. StatusResponse.cpp
  117. StatusResponse.h
  118. SubscriptionResumptionSessionEstablisher.cpp
  119. SubscriptionResumptionSessionEstablisher.h
  120. SubscriptionResumptionStorage.h
  121. SubscriptionsInfoProvider.h
  122. TestEventTriggerDelegate.h
  123. TimedHandler.cpp
  124. TimedHandler.h
  125. TimedRequest.cpp
  126. TimedRequest.h
  127. TimerDelegates.cpp
  128. TimerDelegates.h
  129. WriteClient.cpp
  130. WriteClient.h
  131. WriteHandler.cpp
  132. WriteHandler.h
  133. zap_cluster_list.json
  134. 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/.