tree: 4db2c27d1d525e177291ec2e70e8170c84576700 [path history] [tgz]
  1. app-platform/
  2. cluster-building-blocks/
  3. clusters/
  4. common/
  5. data-model/
  6. data-model-provider/
  7. docs/
  8. dynamic_server/
  9. icd/
  10. MessageDef/
  11. reporting/
  12. server/
  13. tests/
  14. util/
  15. zap-templates/
  16. .gitignore
  17. AppConfig.h
  18. AttributeAccessInterface.h
  19. AttributeAccessInterfaceCache.h
  20. AttributeAccessInterfaceRegistry.cpp
  21. AttributeAccessInterfaceRegistry.h
  22. AttributeAccessToken.h
  23. AttributeEncodeState.h
  24. AttributePathExpandIterator.cpp
  25. AttributePathExpandIterator.h
  26. AttributePathParams.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. CommandHandlerImpl.cpp
  50. CommandHandlerImpl.h
  51. CommandHandlerInterface.h
  52. CommandHandlerInterfaceRegistry.cpp
  53. CommandHandlerInterfaceRegistry.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. DefaultSafeAttributePersistenceProvider.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.cpp
  105. SafeAttributePersistenceProvider.h
  106. SimpleSubscriptionResumptionStorage.cpp
  107. SimpleSubscriptionResumptionStorage.h
  108. SpecificationDefinedRevisions.h
  109. StatusResponse.cpp
  110. StatusResponse.h
  111. StorageDelegateWrapper.cpp
  112. StorageDelegateWrapper.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/.