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