Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.h180 …static int ReFillSyncInfoTable(const std::vector<std::string> &actualTable, CloudSyncer::CloudTask…
H A Dsqlite_relational_store.cpp1132 ret = ReFillSyncInfoTable(table, info); in Sync()
1418 int SQLiteRelationalStore::ReFillSyncInfoTable(const std::vector<std::string> &actualTable, in ReFillSyncInfoTable() function in DistributedDB::SQLiteRelationalStore