Home
last modified time | relevance | path

Searched refs:GetSingleKvStore (Results 1 – 25 of 58) sorted by relevance

123

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Ddistributed_kv_data_manager_test.cpp310 status = manager.GetSingleKvStore(options, appId, storeId64, kvStore);
316 status = manager.GetSingleKvStore(options, appId, storeId64, kvStore);
373 Status status = manager.GetSingleKvStore(create, appId, id1, kvStore);
376 status = manager.GetSingleKvStore(create, appId, id2, kvStore);
379 status = manager.GetSingleKvStore(create, appId, id3, kvStore);
503 manager.GetSingleKvStore(noCreate, appId, storeId64, existKvStore);
568 status = manager.GetSingleKvStore(create, appId, storeIdTest, kvStore2);
592 status = manager.GetSingleKvStore(create, appId, storeIdTest, kvStore2);
703 status = manager.GetSingleKvStore(create, appId, storeIdTest, kvStore2);
735 status = manager.GetSingleKvStore(create, appId, storeIdTest, kvStore2);
[all …]
H A Dsingle_kvstore_async_get_test.cpp59 status_ = manager.GetSingleKvStore(options, appId, storeId, singleKvStore); in SetUpTestCase()
95 auto status = manager.GetSingleKvStore(options, appId, storeId, store);
122 auto status = manager.GetSingleKvStore(options, appId, storeId, store);
144 auto status = manager.GetSingleKvStore(options, appId, storeId, store);
150 status = manager.GetSingleKvStore(options, appId, storeId, store);
174 auto status = manager.GetSingleKvStore(options, appId, storeId, store);
H A Dsingle_kvstore_client_test.cpp62 status_ = manager.GetSingleKvStore(options, appId, storeId, singleKvStore); in SetUpTestCase()
411 (void)manager.GetSingleKvStore(options, appId, storeId, schemasingleKvStore);
1072 manager.GetSingleKvStore(options, appId, storeId, schemasingleKvStore);
1101 manager.GetSingleKvStore(options, appId, storeId, schemasingleKvStore);
1133 manager.GetSingleKvStore(options, appId, storeId, singleKvStore);
1219 (void)manager.GetSingleKvStore(options, appId, storeId, cloudSyncKvStore);
1247 (void)manager.GetSingleKvStore(options, appId, storeId, cloudSyncKvStore);
H A Ddistributed_kv_data_manager_encrypt_test.cpp117 Status status = manager.GetSingleKvStore(createEnc, appId, storeId, kvStore);
H A Dend_point_test.cpp65 status_ = manager.GetSingleKvStore(options_, appId, storeId, kvStore_); in SetUpTestCase()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp149 Status status = manager.GetSingleKvStore(create, appId, id1, kvStore);
192 Status status = manager.GetSingleKvStore(create, appId, id1, kvStore);
195 status = manager.GetSingleKvStore(create, appId, id2, kvStore);
198 status = manager.GetSingleKvStore(create, appId, id3, kvStore);
231 Status status1 = manager.GetSingleKvStore(create, appId, storeId, kvStore);
264 Status status1 = manager.GetSingleKvStore(create, appId, storeId, kvStore);
282 Status status1 = manager.GetSingleKvStore(create, appId, storeId, kvStore);
478 auto status = manager.GetSingleKvStore(create, appId, storeId, kvStore);
595 Status status = manager.GetSingleKvStore(create, appId, id1, kvStore);
622 Status status = manager.GetSingleKvStore(create, appId, id1, kvStore);
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/distributedkvdatamanager_fuzzer/
H A Ddistributedkvdatamanager_fuzzer.cpp99 manager.GetSingleKvStore(create, appId, storeId, notExistKvStore); in GetKvStoreFuzz()
101 manager.GetSingleKvStore(noCreate, appId, storeId, existKvStore); in GetKvStoreFuzz()
117 manager.GetSingleKvStore(create, appId, storeId, KvStore); in GetAllKvStoreFuzz()
131 manager.GetSingleKvStore(create, appId, storeId, kvStore); in CloseKvStoreFuzz()
143 manager.GetSingleKvStore(create, appId, storeId, kvStore); in DeleteKvStoreFuzz()
162 manager.GetSingleKvStore(create, appId, storeId, KvStore); in DeleteAllKvStoreFuzz1()
176 manager.GetSingleKvStore(create, appId, storeIdTest, KvStore); in DeleteAllKvStoreFuzz2()
182 manager.GetSingleKvStore(create, appId, storeId, KvStore); in DeleteAllKvStoreFuzz2()
198 manager.GetSingleKvStore(create, appId, storeId, KvStore); in DeleteAllKvStoreFuzz3()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_kvstore.cpp54 …status = dataManager_.GetSingleKvStore(options, KVSTORE_APPID, KVSTORE_MONTH_STOREID, kvStorePtr_); in Init()
56 … status = dataManager_.GetSingleKvStore(options, KVSTORE_APPID, KVSTORE_YEAR_STOREID, kvStorePtr_); in Init()
58 …status = dataManager_.GetSingleKvStore(options, KVSTORE_APPID, KVSTORE_MONTH_STOREID_OLD_VERSION, … in Init()
60 …status = dataManager_.GetSingleKvStore(options, KVSTORE_APPID, KVSTORE_YEAR_STOREID_OLD_VERSION, k… in Init()
361 Status status = dataManager_.GetSingleKvStore(options, KVSTORE_APPID, {storeId}, kvStorePtr_); in InitSingleKvstore()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H A Dmock_distributed_kv_data_manager.cpp28 Status DistributedKvDataManager::GetSingleKvStore(const Options &options, const AppId &appId, const… in GetSingleKvStore() function in OHOS::DistributedKv::DistributedKvDataManager
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Dmock_distributed_kv_data_manager.cpp37 Status DistributedKvDataManager::GetSingleKvStore(const Options &options, const AppId &appId, const… in GetSingleKvStore() function in OHOS::DistributedKv::DistributedKvDataManager
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Dmock_distributed_kv_data_manager.cpp34 Status DistributedKvDataManager::GetSingleKvStore(const Options &options, const AppId &appId, const… in GetSingleKvStore() function in OHOS::DistributedKv::DistributedKvDataManager
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Ddistributed_kv_data_manager.cpp30 Status DistributedKvDataManager::GetSingleKvStore(const Options &options, const AppId &appId, const… in GetSingleKvStore() function in OHOS::DistributedKv::DistributedKvDataManager
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Ddistributed_kv_data_manager.cpp30 Status DistributedKvDataManager::GetSingleKvStore(const Options &options, const AppId &appId, const… in GetSingleKvStore() function in OHOS::DistributedKv::DistributedKvDataManager
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Ddistributed_kv_data_manager.cpp30 Status DistributedKvDataManager::GetSingleKvStore(const Options &options, const AppId &appId, const… in GetSingleKvStore() function in OHOS::DistributedKv::DistributedKvDataManager
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/include/
H A Ddistributed_kv_data_manager.h49 …API_EXPORT Status GetSingleKvStore(const Options &options, const AppId &appId, const StoreId &stor…
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dservice_db_helper.cpp43 Status status = manager.GetSingleKvStore(options, appId, storeId, kvStore_); in ServiceDbHelper()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmedialibrary_kvstore_manager.h47 EXPORT std::shared_ptr<MediaLibraryKvStore> GetSingleKvStore(const KvStoreRoleType &roleType,
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_distributed_kv_data_manager.cpp42 Status DistributedKvDataManager::GetSingleKvStore(const Options &options, const AppId &appId, const… in GetSingleKvStore() function in OHOS::DistributedKv::DistributedKvDataManager
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Ddistributed_kv_data_manager.h62 …API_EXPORT Status GetSingleKvStore(const Options &options, const AppId &appId, const StoreId &stor…
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddistributed_kv_data_manager.cpp30 Status DistributedKvDataManager::GetSingleKvStore(const Options &options, const AppId &appId, const… in GetSingleKvStore() function in OHOS::DistributedKv::DistributedKvDataManager
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_config_data_manager.cpp55 …DistributedKv::Status status = dataManager_.GetSingleKvStore(options, APP_ID, STORE_ID, kvStorePtr… in GetKvStore()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/devices_info_interact/
H A Ddevices_info_interact.cpp65 DistributedKv::Status status = kvManager.GetSingleKvStore(options, appId, storeId, kvStorePtr_); in Init()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences_database.cpp70 …DistributedKv::Status status = kvDataManager_->GetSingleKvStore(options, appId, storeId, kvStore_); in GetKvStore()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H A Dmedialibrary_backup_clone_test.cpp947 .GetSingleKvStore(KvStoreRoleType::OWNER, testStoreId + "old_month", TEST_PATH);
955 .GetSingleKvStore(KvStoreRoleType::OWNER, testStoreId + "new_month", TEST_PATH);
960 .GetSingleKvStore(KvStoreRoleType::OWNER, testStoreId + "old_year", TEST_PATH);
966 .GetSingleKvStore(KvStoreRoleType::OWNER, testStoreId + "new_year", TEST_PATH);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddsched_sync_e2e.cpp193 Status status = dataManager_.GetSingleKvStore(options, appId_, storeId_, kvStorePtr_); in GetKvStore()

123