tree: 2a31112dd125a1e14979f1342f27088880a290da [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.h
  91. SafeAttributePersistenceProvider.h
  92. SimpleSubscriptionResumptionStorage.cpp
  93. SimpleSubscriptionResumptionStorage.h
  94. SpecificationDefinedRevisions.h
  95. StatusResponse.cpp
  96. StatusResponse.h
  97. SubscriptionResumptionSessionEstablisher.cpp
  98. SubscriptionResumptionSessionEstablisher.h
  99. SubscriptionResumptionStorage.h
  100. SubscriptionsInfoProvider.h
  101. TestEventTriggerDelegate.h
  102. TimedHandler.cpp
  103. TimedHandler.h
  104. TimedRequest.cpp
  105. TimedRequest.h
  106. TimerDelegates.cpp
  107. TimerDelegates.h
  108. WriteClient.cpp
  109. WriteClient.h
  110. WriteHandler.cpp
  111. WriteHandler.h
  112. zap_cluster_list.json
  113. 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/.