Searched refs:CheckMode (Results 1 – 2 of 2) sorted by relevance
62 std::pair<bool, UpdaterUiFacade::StrategyMap::const_iterator> UpdaterUiFacade::CheckMode() const in CheckMode() function in Updater::UpdaterUiFacade78 if (auto [res, it] = CheckMode(); res) { in ShowLog()85 if (auto [res, it] = CheckMode(); res) { in ShowLogRes()92 if (auto [res, it] = CheckMode(); res) { in ShowUpdInfo()99 if (!CheckMode().first) { in ShowProgress()116 if (auto [res, it] = CheckMode(); res) { in IsInProgress()124 if (!CheckMode().first) { in SetLogoVisible()136 if (!CheckMode().first) { in SetProgressVisible()148 if (auto [res, it] = CheckMode(); res) { in ShowProgressWarning()156 auto [res, it] = CheckMode(); in ShowProgressPage()[all …]
55 std::pair<bool, StrategyMap::const_iterator> CheckMode() const;