Home
last modified time | relevance | path

Searched refs:IsLockInDownload (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h422 bool IsLockInDownload();
H A Dcloud_syncer_extend.cpp1045 bool CloudSyncer::IsLockInDownload() in IsLockInDownload() function in DistributedDB::CloudSyncer
1103 if (IsLockInDownload() || storageProxy_->IsTableExistReferenceOrReferenceBy(downloadTable)) { in MarkDownloadFinishIfNeed()
H A Dcloud_syncer.cpp365 if (IsLockInDownload()) { in SyncMachineDoDownload()