diff --git "a/zh-cn/readme/DeviceProfile\345\255\220\347\263\273\347\273\237.md" "b/zh-cn/readme/DeviceProfile\345\255\220\347\263\273\347\273\237.md" index bd0af552224974919cd785e8b8bb3d5a8387969b..bdae748d35ef4a3c12429882546f03e5bd5e744f 100755 --- "a/zh-cn/readme/DeviceProfile\345\255\220\347\263\273\347\273\237.md" +++ "b/zh-cn/readme/DeviceProfile\345\255\220\347\263\273\347\273\237.md" @@ -4,11 +4,13 @@ - [目录](#section1464106163817) - [约束](#section1718733212019) - [使用](#section10729231131110) -- [涉及仓](#section176111311166) +- [相关仓](#section176111311166) ## 简介 -DeviceProfile是设备硬件能力和系统软件特征的管理器,典型的Profile有设备类型、设备名称、设备OS类型、OS版本号等。DeviceProfile提供快速访问本地和远端设备Profile的能力,是发起分布式业务的基础。主要功能如下: +DeviceProfile是设备硬件能力和系统软件特征的管理器,典型的Profile有设备类型、设备名称、设备OS类型、OS版本号等。 + +DeviceProfile提供快速访问本地和远端设备Profile的能力,是发起分布式业务的基础。主要功能如下: - 本地设备Profile的查询、插入、删除。 - 远程设备Profile的查询。 @@ -188,7 +190,7 @@ DistributedDeviceProfileClient::GetInstance().UnsubscribeProfileEvents(profileEv callback, failedEvents); ``` -## 涉及仓 +## 相关仓 **DeviceProfile子系统**