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