Home
last modified time | relevance | path

Searched defs:needUpload (Results 1 – 4 of 4) 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()
H A Dcloud_syncer_test.h356 int CallDoDownloadInNeed(bool needUpload, bool isFirstDownload) in CallDoDownloadInNeed()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp236 bool needUpload = true; in DoSync() local
309 int CloudSyncer::DoUploadInNeed(const CloudTaskInfo &taskInfo, const bool needUpload) in DoUploadInNeed()
356 bool needUpload; in SyncMachineDoDownload() local
390 bool needUpload; in SyncMachineDoUpload() local
H A Dcloud_syncer_extend.cpp687 int CloudSyncer::DoDownloadInNeed(const CloudTaskInfo &taskInfo, const bool needUpload, bool isFirs… in DoDownloadInNeed()