tree: d6aa7a8d917ef09712406a592a7c2c5d786b51ff [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. AttributeAccessInterface.cpp
  14. AttributeAccessInterface.h
  15. AttributeAccessToken.h
  16. AttributePathExpandIterator.cpp
  17. AttributePathExpandIterator.h
  18. AttributePathParams.h
  19. AttributePersistenceProvider.h
  20. BufferedReadCallback.cpp
  21. BufferedReadCallback.h
  22. BUILD.gn
  23. CASEClient.cpp
  24. CASEClient.h
  25. CASEClientPool.h
  26. CASESessionManager.cpp
  27. CASESessionManager.h
  28. chip-zcl-zpro-codec.h
  29. chip_data_model.cmake
  30. chip_data_model.gni
  31. ChunkedWriteCallback.cpp
  32. ChunkedWriteCallback.h
  33. ClusterStateCache.cpp
  34. ClusterStateCache.h
  35. CommandHandler.cpp
  36. CommandHandler.h
  37. CommandHandlerInterface.h
  38. CommandPathParams.h
  39. CommandResponseHelper.h
  40. CommandSender.cpp
  41. CommandSender.h
  42. common_flags.gni
  43. ConcreteAttributePath.h
  44. ConcreteClusterPath.h
  45. ConcreteCommandPath.h
  46. ConcreteEventPath.h
  47. DataModelRevision.h
  48. DataVersionFilter.h
  49. DefaultAttributePersistenceProvider.cpp
  50. DefaultAttributePersistenceProvider.h
  51. DeviceProxy.cpp
  52. DeviceProxy.h
  53. EventHeader.h
  54. EventLogging.h
  55. EventLoggingDelegate.h
  56. EventLoggingTypes.h
  57. EventManagement.cpp
  58. EventManagement.h
  59. EventPathParams.h
  60. FailSafeContext.cpp
  61. FailSafeContext.h
  62. GlobalAttributes.h
  63. InteractionModelEngine.cpp
  64. InteractionModelEngine.h
  65. InteractionModelHelper.h
  66. InteractionModelRevision.h
  67. InteractionModelTimeout.h
  68. message-reader.h
  69. ObjectList.h
  70. OperationalDeviceProxy.cpp
  71. OperationalDeviceProxy.h
  72. OperationalDeviceProxyPool.h
  73. ota_image_tool.py
  74. OTAUserConsentCommon.h
  75. ReadClient.cpp
  76. ReadClient.h
  77. ReadHandler.cpp
  78. ReadHandler.h
  79. README.md
  80. ReadPrepareParams.h
  81. RequiredPrivilege.cpp
  82. RequiredPrivilege.h
  83. StatusResponse.cpp
  84. StatusResponse.h
  85. TestEventTriggerDelegate.h
  86. TimedHandler.cpp
  87. TimedHandler.h
  88. TimedRequest.cpp
  89. TimedRequest.h
  90. WriteClient.cpp
  91. WriteClient.h
  92. WriteHandler.cpp
  93. WriteHandler.h
  94. 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/.