tree: dd922a47b58180f896c736860de9d1332c32d795 [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. reporting/
  12. server/
  13. server-cluster/
  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.cpp
  26. AttributePathExpandIterator.h
  27. AttributePathParams.h
  28. AttributeReportBuilder.cpp
  29. AttributeReportBuilder.h
  30. AttributeValueDecoder.h
  31. AttributeValueEncoder.cpp
  32. AttributeValueEncoder.h
  33. BufferedReadCallback.cpp
  34. BufferedReadCallback.h
  35. BUILD.gn
  36. CASEClient.cpp
  37. CASEClient.h
  38. CASEClientPool.h
  39. CASESessionManager.cpp
  40. CASESessionManager.h
  41. chip_data_model.cmake
  42. chip_data_model.gni
  43. ChunkedWriteCallback.cpp
  44. ChunkedWriteCallback.h
  45. ClusterStateCache.cpp
  46. ClusterStateCache.h
  47. CommandHandler.cpp
  48. CommandHandler.h
  49. CommandHandlerExchangeInterface.h
  50. CommandHandlerImpl.cpp
  51. CommandHandlerImpl.h
  52. CommandHandlerInterface.h
  53. CommandHandlerInterfaceRegistry.cpp
  54. CommandHandlerInterfaceRegistry.h
  55. CommandPathParams.h
  56. CommandPathRegistry.h
  57. CommandResponseHelper.h
  58. CommandResponseSender.cpp
  59. CommandResponseSender.h
  60. CommandSender.cpp
  61. CommandSender.h
  62. CommandSenderLegacyCallback.h
  63. common_flags.gni
  64. ConcreteAttributePath.h
  65. ConcreteClusterPath.h
  66. ConcreteCommandPath.h
  67. ConcreteEventPath.h
  68. DataVersionFilter.h
  69. DefaultSafeAttributePersistenceProvider.h
  70. DeviceProxy.cpp
  71. DeviceProxy.h
  72. EventHeader.h
  73. EventLogging.h
  74. EventLoggingDelegate.h
  75. EventLoggingTypes.h
  76. EventManagement.cpp
  77. EventManagement.h
  78. EventPathParams.h
  79. EventReporter.h
  80. FailSafeContext.cpp
  81. FailSafeContext.h
  82. GenericEventManagementTestEventTriggerHandler.cpp
  83. GenericEventManagementTestEventTriggerHandler.h
  84. GlobalAttributes.cpp
  85. GlobalAttributes.h
  86. InteractionModelDelegatePointers.cpp
  87. InteractionModelDelegatePointers.h
  88. InteractionModelEngine.cpp
  89. InteractionModelEngine.h
  90. InteractionModelHelper.h
  91. InteractionModelTimeout.h
  92. OperationalSessionSetup.cpp
  93. OperationalSessionSetup.h
  94. OperationalSessionSetupPool.h
  95. ota_image_tool.py
  96. OTAUserConsentCommon.h
  97. PendingResponseTracker.h
  98. PendingResponseTrackerImpl.cpp
  99. PendingResponseTrackerImpl.h
  100. ReadClient.cpp
  101. ReadClient.h
  102. ReadHandler.cpp
  103. ReadHandler.h
  104. README.md
  105. ReadPrepareParams.h
  106. RequiredPrivilege.h
  107. SafeAttributePersistenceProvider.cpp
  108. SafeAttributePersistenceProvider.h
  109. SimpleSubscriptionResumptionStorage.cpp
  110. SimpleSubscriptionResumptionStorage.h
  111. SpecificationDefinedRevisions.h
  112. StatusResponse.cpp
  113. StatusResponse.h
  114. StorageDelegateWrapper.cpp
  115. StorageDelegateWrapper.h
  116. SubscriptionResumptionSessionEstablisher.cpp
  117. SubscriptionResumptionSessionEstablisher.h
  118. SubscriptionResumptionStorage.h
  119. SubscriptionsInfoProvider.h
  120. TestEventTriggerDelegate.h
  121. TimedHandler.cpp
  122. TimedHandler.h
  123. TimedRequest.cpp
  124. TimedRequest.h
  125. TimerDelegates.cpp
  126. TimerDelegates.h
  127. WriteClient.cpp
  128. WriteClient.h
  129. WriteHandler.cpp
  130. WriteHandler.h
  131. zap_cluster_list.json
  132. 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/.