Home
last modified time | relevance | path

Searched refs:IsKeyInterrupted (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h191 bool IsKeyInterrupted() const { in IsKeyInterrupted() function
/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp335 if (IsKeyInterrupted()) { in WaitKey()
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp1208 if (IsKeyInterrupted()) return static_cast<size_t>(KeyError::INTERRUPTED); in ShowMenu()