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 D | virtual_cloud_syncer.cpp | 36 int VirtualCloudSyncer::DoDownloadInNeed(const CloudTaskInfo &taskInfo, const bool needUpload, bool… in DoDownloadInNeed() argument 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 | 356 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 D | cloud_syncer.cpp | 236 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 D | cloud_syncer.h | 149 int DoUploadInNeed(const CloudTaskInfo &taskInfo, const bool needUpload); 158 …virtual int DoDownloadInNeed(const CloudTaskInfo &taskInfo, const bool needUpload, bool isFirstDow…
|
H A D | cloud_syncer_extend.cpp | 687 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 D | thumbnail_data.h | 131 bool needUpload {false};
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_thumbnail_service_test/src/ |
H A D | medialibrary_thumbnail_service_test.cpp | 553 data.loaderOpts.needUpload = true;
|