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