tree: 56f1712bfccf12e01b9da5b8174c53664d673f7e [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. AttributeReportBuilder.cpp
  29. AttributeReportBuilder.h
  30. AttributeValueDecoder.h
  31. AttributeValueEncoder.cpp
  32. AttributeValueEncoder.h
  33. BufferedReadCallback.cpp
  34. BufferedReadCallback.h
  35. BUILD.gn
  36. CASEClient.cpp
  37. CASEClient.h
  38. CASEClientPool.h
  39. CASESessionManager.cpp
  40. CASESessionManager.h
  41. chip_data_model.cmake
  42. chip_data_model.gni
  43. ChunkedWriteCallback.cpp
  44. ChunkedWriteCallback.h
  45. ClusterStateCache.cpp
  46. ClusterStateCache.h
  47. CommandHandler.cpp
  48. CommandHandler.h
  49. CommandHandlerExchangeInterface.h
  50. CommandHandlerImpl.cpp
  51. CommandHandlerImpl.h
  52. CommandHandlerInterface.h
  53. CommandHandlerInterfaceRegistry.cpp
  54. CommandHandlerInterfaceRegistry.h
  55. CommandPathParams.h
  56. CommandPathRegistry.h
  57. CommandResponseHelper.h
  58. CommandResponseSender.cpp
  59. CommandResponseSender.h
  60. CommandSender.cpp
  61. CommandSender.h
  62. CommandSenderLegacyCallback.h
  63. common_flags.gni
  64. ConcreteAttributePath.h
  65. ConcreteClusterPath.h
  66. ConcreteCommandPath.h
  67. ConcreteEventPath.h
  68. DataVersionFilter.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. FailSafeContext.cpp
  79. FailSafeContext.h
  80. GenericEventManagementTestEventTriggerHandler.cpp
  81. GenericEventManagementTestEventTriggerHandler.h
  82. GlobalAttributes.h
  83. InteractionModelDelegatePointers.cpp
  84. InteractionModelDelegatePointers.h
  85. InteractionModelEngine.cpp
  86. InteractionModelEngine.h
  87. InteractionModelHelper.h
  88. InteractionModelTimeout.h
  89. OperationalSessionSetup.cpp
  90. OperationalSessionSetup.h
  91. OperationalSessionSetupPool.h
  92. ota_image_tool.py
  93. OTAUserConsentCommon.h
  94. PendingResponseTracker.h
  95. PendingResponseTrackerImpl.cpp
  96. PendingResponseTrackerImpl.h
  97. ReadClient.cpp
  98. ReadClient.h
  99. ReadHandler.cpp
  100. ReadHandler.h
  101. README.md
  102. ReadPrepareParams.h
  103. RequiredPrivilege.h
  104. SafeAttributePersistenceProvider.h
  105. SimpleSubscriptionResumptionStorage.cpp
  106. SimpleSubscriptionResumptionStorage.h
  107. SpecificationDefinedRevisions.h
  108. StatusResponse.cpp
  109. StatusResponse.h
  110. SubscriptionResumptionSessionEstablisher.cpp
  111. SubscriptionResumptionSessionEstablisher.h
  112. SubscriptionResumptionStorage.h
  113. SubscriptionsInfoProvider.h
  114. TestEventTriggerDelegate.h
  115. TimedHandler.cpp
  116. TimedHandler.h
  117. TimedRequest.cpp
  118. TimedRequest.h
  119. TimerDelegates.cpp
  120. TimerDelegates.h
  121. WriteClient.cpp
  122. WriteClient.h
  123. WriteHandler.cpp
  124. WriteHandler.h
  125. zap_cluster_list.json
  126. 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/.