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