Searched refs:needNotifyTables (Results 1 – 2 of 2) sorted by relevance
625 …DoNotifyInNeed(const CloudSyncer::TaskId &taskId, const std::vector<std::string> &needNotifyTables, in DoNotifyInNeed() argument638 for (size_t i = 0; i < needNotifyTables.size(); ++i) { in DoNotifyInNeed()639 … UpdateProcessInfoWithoutUpload(taskId, needNotifyTables[i], i != (needNotifyTables.size() - 1u)); in DoNotifyInNeed()689 std::vector<std::string> needNotifyTables; in DoDownloadInNeed() local723 needNotifyTables.emplace_back(table); in DoDownloadInNeed()731 DoNotifyInNeed(taskInfo.taskId, needNotifyTables, isFirstDownload); in DoDownloadInNeed()
151 …DoNotifyInNeed(const CloudSyncer::TaskId &taskId, const std::vector<std::string> &needNotifyTables,