tree: 59318e8bac602b22997d788f4b4dc45d68e1e2c4 [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. CommandPathParams.h
  58. CommandPathRegistry.h
  59. CommandResponseHelper.h
  60. CommandResponseSender.cpp
  61. CommandResponseSender.h
  62. CommandSender.cpp
  63. CommandSender.h
  64. CommandSenderLegacyCallback.h
  65. common_flags.gni
  66. ConcreteAttributePath.h
  67. ConcreteClusterPath.h
  68. ConcreteCommandPath.h
  69. ConcreteEventPath.h
  70. DataVersionFilter.h
  71. DefaultSafeAttributePersistenceProvider.h
  72. DeviceProxy.cpp
  73. DeviceProxy.h
  74. EventHeader.h
  75. EventLogging.h
  76. EventLoggingDelegate.h
  77. EventLoggingTypes.h
  78. EventManagement.cpp
  79. EventManagement.h
  80. EventPathParams.h
  81. EventReporter.h
  82. FailSafeContext.cpp
  83. FailSafeContext.h
  84. GenericEventManagementTestEventTriggerHandler.cpp
  85. GenericEventManagementTestEventTriggerHandler.h
  86. GlobalAttributes.cpp
  87. GlobalAttributes.h
  88. InteractionModelDelegatePointers.cpp
  89. InteractionModelDelegatePointers.h
  90. InteractionModelEngine.cpp
  91. InteractionModelEngine.h
  92. InteractionModelHelper.h
  93. InteractionModelTimeout.h
  94. OperationalSessionSetup.cpp
  95. OperationalSessionSetup.h
  96. OperationalSessionSetupPool.h
  97. ota_image_tool.py
  98. OTAUserConsentCommon.h
  99. PendingResponseTracker.h
  100. PendingResponseTrackerImpl.cpp
  101. PendingResponseTrackerImpl.h
  102. ReadClient.cpp
  103. ReadClient.h
  104. ReadHandler.cpp
  105. ReadHandler.h
  106. README.md
  107. ReadPrepareParams.h
  108. RequiredPrivilege.h
  109. SafeAttributePersistenceProvider.cpp
  110. SafeAttributePersistenceProvider.h
  111. SimpleSubscriptionResumptionStorage.cpp
  112. SimpleSubscriptionResumptionStorage.h
  113. SpecificationDefinedRevisions.h
  114. StatusResponse.cpp
  115. StatusResponse.h
  116. StorageDelegateWrapper.cpp
  117. StorageDelegateWrapper.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/.