Searched refs:GenerateIdentifierId (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | db_properties.cpp | 85 DBCommon::GenerateIdentifierId(storeId, appId, userId, subUser, instanceId)); in SetIdentifier()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | db_common.h | 67 static std::string GenerateIdentifierId(const std::string &storeId,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_manager.cpp | 515 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 D | distributeddb_storage_index_optimize_test.cpp | 67 string identifier = DBCommon::GenerateIdentifierId(storeId, appId, userId); in GetKvStoreDirectory()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | db_common.cpp | 301 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 D | runtime_context_impl.cpp | 944 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 D | distributeddb_cloud_kv_syncer_test.cpp | 223 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 D | distributeddb_interfaces_nb_delegate_test.cpp | 2144 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 D | distributeddb_single_ver_p2p_complex_sync_test.cpp | 858 std::string identifier = DBCommon::GenerateIdentifierId(STORE_ID, APP_ID, USER_ID);
|