Home
last modified time | relevance | path

Searched refs:GetSharedTargetTableName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h269 std::pair<std::string, int> GetSharedTargetTableName(const std::string &tableName);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1648 auto [sharedTargetTable, ret] = GetSharedTargetTableName(property.targetTableName); in GetTableReference()
1685 std::pair<std::string, int> RelationalSyncAbleStorage::GetSharedTargetTableName(const std::string &… in GetSharedTargetTableName() function in DistributedDB::RelationalSyncAbleStorage