/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_autolaunch_test.cpp | 715 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 D | distributeddb_nb_enable_sync_by_closed_db_test.cpp | 702 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 D | distributeddb_single_ver_multi_user_test.cpp | 400 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 D | distributeddb_communicator_proxy_test.cpp | 107 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 D | distributeddb_mock_sync_module_test.cpp | 296 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 D | kv_store_delegate_manager.h | 99 …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 D | kvdelegatemanager_fuzzer.cpp | 107 … (void) KvStoreDelegateManager::GetKvStoreIdentifier(userId, appId, storeId, syncDualTupleMode); in CombineTest()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_general_store.cpp | 447 …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 D | kvdb_service_impl.cpp | 770 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 D | object_service_impl.cpp | 315 …auto identifierTag = DistributedDB::KvStoreDelegateManager::GetKvStoreIdentifier("", storeMeta.app… in ResolveAutoLaunch()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_auto_launch_test.cpp | 854 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 D | distributeddb_interfaces_database_rd_kernel_test.cpp | 394 std::string identifier = KvStoreDelegateManager::GetKvStoreIdentifier(USER_ID, APP_ID,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_manager.cpp | 614 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 D | udmf_service_impl.cpp | 722 …auto identifierTag = DistributedDB::KvStoreDelegateManager::GetKvStoreIdentifier("", storeMeta.app… in ResolveAutoLaunch()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | single_store_impl.cpp | 1059 …auto syncIdentifier = DistributedDB::KvStoreDelegateManager::GetKvStoreIdentifier(accountId, appId… in SetIdentifier()
|