Home
last modified time | relevance | path

Searched defs:syncBatch (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp778const CloudSyncBatch &syncBatch, const std::map<std::string, std::vector<TableReferenceProperty>> … in GetReferenceGid()
793 const std::string &targetTable, const CloudSyncBatch &syncBatch, in GetReferenceGidInner()
862const CloudSyncBatch &syncBatch, const std::string &targetTable, std::map<int64_t, Entries> &refer… in GetReferenceGidByStmt()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.cpp475 …udKvStore::FillTimestamp(Timestamp rawSystemTime, Timestamp virtualTime, CloudSyncBatch &syncBatch) in FillTimestamp()
H A Dsqlite_cloud_kv_executor_utils.cpp1084 CloudSyncBatch syncBatch = isInsert ? data.insData : data.updData; in FillCloudVersionRecord() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp1431 const CloudSyncBatch &syncBatch, std::map<int64_t, Entries> &referenceGid) { in __anon2ff534420802()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1601 …onalSyncAbleStorage::GetReferenceGid(const std::string &tableName, const CloudSyncBatch &syncBatch, in GetReferenceGid()