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