Searched refs:ShowUpdInfo (Results 1 – 6 of 6) sorted by relevance
158 GetFacade().ShowUpdInfo(TR(LABEL_RESET_PROGRESS_INFO)); in DEFINE_ASYN_CALLBACK()167 GetFacade().ShowUpdInfo(TR(LOGRES_WIPE_FINISH)); in DEFINE_ASYN_CALLBACK()187 GetFacade().ShowUpdInfo(TR(LOG_CLEAR_CAHCE)); in DEFINE_ASYN_CALLBACK()
150 UPDATER_UI_INSTANCE.ShowUpdInfo(TR(UPD_VERIFYPKG)); in VerifyPackages()153 UPDATER_UI_INSTANCE.ShowUpdInfo(TR(UPD_VERIFYPKGFAIL), true); in VerifyPackages()167 UPDATER_UI_INSTANCE.ShowUpdInfo(TR(UPD_VERIFYPKGFAIL), true); in VerifyPackages()320 UPDATER_UI_INSTANCE.ShowUpdInfo(TR(UPD_SETPART_FAIL), true); in PreUpdatePackages()342 UPDATER_UI_INSTANCE.ShowUpdInfo(TR(LOG_LOWPOWER)); in PreUpdatePackages()457 UPDATER_UI_INSTANCE.ShowUpdInfo(TR(LOG_LOWPOWER)); in UpdaterFromSdcard()
200 UPDATER_UI_INSTANCE.ShowUpdInfo(TR(UPD_SPACE_NOTENOUGH), true); in CheckStatvfs()248 UPDATER_UI_INSTANCE.ShowUpdInfo(TR(UPD_SETPART_FAIL), true); in DoInstallUpdaterPackage()265 UPDATER_UI_INSTANCE.ShowUpdInfo(TR(UPD_INSTALL_FAIL)); in DoInstallUpdaterPackage()345 UPDATER_UI_INSTANCE.ShowUpdInfo(TR(UPD_INSTALL_START)); in HandleChildOutput()
42 void ShowUpdInfo(const std::string &tag, bool isClear = false) const {}
39 void ShowUpdInfo(const std::string &tag, bool isClear = false) const;
90 void UpdaterUiFacade::ShowUpdInfo(const std::string &tag, bool isClear) const in ShowUpdInfo() function in Updater::UpdaterUiFacade