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