tree: e93c3f679cbfd2b161f4d8794a40ad645e375659 [path history] [tgz]
  1. app-platform/
  2. clusters/
  3. common/
  4. data-model/
  5. docs/
  6. dynamic_server/
  7. icd/
  8. MessageDef/
  9. reporting/
  10. server/
  11. tests/
  12. util/
  13. zap-templates/
  14. .gitignore
  15. AppConfig.h
  16. att-storage.h
  17. AttributeAccessInterface.cpp
  18. AttributeAccessInterface.h
  19. AttributeAccessToken.h
  20. AttributePathExpandIterator.cpp
  21. AttributePathExpandIterator.h
  22. AttributePathParams.h
  23. AttributePersistenceProvider.h
  24. BufferedReadCallback.cpp
  25. BufferedReadCallback.h
  26. BUILD.gn
  27. CASEClient.cpp
  28. CASEClient.h
  29. CASEClientPool.h
  30. CASESessionManager.cpp
  31. CASESessionManager.h
  32. chip_data_model.cmake
  33. chip_data_model.gni
  34. ChunkedWriteCallback.cpp
  35. ChunkedWriteCallback.h
  36. ClusterStateCache.cpp
  37. ClusterStateCache.h
  38. CommandHandler.cpp
  39. CommandHandler.h
  40. CommandHandlerInterface.h
  41. CommandPathParams.h
  42. CommandResponseHelper.h
  43. CommandSender.cpp
  44. CommandSender.h
  45. common_flags.gni
  46. CompatEnumNames.h
  47. ConcreteAttributePath.h
  48. ConcreteClusterPath.h
  49. ConcreteCommandPath.h
  50. ConcreteEventPath.h
  51. DataModelRevision.h
  52. DataVersionFilter.h
  53. DefaultAttributePersistenceProvider.cpp
  54. DefaultAttributePersistenceProvider.h
  55. DeferredAttributePersistenceProvider.cpp
  56. DeferredAttributePersistenceProvider.h
  57. DeviceProxy.cpp
  58. DeviceProxy.h
  59. EventHeader.h
  60. EventLogging.h
  61. EventLoggingDelegate.h
  62. EventLoggingTypes.h
  63. EventManagement.cpp
  64. EventManagement.h
  65. EventPathParams.h
  66. FailSafeContext.cpp
  67. FailSafeContext.h
  68. GlobalAttributes.h
  69. InteractionModelEngine.cpp
  70. InteractionModelEngine.h
  71. InteractionModelHelper.h
  72. InteractionModelRevision.h
  73. InteractionModelTimeout.h
  74. ObjectList.h
  75. OperationalSessionSetup.cpp
  76. OperationalSessionSetup.h
  77. OperationalSessionSetupPool.h
  78. ota_image_tool.py
  79. OTAUserConsentCommon.h
  80. ReadClient.cpp
  81. ReadClient.h
  82. ReadHandler.cpp
  83. ReadHandler.h
  84. README.md
  85. ReadPrepareParams.h
  86. RequiredPrivilege.cpp
  87. RequiredPrivilege.h
  88. SafeAttributePersistenceProvider.h
  89. SimpleSubscriptionResumptionStorage.cpp
  90. SimpleSubscriptionResumptionStorage.h
  91. SpecificationVersion.h
  92. StatusResponse.cpp
  93. StatusResponse.h
  94. SubscriptionResumptionStorage.h
  95. TestEventTriggerDelegate.h
  96. TimedHandler.cpp
  97. TimedHandler.h
  98. TimedRequest.cpp
  99. TimedRequest.h
  100. TimerDelegates.cpp
  101. TimerDelegates.h
  102. WriteClient.cpp
  103. WriteClient.h
  104. WriteHandler.cpp
  105. WriteHandler.h
  106. zap_cluster_list.json
  107. 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/.