Lines Matching refs:distributedData
1 # @ohos.data.distributedData (Distributed Data Management)
26 import distributedData from '@ohos.data.distributedData';
30 ## distributedData.createKVManager
54 userType : distributedData.UserType.SAME_USER_ID
57 distributedData.createKVManager(kvManagerConfig, function (err, manager) {
70 ## distributedData.createKVManager
98 userType: distributedData.UserType.SAME_USER_ID
101 distributedData.createKVManager(kvManagerConfig).then((manager) => {
177 kvStoreType : distributedData.KVStoreType.SINGLE_VERSION,
178 securityLevel : distributedData.SecurityLevel.S3,
227 kvStoreType : distributedData.KVStoreType.SINGLE_VERSION,
228 securityLevel : distributedData.SecurityLevel.S3,
269 kvStoreType: distributedData.KVStoreType.SINGLE_VERSION,
271 securityLevel: distributedData.SecurityLevel.S3,
319 kvStoreType: distributedData.KVStoreType.SINGLE_VERSION,
321 securityLevel: distributedData.SecurityLevel.S3,
367 kvStoreType : distributedData.KVStoreType.SINGLE_VERSION,
369 securityLevel : distributedData.SecurityLevel.S3,
416 kvStoreType : distributedData.KVStoreType.SINGLE_VERSION,
418 securityLevel : distributedData.SecurityLevel.S3,
697 import ddm from '@ohos.data.distributedData';
1210 let query = new distributedData.Query();
1247 let query = new distributedData.Query();
1282 let query = new distributedData.Query();
1317 let query = new distributedData.Query();
1352 let query = new distributedData.Query();
1387 let query = new distributedData.Query();
1422 let query = new distributedData.Query();
1456 let query = new distributedData.Query();
1492 let query = new distributedData.Query();
1527 let query = new distributedData.Query();
1562 let query = new distributedData.Query();
1597 let query = new distributedData.Query();
1632 let query = new distributedData.Query();
1667 let query = new distributedData.Query();
1695 let query = new distributedData.Query();
1725 let query = new distributedData.Query();
1761 let query = new distributedData.Query();
1796 let query = new distributedData.Query();
1834 let query = new distributedData.Query();
1869 let query = new distributedData.Query();
1897 let query = new distributedData.Query();
1927 let query = new distributedData.Query();
1963 let query = new distributedData.Query();
1998 let query = new distributedData.Query();
2038 let query = new distributedData.Query();
2065 let query = new distributedData.Query();
2256 kvStore.on('dataChange', distributedData.SubscribeType.SUBSCRIBE_TYPE_LOCAL, function (data) {
2312 … kvStore.on('dataChange', distributedData.SubscribeType.SUBSCRIBE_TYPE_REMOTE, this.call);
2385 type : distributedData.ValueType.STRING,
2437 type : distributedData.ValueType.STRING,
2487 type : distributedData.ValueType.STRING,
2539 type : distributedData.ValueType.STRING,
2587 type : distributedData.ValueType.STRING,
2635 kvStore.on('dataChange', distributedData.SubscribeType.SUBSCRIBE_TYPE_ALL, function (data) {
3093 type : distributedData.ValueType.INTEGER,
3144 type : distributedData.ValueType.STRING,
3198 type : distributedData.ValueType.BYTE_ARRAY,
3207 const query = new distributedData.Query();
3254 type : distributedData.ValueType.BYTE_ARRAY,
3263 const query = new distributedData.Query();
3307 type : distributedData.ValueType.STRING,
3361 type : distributedData.ValueType.STRING,
3416 type : distributedData.ValueType.STRING,
3424 const query = new distributedData.Query();
3469 type : distributedData.ValueType.STRING,
3480 const query = new distributedData.Query();
3590 type : distributedData.ValueType.STRING,
3598 const query = new distributedData.Query();
3641 type : distributedData.ValueType.STRING,
3652 const query = new distributedData.Query();
3815 const mode = distributedData.SyncMode.PULL_ONLY;
3845 kvStore.on('dataChange', distributedData.SubscribeType.SUBSCRIBE_TYPE_LOCAL, function (data) {
3910 … kvStore.on('dataChange', distributedData.SubscribeType.SUBSCRIBE_TYPE_REMOTE, this.call);
4211 type : distributedData.ValueType.STRING,
4268 type : distributedData.ValueType.STRING,
4322 type : distributedData.ValueType.BYTE_ARRAY,
4331 const query = new distributedData.Query();
4379 type : distributedData.ValueType.BYTE_ARRAY,
4388 const query = new distributedData.Query();
4437 type : distributedData.ValueType.BYTE_ARRAY,
4446 var query = new distributedData.Query();
4499 type : distributedData.ValueType.BYTE_ARRAY,
4508 var query = new distributedData.Query();
4640 type : distributedData.ValueType.STRING,
4648 const query = new distributedData.Query();
4697 type : distributedData.ValueType.STRING,
4708 const query = new distributedData.Query();
4761 type : distributedData.ValueType.STRING,
4769 const query = new distributedData.Query();
4822 type : distributedData.ValueType.STRING,
4833 const query = new distributedData.Query();
4954 type : distributedData.ValueType.STRING,
4962 const query = new distributedData.Query();
5006 type : distributedData.ValueType.STRING,
5017 const query = new distributedData.Query();
5062 type : distributedData.ValueType.STRING,
5070 const query = new distributedData.Query();
5118 type : distributedData.ValueType.STRING,
5129 var query = new distributedData.Query();
5293 const mode = distributedData.SyncMode.PULL_ONLY;
5323 kvStore.on('dataChange', distributedData.SubscribeType.SUBSCRIBE_TYPE_LOCAL, function (data) {
5388 … kvStore.on('dataChange', distributedData.SubscribeType.SUBSCRIBE_TYPE_REMOTE, this.call);