Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h154 int GetUploadCountByTable(const CloudSyncer::TaskId &taskId, int64_t &count);
H A Dcloud_syncer_extend.cpp643 int CloudSyncer::GetUploadCountByTable(const CloudSyncer::TaskId &taskId, int64_t &count) in GetUploadCountByTable() function in DistributedDB::CloudSyncer
710 errCode = GetUploadCountByTable(taskInfo.taskId, count); in DoDownloadInNeed()