Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dprocess_notifier.cpp36 InitSyncProcess(tableName, syncProcess_); in Init()
62 auto &syncProcess = user_.empty() ? syncProcess_ : multiSyncProcess_[user_]; in UpdateProcess()
85 syncProcess_.errCode = TransferDBErrno(taskInfo.errCode, true); in NotifyProcess()
86 syncProcess_.process = taskInfo.status; in NotifyProcess()
92 currentProcess[device] = syncProcess_; in NotifyProcess()
134 auto &syncProcess = IsMultiUser() ? multiSyncProcess_.at(user_) : syncProcess_; in GetUploadBatchIndex()
147 auto &syncProcess = IsMultiUser() ? multiSyncProcess_.at(user_) : syncProcess_; in ResetUploadBatchIndex()
158 auto &syncProcess = IsMultiUser() ? multiSyncProcess_.at(user_) : syncProcess_; in GetLastUploadSuccessCount()
173 syncProcess = syncProcess_; in GetDownloadInfoByTableName()
191 for (auto &item : syncProcess_.tableProcess) { in SetAllTableFinish()
[all …]
H A Dprocess_notifier.h50 SyncProcess syncProcess_; variable