Home
last modified time | relevance | path

Searched refs:REBOOTFACTORYRST (Results 1 – 5 of 5) sorted by relevance

/base/update/updater/services/ui/
Dupdater_ui.h28 REBOOTFACTORYRST, enumerator
Dupdater_ui.cpp86 …).GetMode() != UpdaterMode::FACTORYRST && GetFacade().GetMode() != UpdaterMode::REBOOTFACTORYRST) { in DoProgress()
/base/update/updater/services/ui/strategy/
Dui_strategy.cpp56 {UpdaterMode::REBOOTFACTORYRST, "rebootFactoryRst"},
85 UpdaterMode::SDCARD, UpdaterMode::REBOOTFACTORYRST}; in LoadStrategy()
/base/update/updater/test/unittest/updater_ui_test/strategy/
Dui_strategy_unittest.cpp92 auto &rebootFactoryRstCfg = expected[UpdaterMode::REBOOTFACTORYRST];
102 {UpdaterMode::REBOOTFACTORYRST, rebootFactoryRstCfg}, {UpdaterMode::OTA, otaCfg}
/base/update/updater/services/
Dupdater_main.cpp539 (void)UPDATER_UI_INSTANCE.SetMode(UpdaterMode::REBOOTFACTORYRST); in StartUpdater()
542 (void)UPDATER_UI_INSTANCE.SetMode(UpdaterMode::REBOOTFACTORYRST); in StartUpdater()