tree: 2734cca025ba59eaaed52923dbd67f71c51e3543 [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. DeviceLoadStatusProvider.h
  74. DeviceProxy.cpp
  75. DeviceProxy.h
  76. EventHeader.h
  77. EventLogging.h
  78. EventLoggingDelegate.h
  79. EventLoggingTypes.h
  80. EventManagement.cpp
  81. EventManagement.h
  82. EventPathParams.h
  83. EventReporter.h
  84. FailSafeContext.cpp
  85. FailSafeContext.h
  86. GenericEventManagementTestEventTriggerHandler.cpp
  87. GenericEventManagementTestEventTriggerHandler.h
  88. GlobalAttributes.cpp
  89. GlobalAttributes.h
  90. InteractionModelDelegatePointers.cpp
  91. InteractionModelDelegatePointers.h
  92. InteractionModelEngine.cpp
  93. InteractionModelEngine.h
  94. InteractionModelHelper.h
  95. InteractionModelTimeout.h
  96. OperationalSessionSetup.cpp
  97. OperationalSessionSetup.h
  98. OperationalSessionSetupPool.h
  99. ota_image_tool.py
  100. OTAUserConsentCommon.h
  101. PendingResponseTracker.h
  102. PendingResponseTrackerImpl.cpp
  103. PendingResponseTrackerImpl.h
  104. ReadClient.cpp
  105. ReadClient.h
  106. ReadHandler.cpp
  107. ReadHandler.h
  108. README.md
  109. ReadPrepareParams.h
  110. RequiredPrivilege.h
  111. SafeAttributePersistenceProvider.cpp
  112. SafeAttributePersistenceProvider.h
  113. SimpleSubscriptionResumptionStorage.cpp
  114. SimpleSubscriptionResumptionStorage.h
  115. SpecificationDefinedRevisions.h
  116. StatusResponse.cpp
  117. StatusResponse.h
  118. StorageDelegateWrapper.cpp
  119. StorageDelegateWrapper.h
  120. SubscriptionResumptionSessionEstablisher.cpp
  121. SubscriptionResumptionSessionEstablisher.h
  122. SubscriptionResumptionStorage.h
  123. SubscriptionsInfoProvider.h
  124. SubscriptionStats.h
  125. TestEventTriggerDelegate.h
  126. TimedHandler.cpp
  127. TimedHandler.h
  128. TimedRequest.cpp
  129. TimedRequest.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/.