Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
6ba9e255
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
6ba9e255
编写于
12月 24, 2021
作者:
Z
zjucx
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
modify readme
Signed-off-by:
N
zjucx
<
chengxiang4@huawei.com
>
上级
65ba3896
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
9 addition
and
9 deletion
+9
-9
zh-cn/readme/DeviceProfile子系统.md
zh-cn/readme/DeviceProfile子系统.md
+9
-9
未找到文件。
zh-cn/readme/DeviceProfile子系统.md
浏览文件 @
6ba9e255
#
介绍
<a name="ZH-CN_TOPIC_0000001128264105"></a>
#
DeviceProfile子系统
<a name="ZH-CN_TOPIC_0000001128264105"></a>
-
[
简介
](
#section11660541593
)
-
[
简介
](
#section11660541593
)
-
[
目录
](
#section1464106163817
)
-
[
目录
](
#section1464106163817
)
...
@@ -10,19 +10,19 @@
...
@@ -10,19 +10,19 @@
DeviceProfile是设备硬件能力和系统软件特征的管理器,典型的Profile有设备类型、设备名称、设备OS类型、OS版本号等。DeviceProfile提供快速访问本地和远端设备Profile的能力,是发起分布式业务的基础。主要功能如下:
DeviceProfile是设备硬件能力和系统软件特征的管理器,典型的Profile有设备类型、设备名称、设备OS类型、OS版本号等。DeviceProfile提供快速访问本地和远端设备Profile的能力,是发起分布式业务的基础。主要功能如下:
-
本地设备Profile的
插入、删除、查询
。
-
本地设备Profile的
查询、插入、删除
。
-
远程设备Profile的查询。
-
远程设备Profile的查询。
-
订阅远程Profile变化的通知。
-
跨设备同步Profile。
-
跨设备同步Profile。
-
订阅远程Profile变化的通知。
DeviceProfile模块组成如下图所示:
DeviceProfile模块组成如下图所示:
## 系统架构<a name="section13587185873516"></a>
## 系统架构<a name="section13587185873516"></a>
![](
figures/dp-architecture_zh.png
)
**图 1**
DeviceProfile组件架构图
<a
name=
"fig4460722185514"
></a>
**图 1**
DeviceProfile组件架构图
<a
name=
"fig4460722185514"
></a>
![](
figures/dp-architecture_zh.png
)
## 目录<a name="section1464106163817"></a>
## 目录<a name="section1464106163817"></a>
DeviceProfile主要代码目录结构如下:
DeviceProfile主要代码目录结构如下:
...
@@ -30,7 +30,7 @@ DeviceProfile主要代码目录结构如下:
...
@@ -30,7 +30,7 @@ DeviceProfile主要代码目录结构如下:
```
```
├── interfaces
├── interfaces
│ └── innerkits
│ └── innerkits
│ └── distributeddeviceprofile //
innerkits
接口
│ └── distributeddeviceprofile //
系统内部
接口
├── ohos.build
├── ohos.build
├── sa_profile // said声明文件
├── sa_profile // said声明文件
│ ├── 6001.xml
│ ├── 6001.xml
...
@@ -67,7 +67,7 @@ DeviceProfile主要代码目录结构如下:
...
@@ -67,7 +67,7 @@ DeviceProfile主要代码目录结构如下:
| 名称 | 类型 | 必填 | 描述 |
| 名称 | 类型 | 必填 | 描述 |
| --------- | ---------------------------- | ---- | ----------------------------------- |
| --------- | ---------------------------- | ---- | ----------------------------------- |
| deviceId | std::string | 是 | 查询指定设备的profile,空值表示查询本地 |
| deviceId | std::string | 是 | 查询指定设备的profile,空值表示查询本地 |
| serviceId | std::string | 是 | 查询的service id
|
| serviceId | std::string | 是 | 查询的service id
(数据记录的ID标识)
|
| profile | ServiceCharacteristicProfile | 是 | 返回值 |
| profile | ServiceCharacteristicProfile | 是 | 返回值 |
*
代码示例
*
代码示例
...
@@ -192,4 +192,4 @@ DistributedDeviceProfileClient::GetInstance().UnsubscribeProfileEvents(profileEv
...
@@ -192,4 +192,4 @@ DistributedDeviceProfileClient::GetInstance().UnsubscribeProfileEvents(profileEv
**DeviceProfile子系统**
**DeviceProfile子系统**
device
\_
profile
\_
core
[
device\_profile\_core
](
https://gitee.com/openharmony/device_profile_core
)
\ No newline at end of file
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录