Home
last modified time | relevance | path

Searched refs:ShowLogRes (Results 1 - 6 of 6) sorted by relevance

/base/update/updater/services/
H A Dupdater_ui.cpp116 GetFacade().ShowLogRes(res == UPDATE_CORRUPT ? TR(LOGRES_VERIFY_FAILED) : TR(LOGRES_UPDATE_FAILED)); in DEFINE_ASYN_CALLBACK()
120 GetFacade().ShowLogRes(TR(LABEL_UPD_OK_DONE)); in DEFINE_ASYN_CALLBACK()
146 GetFacade().ShowLogRes(res == UPDATE_CORRUPT ? TR(LOGRES_VERIFY_FAILED) : TR(LOGRES_UPDATE_FAILED)); in DEFINE_ASYN_CALLBACK()
150 GetFacade().ShowLogRes(TR(LABEL_UPD_OK_DONE)); in DEFINE_ASYN_CALLBACK()
203 GetFacade().ShowLogRes(TR(LOG_WIPE_FAIL)); in DEFINE_ASYN_CALLBACK()
H A Dupdater_main.cpp475 UPDATER_UI_INSTANCE.ShowLogRes(TR(LABEL_UPD_OK_SHUTDOWN)); in DoUpdatePackages()
627 UPDATER_UI_INSTANCE.ShowLogRes(
642 UPDATER_UI_INSTANCE.ShowLogRes(TR(LOGRES_WIPE_FAIL));
645 UPDATER_UI_INSTANCE.ShowLogRes(TR(LOGRES_WIPE_FINISH));
850 UPDATER_UI_INSTANCE.ShowLogRes(
/base/update/updater/test/unittest/updater_ui_test/
H A Dupdater_ui_facade_unittest.cpp50 UPDATER_UI_INSTANCE.ShowLogRes(log); in HWTEST_F()
65 UPDATER_UI_INSTANCE.ShowLogRes(log); in HWTEST_F()
/base/update/updater/services/ui/
H A Dupdater_ui_empty.h41 void ShowLogRes(const std::string &tag, bool isClear = false) const {} in ShowLogRes() function in Updater::UpdaterUiEmpty
H A Dupdater_ui_facade.h38 void ShowLogRes(const std::string &tag, bool isClear = false) const;
H A Dupdater_ui_facade.cpp78 void UpdaterUiFacade::ShowLogRes(const std::string &tag, bool isClear) const in ShowLogRes() function in Updater::UpdaterUiFacade

Completed in 3 milliseconds