Home
last modified time | relevance | path

Searched refs:localLabels (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
H A Dmock_single_kv_store.h263 virtual Status SetCapabilityRange(const std::vector<std::string> &localLabels,
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dsingle_kvstore.h266 virtual Status SetCapabilityRange(const std::vector<std::string> &localLabels,
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_single_kv_store.h265 virtual Status SetCapabilityRange(const std::vector<std::string> &localLabels,
H A Dmock_single_kv_store.cpp145 …const std::vector<std::string> &localLabels, const std::vector<std::string> &remoteSupportLabels) … in SetCapabilityRange() argument
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/include/
H A Dmock_single_kv_store.h264 virtual Status SetCapabilityRange(const std::vector<std::string> &localLabels,
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/
H A DDeviceKvStoreKVPromiseJsTest.js712 var localLabels = ['A', 'B'];
714 await kvStore.setSyncRange(localLabels, remoteSupportLabels).then((err) => {
737 var localLabels = ['A', 'B'];
739 await kvStore.setSyncRange(localLabels, remoteSupportLabels).then((err) => {
762 var localLabels = ['A', 'B'];
764 await kvStore.setSyncRange(localLabels, remoteSupportLabels).then((err) => {
1865 var localLabels = ['A', 'B'];
1867 await kvStore.setSyncRange(localLabels, remoteSupportLabels).then((err) => {
H A DSingleKvStoreKVPromiseJsTest.js717 var localLabels = ['A', 'B'];
719 await kvStore.setSyncRange(localLabels, remoteSupportLabels).then((err) => {
742 var localLabels = ['A', 'B'];
744 await kvStore.setSyncRange(localLabels, remoteSupportLabels).then((err) => {
767 var localLabels = ['A', 'B'];
769 await kvStore.setSyncRange(localLabels, remoteSupportLabels).then((err) => {
1868 var localLabels = ['A', 'B'];
1870 await kvStore.setSyncRange(localLabels, remoteSupportLabels).then((err) => {
H A DDeviceKvStoreKVCallbackJsTest.js1056 var localLabels = ['A', 'B'];
1058 kvStore.setSyncRange(localLabels, remoteSupportLabels, function (err, data) {
1079 var localLabels = ['A', 'B'];
1081 kvStore.setSyncRange(localLabels, remoteSupportLabels, function (err, data) {
1102 var localLabels = ['A', 'B'];
1104 kvStore.setSyncRange(localLabels, remoteSupportLabels, function (err, data) {
H A DSingleKvStoreKVCallbackJsTest.js1099 var localLabels = ['A', 'B'];
1101 kvStore.setSyncRange(localLabels, remoteSupportLabels, function (err, data) {
1122 var localLabels = ['A', 'B'];
1124 kvStore.setSyncRange(localLabels, remoteSupportLabels, function (err, data) {
1145 var localLabels = ['A', 'B'];
1147 kvStore.setSyncRange(localLabels, remoteSupportLabels, function (err, data) {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_store.cpp416 std::vector<std::string> localLabels; in SetSyncRange() member
423 ctxt->status = JSUtil::GetValue(env, argv[0], ctxt->localLabels); in SetSyncRange()
432 Status status = kvStore->SetCapabilityRange(ctxt->localLabels, ctxt->remoteSupportLabels); in SetSyncRange()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_single_kv_store.cpp144 …const std::vector<std::string> &localLabels, const std::vector<std::string> &remoteSupportLabels) … in SetCapabilityRange() argument
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Dmock_single_kv_store.cpp166 …const std::vector<std::string> &localLabels, const std::vector<std::string> &remoteSupportLabels) … in SetCapabilityRange() argument
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Dmock_single_kv_store.cpp157 …const std::vector<std::string> &localLabels, const std::vector<std::string> &remoteSupportLabels) … in SetCapabilityRange() argument
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H A Dmock_single_kv_store.cpp159 …const std::vector<std::string> &localLabels, const std::vector<std::string> &remoteSupportLabels) … in SetCapabilityRange() argument
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dmock_single_kv_store.cpp145 …const std::vector<std::string> &localLabels, const std::vector<std::string> &remoteSupportLabels) … in SetCapabilityRange() argument
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/include/
H A Dmock_single_kv_store.h263 virtual Status SetCapabilityRange(const std::vector<std::string> &localLabels,
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/
H A DDeviceKvStoreDataCallbackJsTest.js986 var localLabels = ['A', 'B'];
988 await kvStore.setSyncRange(localLabels, remoteSupportLabels, function (err,data) {
1009 var localLabels = ['A', 'B'];
1011 await kvStore.setSyncRange(localLabels, remoteSupportLabels, function (err,data) {
1032 var localLabels = ['A', 'B'];
1034 await kvStore.setSyncRange(localLabels, remoteSupportLabels, function (err,data) {
H A DSingleKvStoreDataCallbackJsTest.js942 var localLabels = ['A', 'B'];
944 await kvStore.setSyncRange(localLabels, remoteSupportLabels, function (err,data) {
965 var localLabels = ['A', 'B'];
967 await kvStore.setSyncRange(localLabels, remoteSupportLabels, function (err,data) {
988 var localLabels = ['A', 'B'];
990 await kvStore.setSyncRange(localLabels, remoteSupportLabels, function (err,data) {
H A DDeviceKvStoreDataPromiseJsTest.js1174 var localLabels = ['A', 'B'];
1176 await kvStore.setSyncRange(localLabels, remoteSupportLabels).then((err) => {
1199 var localLabels = ['A', 'B'];
1201 await kvStore.setSyncRange(localLabels, remoteSupportLabels).then((err) => {
1224 var localLabels = ['A', 'B'];
1226 await kvStore.setSyncRange(localLabels, remoteSupportLabels).then((err) => {
H A DSingleKvStoreDataPromiseJsTest.js1143 var localLabels = ['A', 'B'];
1145 await kvStore.setSyncRange(localLabels, remoteSupportLabels).then((err) => {
1168 var localLabels = ['A', 'B'];
1170 await kvStore.setSyncRange(localLabels, remoteSupportLabels).then((err) => {
1193 var localLabels = ['A', 'B'];
1195 await kvStore.setSyncRange(localLabels, remoteSupportLabels).then((err) => {
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_single_kv_store.h123 DistributedKv::Status SetCapabilityRange(const std::vector<std::string> &localLabels, in SetCapabilityRange() argument
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_single_kv_store.h121 …const std::vector<std::string> &localLabels, const std::vector<std::string> &remoteLabels) const o… in SetCapabilityRange() argument
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-distributed-data.md53 … | setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback\<voi…
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-distributed-data.md53 … | setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback\<voi…
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_single_kv_store.cpp253 …const std::vector<std::string> &localLabels, const std::vector<std::string> &remoteSupportLabels) … in SetCapabilityRange() argument

12