Home
last modified time | relevance | path

Searched refs:IsQueuedManualSyncFull (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dgeneric_syncer.h177 bool IsQueuedManualSyncFull(int mode, bool wait) const;
H A Dgeneric_syncer.cpp678 bool GenericSyncer::IsQueuedManualSyncFull(int mode, bool wait) const in IsQueuedManualSyncFull() function in DistributedDB::GenericSyncer
835 if (IsQueuedManualSyncFull(param.mode, param.wait)) { // LCOV_EXCL_BR_LINE in SyncPreCheck()