Lines Matching refs:second
79 ShowMsg(it->second.labelLogId, tag, isClear); in ShowLog()
86 ShowMsg(it->second.labelLogResId, tag, isClear); in ShowLogRes()
93 ShowMsg(it->second.labelUpdId, tag, isClear); in ShowUpdInfo()
107 if (auto it = progressMap_.find(mode_); it->second != nullptr) { in ShowProgress()
108 it->second->ShowProgress(value); in ShowProgress()
117 return pgMgr_[it->second.progressPage.progressPageId].IsVisible(); in IsInProgress()
127 if (auto it = logoMap_.find(mode_); it->second != nullptr) { in SetLogoVisible()
128 isVisible ? it->second->Show() : it->second->Hide(); in SetLogoVisible()
139 if (auto it = progressMap_.find(mode_); it->second != nullptr) { in SetProgressVisible()
140 isVisible ? it->second->Show() : it->second->Hide(); in SetProgressVisible()
149 auto &progressPg = it->second.progressPage; in ShowProgressWarning()
163 pgMgr_.ShowPage(it->second.progressPage.progressPageId); in ShowProgressPage()
177 pgMgr_.ShowPage(it->second.resPage.successPageId); in ShowSuccessPage()
190 pgMgr_.ShowPage(it->second.resPage.failPageId); in ShowFailedPage()
201 pgMgr_.ShowPage(it->second.confirmPageId); in ShowFactoryConfirmPage()
216 ShowMsg(it->second.labelUpdId, ""); in ClearText()
222 ShowMsg(it->second.labelLogId, ""); in ClearLog()
223 ShowMsg(it->second.labelLogResId, ""); in ClearLog()
247 const ProgressPage &progressPage { it->second.progressPage }; in SetLogoProgress()