tree: 43d6c6b29a2cca2b84eca52ac2e26369720035b6 [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. tests/
  14. util/
  15. zap-templates/
  16. .gitignore
  17. AppConfig.h
  18. AttributeAccessInterface.h
  19. AttributeAccessInterfaceCache.h
  20. AttributeAccessInterfaceRegistry.cpp
  21. AttributeAccessInterfaceRegistry.h
  22. AttributeAccessToken.h
  23. AttributeEncodeState.h
  24. AttributePathExpandIterator.cpp
  25. AttributePathExpandIterator.h
  26. AttributePathParams.h
  27. AttributeReportBuilder.cpp
  28. AttributeReportBuilder.h
  29. AttributeValueDecoder.h
  30. AttributeValueEncoder.cpp
  31. AttributeValueEncoder.h
  32. BufferedReadCallback.cpp
  33. BufferedReadCallback.h
  34. BUILD.gn
  35. CASEClient.cpp
  36. CASEClient.h
  37. CASEClientPool.h
  38. CASESessionManager.cpp
  39. CASESessionManager.h
  40. chip_data_model.cmake
  41. chip_data_model.gni
  42. ChunkedWriteCallback.cpp
  43. ChunkedWriteCallback.h
  44. ClusterStateCache.cpp
  45. ClusterStateCache.h
  46. CommandHandler.cpp
  47. CommandHandler.h
  48. CommandHandlerExchangeInterface.h
  49. CommandHandlerImpl.cpp
  50. CommandHandlerImpl.h
  51. CommandHandlerInterface.h
  52. CommandHandlerInterfaceRegistry.cpp
  53. CommandHandlerInterfaceRegistry.h
  54. CommandPathParams.h
  55. CommandPathRegistry.h
  56. CommandResponseHelper.h
  57. CommandResponseSender.cpp
  58. CommandResponseSender.h
  59. CommandSender.cpp
  60. CommandSender.h
  61. CommandSenderLegacyCallback.h
  62. common_flags.gni
  63. ConcreteAttributePath.h
  64. ConcreteClusterPath.h
  65. ConcreteCommandPath.h
  66. ConcreteEventPath.h
  67. DataVersionFilter.h
  68. DefaultSafeAttributePersistenceProvider.h
  69. DeviceProxy.cpp
  70. DeviceProxy.h
  71. EventHeader.h
  72. EventLogging.h
  73. EventLoggingDelegate.h
  74. EventLoggingTypes.h
  75. EventManagement.cpp
  76. EventManagement.h
  77. EventPathParams.h
  78. EventReporter.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/.