tree: ae659ae0677f513323cb1142b7df410cf88ff2d5 [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. AttributeCache.cpp
  17. AttributeCache.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-zcl-zpro-codec.h
  31. chip_data_model.cmake
  32. chip_data_model.gni
  33. ChunkedWriteCallback.cpp
  34. ChunkedWriteCallback.h
  35. ClusterInfo.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. DeviceProxy.cpp
  53. DeviceProxy.h
  54. EventHeader.h
  55. EventLogging.h
  56. EventLoggingDelegate.h
  57. EventLoggingTypes.h
  58. EventManagement.cpp
  59. EventManagement.h
  60. EventPathParams.h
  61. GlobalAttributes.h
  62. InteractionModelEngine.cpp
  63. InteractionModelEngine.h
  64. InteractionModelRevision.h
  65. InteractionModelTimeout.h
  66. message-reader.h
  67. OperationalDeviceProxy.cpp
  68. OperationalDeviceProxy.h
  69. OperationalDeviceProxyPool.h
  70. ota_image_tool.py
  71. ReadClient.cpp
  72. ReadClient.h
  73. ReadHandler.cpp
  74. ReadHandler.h
  75. README.md
  76. ReadPrepareParams.h
  77. RequiredPrivilege.cpp
  78. RequiredPrivilege.h
  79. StatusResponse.cpp
  80. StatusResponse.h
  81. TimedHandler.cpp
  82. TimedHandler.h
  83. TimedRequest.cpp
  84. TimedRequest.h
  85. WriteClient.cpp
  86. WriteClient.h
  87. WriteHandler.cpp
  88. WriteHandler.h
  89. 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/.