Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h188 bool IsModeForcePull(const TaskId taskId);
H A Dcloud_syncer.cpp1375 bool CloudSyncer::IsModeForcePull(const TaskId taskId) in IsModeForcePull() function in DistributedDB::CloudSyncer
2040 if (!IsModeForcePull(taskId) && (!IsPriorityTask(taskId) || IsQueryListEmpty(taskId))) { in GetSyncParamForDownload()