tree: 2dbe025d38af18074d6964b777ecf683834e3c81 [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. 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/.