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