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