Home
last modified time | relevance | path

Searched refs:EthernetRecoveryUI (Results 1 – 6 of 6) sorted by relevance

/bootable/recovery/recovery_ui/
Dethernet_ui.cpp21 void EthernetRecoveryUI::SetTitle(const std::vector<std::string>& lines) { in SetTitle()
30 void EthernetRecoveryUI::SetIPv6LinkLocalAddress(const std::string& address) { in SetIPv6LinkLocalAddress()
Ddefault_ethernet_device.cpp22 return new EthernetDevice(new EthernetRecoveryUI); in make_device()
Dethernet_device.cpp35 EthernetDevice::EthernetDevice(EthernetRecoveryUI* ui) in EthernetDevice()
84 auto recovery_ui = reinterpret_cast<EthernetRecoveryUI*>(GetUI()); in SetTitleIPv6LinkLocalAddress()
DAndroid.bp105 // The default device that uses EthernetRecoveryUI.
/bootable/recovery/recovery_ui/include/recovery_ui/
Dethernet_ui.h22 class EthernetRecoveryUI : public ScreenRecoveryUI {
24 EthernetRecoveryUI() {} in EthernetRecoveryUI() function
Dethernet_device.h25 class EthernetRecoveryUI; variable
29 explicit EthernetDevice(EthernetRecoveryUI* ui);