Home
last modified time | relevance | path

Searched refs:SetCapabilityRange (Results 1 – 24 of 24) sorted by relevance

/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.cpp144 Status MockSingleKvStore::SetCapabilityRange( in SetCapabilityRange() function in OHOS::DistributedKv::MockSingleKvStore
/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/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_single_kv_store.cpp143 Status MockSingleKvStore::SetCapabilityRange( in SetCapabilityRange() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Dmock_single_kv_store.cpp165 Status MockSingleKvStore::SetCapabilityRange( in SetCapabilityRange() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Dmock_single_kv_store.cpp156 Status MockSingleKvStore::SetCapabilityRange( in SetCapabilityRange() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H A Dmock_single_kv_store.cpp158 Status MockSingleKvStore::SetCapabilityRange( in SetCapabilityRange() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dmock_single_kv_store.cpp144 Status MockSingleKvStore::SetCapabilityRange( in SetCapabilityRange() function in OHOS::DistributedKv::MockSingleKvStore
/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/ability/form_fwk/test/mock/include/
H A Dmock_single_kv_store.h123 DistributedKv::Status SetCapabilityRange(const std::vector<std::string> &localLabels, in SetCapabilityRange() function
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Dsingle_store_impl.h80 Status SetCapabilityRange(const std::vector<std::string> &local,
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_single_kv_store.h120 DistributedKv::Status SetCapabilityRange( in SetCapabilityRange() function
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_single_kv_store.cpp252 Status MockSingleKvStore::SetCapabilityRange( in SetCapabilityRange() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsingle_store_impl.h95 Status SetCapabilityRange(const std::vector<std::string> &local,
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp471 Status SingleStoreImpl::SetCapabilityRange(const std::vector<std::string> &local, in SetCapabilityRange() function in OHOS::DistributedKv::SingleStoreImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/devicekvstore_fuzzer/
H A Ddevicekvstore_fuzzer.cpp461 deviceKvStore_->SetCapabilityRange(local, remote); in SetCapabilityRangeFuzz()
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/singlekvstore_fuzzer/
H A Dsinglekvstore_fuzzer.cpp462 singleKvStore_->SetCapabilityRange(local, remote); in SetCapabilityRangeFuzz()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_store.cpp432 Status status = kvStore->SetCapabilityRange(ctxt->localLabels, ctxt->remoteSupportLabels); in SetSyncRange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Ddevice_kvstore_test.cpp1219 auto testStatus = kvStore->SetCapabilityRange(local, remote);
H A Dsingle_kvstore_client_test.cpp1108 auto testStatus = schemasingleKvStore->SetCapabilityRange(local, remote);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp676 Status SingleStoreImpl::SetCapabilityRange( in SetCapabilityRange() function in OHOS::DistributedKv::SingleStoreImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_single_kv_store.cpp535 Status status = kvStore->SetCapabilityRange(ctxt->localLabels, ctxt->remoteSupportLabels); in SetSyncRange()