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 D | virtual_cloud_syncer.cpp | 36 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 D | virtual_cloud_syncer.h | 27 …int DoDownloadInNeed(const CloudTaskInfo &taskInfo, const bool needUpload, bool isFirstDownload) o…
|
H A D | cloud_syncer_test.h | 363 return DoDownloadInNeed(taskInfo, needUpload, isFirstDownload); in CallDoDownloadInNeed()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_syncer.h | 158 …virtual int DoDownloadInNeed(const CloudTaskInfo &taskInfo, const bool needUpload, bool isFirstDow…
|
H A D | cloud_syncer.cpp | 249 errCode = DoDownloadInNeed(taskInfo, needUpload, isFirstDownload); in DoSync() 371 errCode = DoDownloadInNeed(taskInfo, needUpload, isFirstDownload); in SyncMachineDoDownload()
|
H A D | cloud_syncer_extend.cpp | 687 int CloudSyncer::DoDownloadInNeed(const CloudTaskInfo &taskInfo, const bool needUpload, bool isFirs… in DoDownloadInNeed() function in DistributedDB::CloudSyncer
|