Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h168 int PreCheckUpload(TaskId &taskId, const TableName &tableName, Timestamp &localMark);
H A Dcloud_syncer.cpp1172 int CloudSyncer::PreCheckUpload(CloudSyncer::TaskId &taskId, const TableName &tableName, Timestamp … in PreCheckUpload() function in DistributedDB::CloudSyncer
1281 ret = PreCheckUpload(taskId, tableName, localMark); in DoUpload()