tree: dd7a93635f755dbc878533221b95bd229f75ffc3 [path history] [tgz]
  1. app-platform/
  2. clusters/
  3. common/
  4. data-model/
  5. docs/
  6. MessageDef/
  7. reporting/
  8. server/
  9. tests/
  10. util/
  11. zap-templates/
  12. .gitignore
  13. AppConfig.h
  14. att-storage.h
  15. AttributeAccessInterface.cpp
  16. AttributeAccessInterface.h
  17. AttributeAccessToken.h
  18. AttributePathExpandIterator.cpp
  19. AttributePathExpandIterator.h
  20. AttributePathParams.h
  21. AttributePersistenceProvider.h
  22. BufferedReadCallback.cpp
  23. BufferedReadCallback.h
  24. BUILD.gn
  25. CASEClient.cpp
  26. CASEClient.h
  27. CASEClientPool.h
  28. CASESessionManager.cpp
  29. CASESessionManager.h
  30. chip_data_model.cmake
  31. chip_data_model.gni
  32. ChunkedWriteCallback.cpp
  33. ChunkedWriteCallback.h
  34. ClusterStateCache.cpp
  35. ClusterStateCache.h
  36. CommandHandler.cpp
  37. CommandHandler.h
  38. CommandHandlerInterface.h
  39. CommandPathParams.h
  40. CommandResponseHelper.h
  41. CommandSender.cpp
  42. CommandSender.h
  43. common_flags.gni
  44. ConcreteAttributePath.h
  45. ConcreteClusterPath.h
  46. ConcreteCommandPath.h
  47. ConcreteEventPath.h
  48. DataModelRevision.h
  49. DataVersionFilter.h
  50. DefaultAttributePersistenceProvider.cpp
  51. DefaultAttributePersistenceProvider.h
  52. DeferredAttributePersistenceProvider.cpp
  53. DeferredAttributePersistenceProvider.h
  54. DeviceProxy.cpp
  55. DeviceProxy.h
  56. EventHeader.h
  57. EventLogging.h
  58. EventLoggingDelegate.h
  59. EventLoggingTypes.h
  60. EventManagement.cpp
  61. EventManagement.h
  62. EventPathParams.h
  63. FailSafeContext.cpp
  64. FailSafeContext.h
  65. GlobalAttributes.h
  66. InteractionModelEngine.cpp
  67. InteractionModelEngine.h
  68. InteractionModelHelper.h
  69. InteractionModelRevision.h
  70. InteractionModelTimeout.h
  71. ObjectList.h
  72. OperationalSessionSetup.cpp
  73. OperationalSessionSetup.h
  74. OperationalSessionSetupPool.h
  75. ota_image_tool.py
  76. OTAUserConsentCommon.h
  77. ReadClient.cpp
  78. ReadClient.h
  79. ReadHandler.cpp
  80. ReadHandler.h
  81. README.md
  82. ReadPrepareParams.h
  83. RequiredPrivilege.cpp
  84. RequiredPrivilege.h
  85. SimpleSubscriptionResumptionStorage.cpp
  86. SimpleSubscriptionResumptionStorage.h
  87. StatusResponse.cpp
  88. StatusResponse.h
  89. SubscriptionResumptionStorage.h
  90. TestEventTriggerDelegate.h
  91. TimedHandler.cpp
  92. TimedHandler.h
  93. TimedRequest.cpp
  94. TimedRequest.h
  95. WriteClient.cpp
  96. WriteClient.h
  97. WriteHandler.cpp
  98. WriteHandler.h
  99. zap_cluster_list.json
  100. 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/.