Home
last modified time | relevance | path

Searched refs:MarkDownloadFinishIfNeed (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h428 void MarkDownloadFinishIfNeed(const std::string &downloadTable, bool isFinish = true);
H A Dcloud_syncer_extend.cpp706 MarkDownloadFinishIfNeed(table); in DoDownloadInNeed()
1100 void CloudSyncer::MarkDownloadFinishIfNeed(const std::string &downloadTable, bool isFinish) in MarkDownloadFinishIfNeed() function in DistributedDB::CloudSyncer
H A Dcloud_syncer.cpp327 MarkDownloadFinishIfNeed(taskInfo.table[j], false); in DoUploadInNeed()