Searched refs:ShowMsg (Results 1 – 2 of 2) sorted by relevance
/base/update/updater/services/ui/ |
D | updater_ui_facade.cpp | 76 ShowMsg(it->second.labelLogId, tag, isClear); in ShowLog() 83 ShowMsg(it->second.labelLogResId, tag, isClear); in ShowLogRes() 90 ShowMsg(it->second.labelUpdId, tag, isClear); in ShowUpdInfo() 213 ShowMsg(it->second.labelUpdId, ""); in ClearText() 219 ShowMsg(it->second.labelLogId, ""); in ClearLog() 220 ShowMsg(it->second.labelLogResId, ""); in ClearLog() 224 void UpdaterUiFacade::ShowMsg(const ComInfo &id, const std::string &tag, bool isClear) const in ShowMsg() function in Updater::UpdaterUiFacade 233 void UpdaterUiFacade::ShowMsg(const ComInfo &id, const std::string &tag) const in ShowMsg() function in Updater::UpdaterUiFacade
|
D | updater_ui_facade.h | 58 void ShowMsg(const ComInfo &id, const std::string &tag, bool isClear) const; 59 void ShowMsg(const ComInfo &id, const std::string &tag) const;
|