Home
last modified time | relevance | path

Searched refs:ShowUpdInfo (Results 1 – 6 of 6) sorted by relevance

/base/update/updater/services/
Dupdater_ui.cpp158 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()
Dupdater_main.cpp150 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()
Dupdater.cpp200 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()
/base/update/updater/services/ui/
Dupdater_ui_empty.h42 void ShowUpdInfo(const std::string &tag, bool isClear = false) const {}
Dupdater_ui_facade.h39 void ShowUpdInfo(const std::string &tag, bool isClear = false) const;
Dupdater_ui_facade.cpp90 void UpdaterUiFacade::ShowUpdInfo(const std::string &tag, bool isClear) const in ShowUpdInfo() function in Updater::UpdaterUiFacade