Searched refs:syncProcess_ (Results 1 – 2 of 2) sorted by relevance
36 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 …]
50 SyncProcess syncProcess_; variable