Home
last modified time | relevance | path

Searched refs:GenerateIdentifierId (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddb_properties.cpp85 DBCommon::GenerateIdentifierId(storeId, appId, userId, subUser, instanceId)); in SetIdentifier()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h67 static std::string GenerateIdentifierId(const std::string &storeId,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp515 std::string identifier = DBCommon::GenerateIdentifierId(storeId, appId, userId); in GetDatabaseDir()
597 std::string syncIdentifier = DBCommon::GenerateIdentifierId(storeId, appId, userId, "", 0); in DisableKvStoreAutoLaunch()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_index_optimize_test.cpp67 string identifier = DBCommon::GenerateIdentifierId(storeId, appId, userId); in GetKvStoreDirectory()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp301 std::string DBCommon::GenerateIdentifierId(const std::string &storeId, in GenerateIdentifierId() function in DistributedDB::DBCommon
325 …std::string identifier = GenerateIdentifierId(dbIdParam.storeId, dbIdParam.appId, dbIdParam.userId… in SetDatabaseIds()
H A Druntime_context_impl.cpp944 const std::string id = DBCommon::GenerateIdentifierId(info.storeId, info.appId, info.userId); in TranslateDeviceId()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_syncer_test.cpp223 DBCommon::GenerateIdentifierId(STORE_ID_1, APP_ID, USER_ID, "", 0)); in GetSingleStore()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_test.cpp2144 DBCommon::GenerateIdentifierId(storeId, appId, userId)); in GetRealFileUrl()
2899 std::string identifier = DBCommon::GenerateIdentifierId(storeId, APP_ID, USER_ID);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp858 std::string identifier = DBCommon::GenerateIdentifierId(STORE_ID, APP_ID, USER_ID);