Lines Matching refs:second
74 ShowMsg(it->second.labelLogId, tag, isClear);
81 ShowMsg(it->second.labelLogResId, tag, isClear);
88 ShowMsg(it->second.labelUpdId, tag, isClear);
107 if (auto it = progressMap_.find(mode_); it->second != nullptr) {
109 it->second->ShowProgress(value);
118 return pgMgr_[it->second.progressPage.progressPageId].IsVisible();
128 if (auto it = logoMap_.find(mode_); it->second != nullptr) {
129 isVisible ? it->second->Show() : it->second->Hide();
140 if (auto it = progressMap_.find(mode_); it->second != nullptr) {
141 isVisible ? it->second->Show() : it->second->Hide();
150 auto &progressPg = it->second.progressPage;
164 pgMgr_.ShowPage(it->second.progressPage.progressPageId);
178 pgMgr_.ShowPage(it->second.resPage.successPageId);
191 pgMgr_.ShowPage(it->second.resPage.failPageId);
202 pgMgr_.ShowPage(it->second.confirmPageId);
217 ShowMsg(it->second.labelUpdId, "");
223 ShowMsg(it->second.labelLogId, "");
224 ShowMsg(it->second.labelLogResId, "");
248 const ProgressPage &progressPage { it->second.progressPage };