Lines Matching refs:UDMF
3 本模块为统一数据管理框架(Unified Data Management Framework,UDMF)的组成部分,针对多对多跨应用数据共享的不同业务场景提供了标准化的数据通路,提供了标准化的数据接…
17 UDMF支持的设备内使用范围类型枚举。
21 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
36 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
77 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
97 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
137 表示UDMF统一数据对象,提供封装一组数据记录的方法。
139 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
155 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
171 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
203 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
239 **系统能力** :SystemCapability.DistributedDataManager.UDMF.Core
281 **系统能力** :SystemCapability.DistributedDataManager.UDMF.Core
326 **系统能力** :SystemCapability.DistributedDataManager.UDMF.Core
354 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
363 对UDMF支持的数据内容的抽象定义,称为数据记录。一个统一数据对象内包含一条或多条数据记录,例如一条文本记录、一条图片记录、一条HTML记录等。
373 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
389 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
447 **系统能力** :SystemCapability.DistributedDataManager.UDMF.Core
479 **系统能力** :SystemCapability.DistributedDataManager.UDMF.Core
515 **系统能力**:SystemCapability.DistributedDataManager.UDMF.Core
538 **系统能力**:SystemCapability.DistributedDataManager.UDMF.Core
559 **系统能力**:SystemCapability.DistributedDataManager.UDMF.Core
580 **系统能力**:SystemCapability.DistributedDataManager.UDMF.Core
601 **系统能力**:SystemCapability.DistributedDataManager.UDMF.Core
625 **系统能力**:SystemCapability.DistributedDataManager.UDMF.Core
644 **系统能力**:SystemCapability.DistributedDataManager.UDMF.Core
663 **系统能力**:SystemCapability.DistributedDataManager.UDMF.Core
682 **系统能力**:SystemCapability.DistributedDataManager.UDMF.Core
701 **系统能力**:SystemCapability.DistributedDataManager.UDMF.Core
726 **系统能力**:SystemCapability.DistributedDataManager.UDMF.Core
760 **系统能力**:SystemCapability.DistributedDataManager.UDMF.Core
796 **系统能力**:SystemCapability.DistributedDataManager.UDMF.Core
850 **系统能力**:SystemCapability.DistributedDataManager.UDMF.Core
869 UDMF已经支持的数据通路枚举类型。其主要用途是标识各种UDMF数据通路所面向的不同业务场景。
871 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
882 UDMF提供的数据操作接口可选项,包含intention和key两个可选参数。无默认值,当对应接口不需要此参数时可不填,具体要求参照方法接口的参数说明。
886 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
892 | key | string | 否 | UDMF中数据对象的唯一标识符,可通过[insertData](#unifieddatachannelin…
900 将数据写入UDMF的公共数据通路中,并生成数据的唯一标识符,使用callback异步回调。
904 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
912 | callback | AsyncCallback<string> | 是 | 回调函数,返回写入UDMF的数据的唯一标识符key的值。 |
954 将数据写入UDMF的公共数据通路中,并生成数据的唯一标识符,使用Promise异步回调。
958 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
971 | Promise<string> | Promise对象,返回写入UDMF的数据的唯一标识符key的值。 |
1010 更新已写入UDMF的公共数据通路的数据,使用callback异步回调。
1014 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
1064 更新已写入UDMF的公共数据通路的数据,使用Promise异步回调。
1068 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
1121 查询UDMF公共数据通路的数据,使用callback异步回调。
1125 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
1180 查询UDMF公共数据通路的数据,使用Promise异步回调。
1184 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
1242 删除UDMF公共数据通路的数据,返回删除的数据集,使用callback异步回调。
1246 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
1301 删除UDMF公共数据通路的数据,返回删除的数据集,使用Promise异步回调。
1305 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
1369 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
1394 console.info(`[UDMF]setAppShareOptions success. `);
1397 …console.error(`[UDMF]setAppShareOptions throws an exception. code is ${error.code},message is ${er…
1411 **系统能力:** SystemCapability.DistributedDataManager.UDMF.Core
1434 console.info(`[UDMF]removeAppShareOptions success. `);
1437 …console.error(`[UDMF]removeAppShareOptions throws an exception. code is ${error.code},message is $…