Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp901 if (!IsQueryListEmpty(taskId) && param.isLastBatch) { in SaveData()
1261 !IsQueryListEmpty(uploadParam.taskId))) { in PutWaterMarkAfterBatchUpload()
1351 …isUpdateCloudCursor = isUpdateCloudCursor && !(IsPriorityTask(taskId) && !IsQueryListEmpty(taskId)… in SaveCloudWaterMark()
2040 if (!IsModeForcePull(taskId) && (!IsPriorityTask(taskId) || IsQueryListEmpty(taskId))) { in GetSyncParamForDownload()
H A Dcloud_syncer.h407 bool IsQueryListEmpty(TaskId taskId);
H A Dcloud_syncer_extend.cpp737 return !IsModeForcePush(taskId) && (!IsPriorityTask(taskId) || IsQueryListEmpty(taskId)) && in IsNeedGetLocalWater()
894 bool CloudSyncer::IsQueryListEmpty(TaskId taskId) in IsQueryListEmpty() function in DistributedDB::CloudSyncer