tree: 7960cacd0714fd698614cd67fa2a0d8a3467085e [path history] [tgz]
  1. app-platform/
  2. clusters/
  3. common/
  4. data-model/
  5. docs/
  6. dynamic_server/
  7. icd/
  8. interaction-model/
  9. MessageDef/
  10. reporting/
  11. server/
  12. tests/
  13. util/
  14. zap-templates/
  15. .gitignore
  16. AppConfig.h
  17. AttributeAccessInterface.h
  18. AttributeAccessInterfaceCache.h
  19. AttributeAccessInterfaceRegistry.cpp
  20. AttributeAccessInterfaceRegistry.h
  21. AttributeAccessToken.h
  22. AttributeEncodeState.h
  23. AttributePathExpandIterator.cpp
  24. AttributePathExpandIterator.h
  25. AttributePathParams.h
  26. AttributePersistenceProvider.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. CommandHandlerInterface.h
  50. CommandPathParams.h
  51. CommandPathRegistry.h
  52. CommandResponseHelper.h
  53. CommandResponseSender.cpp
  54. CommandResponseSender.h
  55. CommandSender.cpp
  56. CommandSender.h
  57. CommandSenderLegacyCallback.h
  58. common_flags.gni
  59. ConcreteAttributePath.h
  60. ConcreteClusterPath.h
  61. ConcreteCommandPath.h
  62. ConcreteEventPath.h
  63. DataVersionFilter.h
  64. DefaultAttributePersistenceProvider.cpp
  65. DefaultAttributePersistenceProvider.h
  66. DeferredAttributePersistenceProvider.cpp
  67. DeferredAttributePersistenceProvider.h
  68. DeviceProxy.cpp
  69. DeviceProxy.h
  70. EventHeader.h
  71. EventLogging.h
  72. EventLoggingDelegate.h
  73. EventLoggingTypes.h
  74. EventManagement.cpp
  75. EventManagement.h
  76. EventPathParams.h
  77. FailSafeContext.cpp
  78. FailSafeContext.h
  79. GlobalAttributes.h
  80. InteractionModelDelegatePointers.cpp
  81. InteractionModelDelegatePointers.h
  82. InteractionModelEngine.cpp
  83. InteractionModelEngine.h
  84. InteractionModelHelper.h
  85. InteractionModelTimeout.h
  86. OperationalSessionSetup.cpp
  87. OperationalSessionSetup.h
  88. OperationalSessionSetupPool.h
  89. ota_image_tool.py
  90. OTAUserConsentCommon.h
  91. PendingResponseTracker.h
  92. PendingResponseTrackerImpl.cpp
  93. PendingResponseTrackerImpl.h
  94. ReadClient.cpp
  95. ReadClient.h
  96. ReadHandler.cpp
  97. ReadHandler.h
  98. README.md
  99. ReadPrepareParams.h
  100. RequiredPrivilege.h
  101. SafeAttributePersistenceProvider.h
  102. SimpleSubscriptionResumptionStorage.cpp
  103. SimpleSubscriptionResumptionStorage.h
  104. SpecificationDefinedRevisions.h
  105. StatusResponse.cpp
  106. StatusResponse.h
  107. SubscriptionResumptionSessionEstablisher.cpp
  108. SubscriptionResumptionSessionEstablisher.h
  109. SubscriptionResumptionStorage.h
  110. SubscriptionsInfoProvider.h
  111. TestEventTriggerDelegate.h
  112. TimedHandler.cpp
  113. TimedHandler.h
  114. TimedRequest.cpp
  115. TimedRequest.h
  116. TimerDelegates.cpp
  117. TimerDelegates.h
  118. WriteClient.cpp
  119. WriteClient.h
  120. WriteHandler.cpp
  121. WriteHandler.h
  122. zap_cluster_list.json
  123. 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/.