tree: a1dcf704e4a124bf4c17389ec5804e8f523bad65 [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. GenericEventManagementTestEventTriggerHandler.cpp
  80. GenericEventManagementTestEventTriggerHandler.h
  81. GlobalAttributes.h
  82. InteractionModelDelegatePointers.cpp
  83. InteractionModelDelegatePointers.h
  84. InteractionModelEngine.cpp
  85. InteractionModelEngine.h
  86. InteractionModelHelper.h
  87. InteractionModelTimeout.h
  88. OperationalSessionSetup.cpp
  89. OperationalSessionSetup.h
  90. OperationalSessionSetupPool.h
  91. ota_image_tool.py
  92. OTAUserConsentCommon.h
  93. PendingResponseTracker.h
  94. PendingResponseTrackerImpl.cpp
  95. PendingResponseTrackerImpl.h
  96. ReadClient.cpp
  97. ReadClient.h
  98. ReadHandler.cpp
  99. ReadHandler.h
  100. README.md
  101. ReadPrepareParams.h
  102. RequiredPrivilege.h
  103. SafeAttributePersistenceProvider.h
  104. SimpleSubscriptionResumptionStorage.cpp
  105. SimpleSubscriptionResumptionStorage.h
  106. SpecificationDefinedRevisions.h
  107. StatusResponse.cpp
  108. StatusResponse.h
  109. SubscriptionResumptionSessionEstablisher.cpp
  110. SubscriptionResumptionSessionEstablisher.h
  111. SubscriptionResumptionStorage.h
  112. SubscriptionsInfoProvider.h
  113. TestEventTriggerDelegate.h
  114. TimedHandler.cpp
  115. TimedHandler.h
  116. TimedRequest.cpp
  117. TimedRequest.h
  118. TimerDelegates.cpp
  119. TimerDelegates.h
  120. WriteClient.cpp
  121. WriteClient.h
  122. WriteHandler.cpp
  123. WriteHandler.h
  124. zap_cluster_list.json
  125. 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/.