tree: 7189d4c69526adf4f60daee7fd480c91a799487b [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. AttributePersistenceProvider.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. DefaultAttributePersistenceProvider.cpp
  71. DefaultAttributePersistenceProvider.h
  72. DeferredAttributePersistenceProvider.cpp
  73. DeferredAttributePersistenceProvider.h
  74. DeviceProxy.cpp
  75. DeviceProxy.h
  76. EventHeader.h
  77. EventLogging.h
  78. EventLoggingDelegate.h
  79. EventLoggingTypes.h
  80. EventManagement.cpp
  81. EventManagement.h
  82. EventPathParams.h
  83. FailSafeContext.cpp
  84. FailSafeContext.h
  85. GenericEventManagementTestEventTriggerHandler.cpp
  86. GenericEventManagementTestEventTriggerHandler.h
  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.h
  110. SimpleSubscriptionResumptionStorage.cpp
  111. SimpleSubscriptionResumptionStorage.h
  112. SpecificationDefinedRevisions.h
  113. StatusResponse.cpp
  114. StatusResponse.h
  115. SubscriptionResumptionSessionEstablisher.cpp
  116. SubscriptionResumptionSessionEstablisher.h
  117. SubscriptionResumptionStorage.h
  118. SubscriptionsInfoProvider.h
  119. TestEventTriggerDelegate.h
  120. TimedHandler.cpp
  121. TimedHandler.h
  122. TimedRequest.cpp
  123. TimedRequest.h
  124. TimerDelegates.cpp
  125. TimerDelegates.h
  126. WriteClient.cpp
  127. WriteClient.h
  128. WriteHandler.cpp
  129. WriteHandler.h
  130. zap_cluster_list.json
  131. 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/.