tree: 1f9f918c62a0d5acb237af6030957315eedd8023 [path history] [tgz]
  1. app-platform/
  2. cluster-building-blocks/
  3. clusters/
  4. codegen-data-model-provider/
  5. common/
  6. data-model/
  7. data-model-provider/
  8. docs/
  9. dynamic_server/
  10. icd/
  11. MessageDef/
  12. reporting/
  13. server/
  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. FailSafeContext.cpp
  80. FailSafeContext.h
  81. GenericEventManagementTestEventTriggerHandler.cpp
  82. GenericEventManagementTestEventTriggerHandler.h
  83. GlobalAttributes.h
  84. InteractionModelDelegatePointers.cpp
  85. InteractionModelDelegatePointers.h
  86. InteractionModelEngine.cpp
  87. InteractionModelEngine.h
  88. InteractionModelHelper.h
  89. InteractionModelTimeout.h
  90. OperationalSessionSetup.cpp
  91. OperationalSessionSetup.h
  92. OperationalSessionSetupPool.h
  93. ota_image_tool.py
  94. OTAUserConsentCommon.h
  95. PendingResponseTracker.h
  96. PendingResponseTrackerImpl.cpp
  97. PendingResponseTrackerImpl.h
  98. ReadClient.cpp
  99. ReadClient.h
  100. ReadHandler.cpp
  101. ReadHandler.h
  102. README.md
  103. ReadPrepareParams.h
  104. RequiredPrivilege.h
  105. SafeAttributePersistenceProvider.cpp
  106. SafeAttributePersistenceProvider.h
  107. SimpleSubscriptionResumptionStorage.cpp
  108. SimpleSubscriptionResumptionStorage.h
  109. SpecificationDefinedRevisions.h
  110. StatusResponse.cpp
  111. StatusResponse.h
  112. StorageDelegateWrapper.cpp
  113. StorageDelegateWrapper.h
  114. SubscriptionResumptionSessionEstablisher.cpp
  115. SubscriptionResumptionSessionEstablisher.h
  116. SubscriptionResumptionStorage.h
  117. SubscriptionsInfoProvider.h
  118. TestEventTriggerDelegate.h
  119. TimedHandler.cpp
  120. TimedHandler.h
  121. TimedRequest.cpp
  122. TimedRequest.h
  123. TimerDelegates.cpp
  124. TimerDelegates.h
  125. WriteClient.cpp
  126. WriteClient.h
  127. WriteHandler.cpp
  128. WriteHandler.h
  129. zap_cluster_list.json
  130. 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/.