Home
last modified time | relevance | path

Searched refs:CheckTableSupportCompensatedSync (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.h292 bool CheckTableSupportCompensatedSync(const TableSchema &table);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp2015 if (!CheckTableSupportCompensatedSync(table)) { in GetCompensatedSyncQueryInner()
2063 bool RelationalSyncAbleStorage::CheckTableSupportCompensatedSync(const TableSchema &table) in CheckTableSupportCompensatedSync() function in DistributedDB::RelationalSyncAbleStorage