tree: 62ddc658dad1889f71e12213ffc907d9acc552e4 [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. EventHeader.h
  62. EventLogging.h
  63. EventLoggingDelegate.h
  64. EventLoggingTypes.h
  65. EventManagement.cpp
  66. EventManagement.h
  67. EventPathParams.h
  68. FailSafeContext.cpp
  69. FailSafeContext.h
  70. GlobalAttributes.h
  71. InteractionModelDelegatePointers.cpp
  72. InteractionModelDelegatePointers.h
  73. InteractionModelEngine.cpp
  74. InteractionModelEngine.h
  75. InteractionModelHelper.h
  76. InteractionModelTimeout.h
  77. OperationalSessionSetup.cpp
  78. OperationalSessionSetup.h
  79. OperationalSessionSetupPool.h
  80. ota_image_tool.py
  81. OTAUserConsentCommon.h
  82. PendingResponseTracker.h
  83. PendingResponseTrackerImpl.cpp
  84. PendingResponseTrackerImpl.h
  85. ReadClient.cpp
  86. ReadClient.h
  87. ReadHandler.cpp
  88. ReadHandler.h
  89. README.md
  90. ReadPrepareParams.h
  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/.