Lines Matching refs:mode_
29 : strategies_ {UpdaterUiConfig::GetStrategy()}, pgMgr_ {PageManager::GetInstance()}, mode_ {""} in UpdaterUiFacade()
48 if (mode == mode_) { in SetMode()
51 mode_ = mode; in SetMode()
58 return mode_; in GetMode()
63 auto it = strategies_.find(mode_); in CheckMode()
65 LOG(ERROR) << "mode has not a strategy for it " << mode_; in CheckMode()
107 if (auto it = progressMap_.find(mode_); it->second != nullptr) { in ShowProgress()
128 if (auto it = logoMap_.find(mode_); it->second != nullptr) { in SetLogoVisible()
140 if (auto it = progressMap_.find(mode_); it->second != nullptr) { in SetProgressVisible()
249 if (progressMap_.find(mode_) == progressMap_.end()) { in SetLogoProgress()
250 progressMap_[mode_] = ProgressStrategy::Factory(progressPage.progressType, { in SetLogoProgress()
254 if (logoMap_.find(mode_) == logoMap_.end()) { in SetLogoProgress()
255 logoMap_[mode_] = LogoStrategy::Factory(progressPage.logoType, { in SetLogoProgress()