tree: f09a4d573b7f2dc330e19baa4d61f6032a71410a [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. 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. CommandSender.cpp
  45. CommandSender.h
  46. common_flags.gni
  47. CompatEnumNames.h
  48. ConcreteAttributePath.h
  49. ConcreteClusterPath.h
  50. ConcreteCommandPath.h
  51. ConcreteEventPath.h
  52. DataModelRevision.h
  53. DataVersionFilter.h
  54. DefaultAttributePersistenceProvider.cpp
  55. DefaultAttributePersistenceProvider.h
  56. DeferredAttributePersistenceProvider.cpp
  57. DeferredAttributePersistenceProvider.h
  58. DeviceProxy.cpp
  59. DeviceProxy.h
  60. EventHeader.h
  61. EventLogging.h
  62. EventLoggingDelegate.h
  63. EventLoggingTypes.h
  64. EventManagement.cpp
  65. EventManagement.h
  66. EventPathParams.h
  67. FailSafeContext.cpp
  68. FailSafeContext.h
  69. GlobalAttributes.h
  70. InteractionModelEngine.cpp
  71. InteractionModelEngine.h
  72. InteractionModelHelper.h
  73. InteractionModelRevision.h
  74. InteractionModelTimeout.h
  75. ObjectList.h
  76. OperationalSessionSetup.cpp
  77. OperationalSessionSetup.h
  78. OperationalSessionSetupPool.h
  79. ota_image_tool.py
  80. OTAUserConsentCommon.h
  81. ReadClient.cpp
  82. ReadClient.h
  83. ReadHandler.cpp
  84. ReadHandler.h
  85. README.md
  86. ReadPrepareParams.h
  87. RequiredPrivilege.cpp
  88. RequiredPrivilege.h
  89. SafeAttributePersistenceProvider.h
  90. SimpleSubscriptionResumptionStorage.cpp
  91. SimpleSubscriptionResumptionStorage.h
  92. SpecificationVersion.h
  93. StatusResponse.cpp
  94. StatusResponse.h
  95. SubscriptionResumptionSessionEstablisher.cpp
  96. SubscriptionResumptionSessionEstablisher.h
  97. SubscriptionResumptionStorage.h
  98. TestEventTriggerDelegate.h
  99. TimedHandler.cpp
  100. TimedHandler.h
  101. TimedRequest.cpp
  102. TimedRequest.h
  103. TimerDelegates.cpp
  104. TimerDelegates.h
  105. WriteClient.cpp
  106. WriteClient.h
  107. WriteHandler.cpp
  108. WriteHandler.h
  109. zap_cluster_list.json
  110. 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/.