tree: 6c9f991088c32f58512c0e6df1b98bc0a34c2282 [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. CommandPathRegistry.h
  43. CommandResponseHelper.h
  44. CommandResponseSender.cpp
  45. CommandResponseSender.h
  46. CommandSender.cpp
  47. CommandSender.h
  48. common_flags.gni
  49. CompatEnumNames.h
  50. ConcreteAttributePath.h
  51. ConcreteClusterPath.h
  52. ConcreteCommandPath.h
  53. ConcreteEventPath.h
  54. DataModelRevision.h
  55. DataVersionFilter.h
  56. DefaultAttributePersistenceProvider.cpp
  57. DefaultAttributePersistenceProvider.h
  58. DeferredAttributePersistenceProvider.cpp
  59. DeferredAttributePersistenceProvider.h
  60. DeviceProxy.cpp
  61. DeviceProxy.h
  62. EventHeader.h
  63. EventLogging.h
  64. EventLoggingDelegate.h
  65. EventLoggingTypes.h
  66. EventManagement.cpp
  67. EventManagement.h
  68. EventPathParams.h
  69. FailSafeContext.cpp
  70. FailSafeContext.h
  71. GlobalAttributes.h
  72. InteractionModelEngine.cpp
  73. InteractionModelEngine.h
  74. InteractionModelHelper.h
  75. InteractionModelRevision.h
  76. InteractionModelTimeout.h
  77. ObjectList.h
  78. OperationalSessionSetup.cpp
  79. OperationalSessionSetup.h
  80. OperationalSessionSetupPool.h
  81. ota_image_tool.py
  82. OTAUserConsentCommon.h
  83. ReadClient.cpp
  84. ReadClient.h
  85. ReadHandler.cpp
  86. ReadHandler.h
  87. README.md
  88. ReadPrepareParams.h
  89. RequiredPrivilege.cpp
  90. RequiredPrivilege.h
  91. SafeAttributePersistenceProvider.h
  92. SimpleSubscriptionResumptionStorage.cpp
  93. SimpleSubscriptionResumptionStorage.h
  94. SpecificationVersion.h
  95. StatusResponse.cpp
  96. StatusResponse.h
  97. SubscriptionResumptionSessionEstablisher.cpp
  98. SubscriptionResumptionSessionEstablisher.h
  99. SubscriptionResumptionStorage.h
  100. TestEventTriggerDelegate.h
  101. TimedHandler.cpp
  102. TimedHandler.h
  103. TimedRequest.cpp
  104. TimedRequest.h
  105. TimerDelegates.cpp
  106. TimerDelegates.h
  107. WriteClient.cpp
  108. WriteClient.h
  109. WriteHandler.cpp
  110. WriteHandler.h
  111. zap_cluster_list.json
  112. 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/.