Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h424 CloudSyncEvent SetCurrentTaskFailedInMachine(int errCode);
H A Dcloud_syncer.cpp369 return SetCurrentTaskFailedInMachine(errCode); in SyncMachineDoDownload()
380 return SetCurrentTaskFailedInMachine(errCode); in SyncMachineDoDownload()
H A Dcloud_syncer_extend.cpp1055 CloudSyncEvent CloudSyncer::SetCurrentTaskFailedInMachine(int errCode) in SetCurrentTaskFailedInMachine() function in DistributedDB::CloudSyncer