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