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