Home
last modified time | relevance | path

Searched refs:isNeedUpload (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.cpp78 currentContext_.isNeedUpload = true; in SetTaskNeedUpload()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h105 bool isNeedUpload = false; // whether the current task need to do upload member
H A Dcloud_syncer_extend.cpp633 isNeedNotify = isFirstDownload && !currentContext_.isNeedUpload; in DoNotifyInNeed()
719 currentContext_.isNeedUpload = true; in DoDownloadInNeed()
H A Dcloud_syncer.cpp243 … isNeedFirstDownload = (currentContext_.locker == nullptr) && (!currentContext_.isNeedUpload); in DoSync()
258 isActuallyNeedUpload = currentContext_.isNeedUpload; in DoSync()
1889 currentContext_.isNeedUpload = false; in ClearCurrentContextWithoutLock()