Lines Matching refs:CheckMode
61 std::pair<bool, UpdaterUiFacade::StrategyMap::const_iterator> UpdaterUiFacade::CheckMode() const in CheckMode() function in Updater::UpdaterUiFacade
73 if (auto [res, it] = CheckMode(); res) { in ShowLog()
80 if (auto [res, it] = CheckMode(); res) { in ShowLogRes()
87 if (auto [res, it] = CheckMode(); res) { in ShowUpdInfo()
99 if (!CheckMode().first || (value > FULL_PERCENT_PROGRESS)) { in ShowProgress()
117 if (auto [res, it] = CheckMode(); res) { in IsInProgress()
125 if (!CheckMode().first) { in SetLogoVisible()
137 if (!CheckMode().first) { in SetProgressVisible()
149 if (auto [res, it] = CheckMode(); res) { in ShowProgressWarning()
157 auto [res, it] = CheckMode(); in ShowProgressPage()
170 auto [res, it] = CheckMode(); in ShowSuccessPage()
183 auto [res, it] = CheckMode(); in ShowFailedPage()
196 auto [res, it] = CheckMode(); in ShowFactoryConfirmPage()
212 auto [res, it] = CheckMode(); in ClearText()
222 if (auto [res, it] = CheckMode(); res) { in ClearLog()
244 auto [res, it] = CheckMode(); in SetLogoProgress()