tree: 5d8eda85ac091b2da7c78ffa38b944ea50692c7d [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. AttributeAccessInterface.cpp
  15. AttributeAccessInterface.h
  16. AttributeAccessToken.h
  17. AttributePathExpandIterator.cpp
  18. AttributePathExpandIterator.h
  19. AttributePathParams.h
  20. AttributePersistenceProvider.h
  21. BufferedReadCallback.cpp
  22. BufferedReadCallback.h
  23. BUILD.gn
  24. CASEClient.cpp
  25. CASEClient.h
  26. CASEClientPool.h
  27. CASESessionManager.cpp
  28. CASESessionManager.h
  29. chip-zcl-zpro-codec.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. message-reader.h
  72. ObjectList.h
  73. OperationalSessionSetup.cpp
  74. OperationalSessionSetup.h
  75. OperationalSessionSetupPool.h
  76. ota_image_tool.py
  77. OTAUserConsentCommon.h
  78. ReadClient.cpp
  79. ReadClient.h
  80. ReadHandler.cpp
  81. ReadHandler.h
  82. README.md
  83. ReadPrepareParams.h
  84. RequiredPrivilege.cpp
  85. RequiredPrivilege.h
  86. StatusResponse.cpp
  87. StatusResponse.h
  88. TestEventTriggerDelegate.h
  89. TimedHandler.cpp
  90. TimedHandler.h
  91. TimedRequest.cpp
  92. TimedRequest.h
  93. WriteClient.cpp
  94. WriteClient.h
  95. WriteHandler.cpp
  96. WriteHandler.h
  97. 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/.