tree: e1972da09ebccf08928cf9a4e7e0e6ca7db80a2d [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. 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. GlobalAttributes.h
  61. InteractionModelEngine.cpp
  62. InteractionModelEngine.h
  63. InteractionModelHelper.h
  64. InteractionModelRevision.h
  65. InteractionModelTimeout.h
  66. message-reader.h
  67. ObjectList.h
  68. OperationalDeviceProxy.cpp
  69. OperationalDeviceProxy.h
  70. OperationalDeviceProxyPool.h
  71. ota_image_tool.py
  72. OTAUserConsentCommon.h
  73. ReadClient.cpp
  74. ReadClient.h
  75. ReadHandler.cpp
  76. ReadHandler.h
  77. README.md
  78. ReadPrepareParams.h
  79. RequiredPrivilege.cpp
  80. RequiredPrivilege.h
  81. StatusResponse.cpp
  82. StatusResponse.h
  83. TimedHandler.cpp
  84. TimedHandler.h
  85. TimedRequest.cpp
  86. TimedRequest.h
  87. WriteClient.cpp
  88. WriteClient.h
  89. WriteHandler.cpp
  90. WriteHandler.h
  91. 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/.