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