Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Ddevice.h30 class BootState; variable
144 void SetBootState(const BootState* state);
153 const BootState* boot_state_{ nullptr };
/bootable/recovery/otautil/include/otautil/
Dboot_state.h22 class BootState {
24 BootState(std::string_view reason, std::string_view stage) : reason_(reason), stage_(stage) {} in BootState() function
/bootable/recovery/recovery_ui/
Ddevice.cpp100 void Device::SetBootState(const BootState* state) { in SetBootState()
/bootable/recovery/
Drecovery_main.cpp439 BootState boot_state(reason, stage); // recovery_main owns the state of boot. in main()