Home
last modified time | relevance | path

Searched refs:FACTORYRST (Results 1 – 4 of 4) sorted by relevance

/base/update/updater/services/
Dupdater_ui.cpp49 …if (GetFacade().GetMode() != UpdaterMode::FACTORYRST && GetFacade().GetMode() != UpdaterMode::REBO… in DoProgress()
74 if (!GetFacade().SetMode(UpdaterMode::FACTORYRST)) { in DEFINE_SYNC_CALLBACK()
137 if (!GetFacade().SetMode(UpdaterMode::FACTORYRST)) { in DEFINE_ASYN_CALLBACK()
155 if (!GetFacade().SetMode(UpdaterMode::FACTORYRST)) { in DEFINE_ASYN_CALLBACK()
183 if (!GetFacade().SetMode(UpdaterMode::FACTORYRST)) { in DEFINE_ASYN_CALLBACK()
/base/update/updater/services/ui/include/
Dupdater_ui_const.h26 FACTORYRST, enumerator
/base/update/updater/test/unittest/updater_ui_test/strategy/
Dui_strategy_unittest.cpp79 auto &factoryRstCfg = expected[UpdaterMode::FACTORYRST];
93 {UpdaterMode::SDCARD, sdCardCfg}, {UpdaterMode::FACTORYRST, factoryRstCfg},
/base/update/updater/services/ui/strategy/
Dui_strategy.cpp55 {UpdaterMode::FACTORYRST, "factoryRst"},
85 constexpr std::array strategies {UpdaterMode::OTA, UpdaterMode::FACTORYRST, in LoadStrategy()