Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dethernet_device.cpp34 explicit EthernetDevice(EthernetRecoveryUI* ui);
49 EthernetDevice::EthernetDevice(EthernetRecoveryUI* ui) in EthernetDevice()
98 auto recovery_ui = reinterpret_cast<EthernetRecoveryUI*>(GetUI()); in SetTitleIPv6LinkLocalAddress()
135 return new EthernetDevice(new EthernetRecoveryUI); in make_device()
Dethernet_ui.cpp21 void EthernetRecoveryUI::SetTitle(const std::vector<std::string>& lines) { in SetTitle()
30 void EthernetRecoveryUI::SetIPv6LinkLocalAddress(const std::string& address) { in SetIPv6LinkLocalAddress()
DAndroid.bp95 // 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