Home
last modified time | relevance | path

Searched refs:CheckMode (Results 1 – 2 of 2) sorted by relevance

/base/update/updater/services/ui/
Dupdater_ui_facade.cpp62 std::pair<bool, UpdaterUiFacade::StrategyMap::const_iterator> UpdaterUiFacade::CheckMode() const in CheckMode() function in Updater::UpdaterUiFacade
78 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 …]
Dupdater_ui_facade.h55 std::pair<bool, StrategyMap::const_iterator> CheckMode() const;