Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp659 IsCompensatedTask(taskId), IsNeedGetLocalWater(taskId), count); in GetUploadCountByTable()
735 bool CloudSyncer::IsNeedGetLocalWater(TaskId taskId) in IsNeedGetLocalWater() function in DistributedDB::CloudSyncer
911 if (IsNeedGetLocalWater(uploadParam.taskId)) { in GetLocalWater()
H A Dcloud_syncer.h389 bool IsNeedGetLocalWater(TaskId taskId);
H A Dcloud_syncer.cpp1291 IsCompensatedTask(taskId), IsNeedGetLocalWater(taskId), count); in DoUpload()