/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | distributed_kv_data_manager_test.cpp | 310 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 D | single_kvstore_async_get_test.cpp | 59 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 D | single_kvstore_client_test.cpp | 62 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 D | distributed_kv_data_manager_encrypt_test.cpp | 117 Status status = manager.GetSingleKvStore(createEnc, appId, storeId, kvStore);
|
H A D | end_point_test.cpp | 65 status_ = manager.GetSingleKvStore(options_, appId, storeId, kvStore_); in SetUpTestCase()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | kvdb_service_impl_test.cpp | 149 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 D | distributedkvdatamanager_fuzzer.cpp | 99 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 D | medialibrary_kvstore.cpp | 54 …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 D | mock_distributed_kv_data_manager.cpp | 28 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 D | mock_distributed_kv_data_manager.cpp | 37 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 D | mock_distributed_kv_data_manager.cpp | 34 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 D | distributed_kv_data_manager.cpp | 30 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 D | distributed_kv_data_manager.cpp | 30 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 D | distributed_kv_data_manager.cpp | 30 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 D | distributed_kv_data_manager.h | 49 …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 D | service_db_helper.cpp | 43 Status status = manager.GetSingleKvStore(options, appId, storeId, kvStore_); in ServiceDbHelper()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/ |
H A D | medialibrary_kvstore_manager.h | 47 EXPORT std::shared_ptr<MediaLibraryKvStore> GetSingleKvStore(const KvStoreRoleType &roleType,
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
H A D | mock_distributed_kv_data_manager.cpp | 42 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 D | distributed_kv_data_manager.h | 62 …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 D | distributed_kv_data_manager.cpp | 30 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 D | app_config_data_manager.cpp | 55 …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 D | devices_info_interact.cpp | 65 DistributedKv::Status status = kvManager.GetSingleKvStore(options, appId, storeId, kvStorePtr_); in Init()
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/ |
H A D | distributed_preferences_database.cpp | 70 …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 D | medialibrary_backup_clone_test.cpp | 947 .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 D | dsched_sync_e2e.cpp | 193 Status status = dataManager_.GetSingleKvStore(options, appId_, storeId_, kvStorePtr_); in GetKvStore()
|