tree: e3b04ccfc006f25cec81c5c75b9d9ae451f41598 [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. EventHeader.h
  63. EventLogging.h
  64. EventLoggingDelegate.h
  65. EventLoggingTypes.h
  66. EventManagement.cpp
  67. EventManagement.h
  68. EventPathParams.h
  69. FailSafeContext.cpp
  70. FailSafeContext.h
  71. GlobalAttributes.h
  72. InteractionModelDelegatePointers.cpp
  73. InteractionModelDelegatePointers.h
  74. InteractionModelEngine.cpp
  75. InteractionModelEngine.h
  76. InteractionModelHelper.h
  77. InteractionModelTimeout.h
  78. OperationalSessionSetup.cpp
  79. OperationalSessionSetup.h
  80. OperationalSessionSetupPool.h
  81. ota_image_tool.py
  82. OTAUserConsentCommon.h
  83. PendingResponseTracker.h
  84. PendingResponseTrackerImpl.cpp
  85. PendingResponseTrackerImpl.h
  86. ReadClient.cpp
  87. ReadClient.h
  88. ReadHandler.cpp
  89. ReadHandler.h
  90. README.md
  91. ReadPrepareParams.h
  92. RequiredPrivilege.cpp
  93. RequiredPrivilege.h
  94. SafeAttributePersistenceProvider.h
  95. SimpleSubscriptionResumptionStorage.cpp
  96. SimpleSubscriptionResumptionStorage.h
  97. SpecificationDefinedRevisions.h
  98. StatusResponse.cpp
  99. StatusResponse.h
  100. SubscriptionResumptionSessionEstablisher.cpp
  101. SubscriptionResumptionSessionEstablisher.h
  102. SubscriptionResumptionStorage.h
  103. SubscriptionsInfoProvider.h
  104. TestEventTriggerDelegate.h
  105. TimedHandler.cpp
  106. TimedHandler.h
  107. TimedRequest.cpp
  108. TimedRequest.h
  109. TimerDelegates.cpp
  110. TimerDelegates.h
  111. WriteClient.cpp
  112. WriteClient.h
  113. WriteHandler.cpp
  114. WriteHandler.h
  115. zap_cluster_list.json
  116. 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/.