Home
last modified time | relevance | path

Searched refs:GetKvStoreIdentifier (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_autolaunch_test.cpp715 hashIdentity = manager.GetKvStoreIdentifier(APP_ID_1, userId, STORE_ID_SYNC_1);
719 hashIdentity = manager.GetKvStoreIdentifier(APP_ID_1, userId, STORE_ID_SYNC_1);
723 hashIdentity = manager.GetKvStoreIdentifier(APP_ID_1, userId, STORE_ID_SYNC_1);
730 hashIdentity = manager.GetKvStoreIdentifier(appId, USER_ID_1, STORE_ID_SYNC_1);
734 hashIdentity = manager.GetKvStoreIdentifier(appId, USER_ID_1, STORE_ID_SYNC_1);
747 hashIdentity = manager.GetKvStoreIdentifier(USER_ID_1, APP_ID_1, storeId);
754 hashIdentity = manager.GetKvStoreIdentifier(USER_ID_1, APP_ID_1, storeId);
758 hashIdentity = manager.GetKvStoreIdentifier(USER_ID_1, APP_ID_1, storeId);
762 hashIdentity = manager.GetKvStoreIdentifier(USER_ID_1, APP_ID_1, storeId);
766 hashIdentity = manager.GetKvStoreIdentifier(USER_ID_1, APP_ID_1, storeId);
[all …]
H A Ddistributeddb_nb_enable_sync_by_closed_db_test.cpp702 hashIdentity = manager.GetKvStoreIdentifier(APP_ID_1, userId, STORE_ID_SYNC_1);
706 hashIdentity = manager.GetKvStoreIdentifier(APP_ID_1, userId, STORE_ID_SYNC_1);
710 hashIdentity = manager.GetKvStoreIdentifier(APP_ID_1, userId, STORE_ID_SYNC_1);
717 hashIdentity = manager.GetKvStoreIdentifier(appId, USER_ID_1, STORE_ID_SYNC_1);
721 hashIdentity = manager.GetKvStoreIdentifier(appId, USER_ID_1, STORE_ID_SYNC_1);
734 hashIdentity = manager.GetKvStoreIdentifier(USER_ID_1, APP_ID_1, storeId);
741 hashIdentity = manager.GetKvStoreIdentifier(USER_ID_1, APP_ID_1, storeId);
745 hashIdentity = manager.GetKvStoreIdentifier(USER_ID_1, APP_ID_1, storeId);
749 hashIdentity = manager.GetKvStoreIdentifier(USER_ID_1, APP_ID_1, storeId);
753 hashIdentity = manager.GetKvStoreIdentifier(USER_ID_1, APP_ID_1, storeId);
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_multi_user_test.cpp400 EXPECT_TRUE(g_mgr1.GetKvStoreIdentifier(userId, APP_ID, USER_ID_2, true) != "");
402 EXPECT_TRUE(g_mgr1.GetKvStoreIdentifier(userId, APP_ID, USER_ID_2, true) != "");
469 g_identifier = g_mgr1.GetKvStoreIdentifier(USER_ID_2, APP_ID, STORE_ID, true);
470 EXPECT_TRUE(g_identifier == g_mgr1.GetKvStoreIdentifier(USER_ID_1, APP_ID, STORE_ID, true));
542 g_identifier = g_mgr1.GetKvStoreIdentifier(USER_ID_2, APP_ID, STORE_ID, true);
845 …std::string identifier = KvStoreDelegateManager::GetKvStoreIdentifier("default", APP_ID, STORE_ID);
H A Ddistributeddb_communicator_proxy_test.cpp107 std::string identifier = g_mgr.GetKvStoreIdentifier(USER_ID, APP_ID, STORE_ID); in SetUp()
146 std::string identifier = g_mgr.GetKvStoreIdentifier("default", APP_ID, STORE_ID);
H A Ddistributeddb_mock_sync_module_test.cpp296 std::string identifier = KvStoreDelegateManager::GetKvStoreIdentifier(userId, appId, storeId); in SyncLifeTest002()
331 std::string identifier = KvStoreDelegateManager::GetKvStoreIdentifier(userId, appId, storeId); in SyncLifeTest003()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_delegate_manager.h99 …DB_API static std::string GetKvStoreIdentifier(const std::string &userId, const std::string &appId,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/kvdelegatemanager_fuzzer/
H A Dkvdelegatemanager_fuzzer.cpp107 … (void) KvStoreDelegateManager::GetKvStoreIdentifier(userId, appId, storeId, syncDualTupleMode); in CombineTest()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp447 …auto identifier = KvManager::GetKvStoreIdentifier(convertedIds.second, convertedIds.first, storeId… in SetEqualIdentifier()
455 …auto identifier = KvManager::GetKvStoreIdentifier(convertedIds.second, convertedIds.first, storeId… in SetEqualIdentifier()
H A Dkvdb_service_impl.cpp770 DistributedDB::KvStoreDelegateManager::GetKvStoreIdentifier(id, convertedIds.first, in CompareTripleIdentifier()
801 …auto identifierTag = DBManager::GetKvStoreIdentifier("", storeMeta.appId, storeMeta.storeId, true); in ResolveAutoLaunch()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.cpp315 …auto identifierTag = DistributedDB::KvStoreDelegateManager::GetKvStoreIdentifier("", storeMeta.app… in ResolveAutoLaunch()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_auto_launch_test.cpp854 EXPECT_EQ(KvStoreDelegateManager::GetKvStoreIdentifier("", APP_ID, STORE_ID_0), "");
856 EXPECT_EQ(KvStoreDelegateManager::GetKvStoreIdentifier(
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_rd_kernel_test.cpp394 std::string identifier = KvStoreDelegateManager::GetKvStoreIdentifier(USER_ID, APP_ID,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp614 std::string KvStoreDelegateManager::GetKvStoreIdentifier(const std::string &userId, const std::stri… in GetKvStoreIdentifier() function in DistributedDB::KvStoreDelegateManager
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_impl.cpp722 …auto identifierTag = DistributedDB::KvStoreDelegateManager::GetKvStoreIdentifier("", storeMeta.app… in ResolveAutoLaunch()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp1059 …auto syncIdentifier = DistributedDB::KvStoreDelegateManager::GetKvStoreIdentifier(accountId, appId… in SetIdentifier()