Searched refs:processNotifier (Results 1 – 2 of 2) sorted by relevance
826 auto processNotifier = std::make_shared<ProcessNotifier>(this); in TryMergeTask() local827 processNotifier->Init(cloudTaskInfos_[beMergeTask].table, cloudTaskInfos_[beMergeTask].devices, in TryMergeTask()831 processNotifier->SetAllTableFinish(); in TryMergeTask()832 processNotifier->NotifyProcess(cloudTaskInfos_[beMergeTask], {}, true); in TryMergeTask()
151 auto processNotifier = std::make_shared<ProcessNotifier>(this); in StopAllTasks() local152 processNotifier->Init(info.table, info.devices, info.users); in StopAllTasks()155 processNotifier->NotifyProcess(info, {}, true); in StopAllTasks()