Home
last modified time | relevance | path

Searched refs:DoDownloadInNeed (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_cloud_syncer.cpp36 int VirtualCloudSyncer::DoDownloadInNeed(const CloudTaskInfo &taskInfo, const bool needUpload, bool… in DoDownloadInNeed() function in DistributedDB::VirtualCloudSyncer
45 return CloudSyncer::DoDownloadInNeed(taskInfo, needUpload, isFirstDownload); in DoDownloadInNeed()
H A Dvirtual_cloud_syncer.h27 …int DoDownloadInNeed(const CloudTaskInfo &taskInfo, const bool needUpload, bool isFirstDownload) o…
H A Dcloud_syncer_test.h363 return DoDownloadInNeed(taskInfo, needUpload, isFirstDownload); in CallDoDownloadInNeed()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h158 …virtual int DoDownloadInNeed(const CloudTaskInfo &taskInfo, const bool needUpload, bool isFirstDow…
H A Dcloud_syncer.cpp249 errCode = DoDownloadInNeed(taskInfo, needUpload, isFirstDownload); in DoSync()
371 errCode = DoDownloadInNeed(taskInfo, needUpload, isFirstDownload); in SyncMachineDoDownload()
H A Dcloud_syncer_extend.cpp687 int CloudSyncer::DoDownloadInNeed(const CloudTaskInfo &taskInfo, const bool needUpload, bool isFirs… in DoDownloadInNeed() function in DistributedDB::CloudSyncer