Home
last modified time | relevance | path

Searched refs:needUpload (Results 1 – 8 of 8) 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() argument
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.h356 int CallDoDownloadInNeed(bool needUpload, bool isFirstDownload) in CallDoDownloadInNeed() argument
363 return DoDownloadInNeed(taskInfo, needUpload, 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
240 needUpload = currentContext_.strategy->JudgeUpload(); in DoSync()
249 errCode = DoDownloadInNeed(taskInfo, needUpload, isFirstDownload); in DoSync()
271 currentContext_.isRealNeedUpload = needUpload; in DoSync()
311 if (!needUpload) { in DoUploadInNeed()
356 bool needUpload; in SyncMachineDoDownload() local
361 needUpload = currentContext_.isRealNeedUpload; in SyncMachineDoDownload()
371 errCode = DoDownloadInNeed(taskInfo, needUpload, isFirstDownload); in SyncMachineDoDownload()
390 bool needUpload; in SyncMachineDoUpload() local
394 needUpload = currentContext_.isRealNeedUpload; in SyncMachineDoUpload()
[all …]
H A Dcloud_syncer.h149 int DoUploadInNeed(const CloudTaskInfo &taskInfo, const bool needUpload);
158 …virtual int DoDownloadInNeed(const CloudTaskInfo &taskInfo, const bool needUpload, bool isFirstDow…
H A Dcloud_syncer_extend.cpp687 int CloudSyncer::DoDownloadInNeed(const CloudTaskInfo &taskInfo, const bool needUpload, bool isFirs… in DoDownloadInNeed() argument
708 if (needUpload) { in DoDownloadInNeed()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_data.h131 bool needUpload {false};
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_thumbnail_service_test/src/
H A Dmedialibrary_thumbnail_service_test.cpp553 data.loaderOpts.needUpload = true;