tree: ad30e1b8d9cd0c0ae6d34c0acffab0695603ad3d [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. AppConfig.h
  14. AttributeAccessInterface.cpp
  15. AttributeAccessInterface.h
  16. AttributeAccessToken.h
  17. AttributePathExpandIterator.cpp
  18. AttributePathExpandIterator.h
  19. AttributePathParams.h
  20. AttributePersistenceProvider.h
  21. BufferedReadCallback.cpp
  22. BufferedReadCallback.h
  23. BUILD.gn
  24. CASEClient.cpp
  25. CASEClient.h
  26. CASEClientPool.h
  27. CASESessionManager.cpp
  28. CASESessionManager.h
  29. chip-zcl-zpro-codec.h
  30. chip_data_model.cmake
  31. chip_data_model.gni
  32. ChunkedWriteCallback.cpp
  33. ChunkedWriteCallback.h
  34. ClusterStateCache.cpp
  35. ClusterStateCache.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. FailSafeContext.cpp
  62. FailSafeContext.h
  63. GlobalAttributes.h
  64. InteractionModelEngine.cpp
  65. InteractionModelEngine.h
  66. InteractionModelHelper.h
  67. InteractionModelRevision.h
  68. InteractionModelTimeout.h
  69. message-reader.h
  70. ObjectList.h
  71. OperationalSessionSetup.cpp
  72. OperationalSessionSetup.h
  73. OperationalSessionSetupPool.h
  74. ota_image_tool.py
  75. OTAUserConsentCommon.h
  76. ReadClient.cpp
  77. ReadClient.h
  78. ReadHandler.cpp
  79. ReadHandler.h
  80. README.md
  81. ReadPrepareParams.h
  82. RequiredPrivilege.cpp
  83. RequiredPrivilege.h
  84. StatusResponse.cpp
  85. StatusResponse.h
  86. TestEventTriggerDelegate.h
  87. TimedHandler.cpp
  88. TimedHandler.h
  89. TimedRequest.cpp
  90. TimedRequest.h
  91. WriteClient.cpp
  92. WriteClient.h
  93. WriteHandler.cpp
  94. WriteHandler.h
  95. 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/.