Home
last modified time | relevance | path

Searched refs:GetCloudTableWithoutShared (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.h284 int GetCloudTableWithoutShared(std::vector<TableSchema> &tables);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1934 int errCode = GetCloudTableWithoutShared(tables); in GetCompensatedSyncQuery()
1954 int errCode = GetCloudTableWithoutShared(tables); in ClearUnLockingNoNeedCompensated()
1985 int RelationalSyncAbleStorage::GetCloudTableWithoutShared(std::vector<TableSchema> &tables) in GetCloudTableWithoutShared() function in DistributedDB::RelationalSyncAbleStorage