Searched refs:EthernetRecoveryUI (Results 1 – 4 of 4) sorted by relevance
34 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()
21 void EthernetRecoveryUI::SetTitle(const std::vector<std::string>& lines) { in SetTitle()30 void EthernetRecoveryUI::SetIPv6LinkLocalAddress(const std::string& address) { in SetIPv6LinkLocalAddress()
95 // The default device that uses EthernetRecoveryUI.
22 class EthernetRecoveryUI : public ScreenRecoveryUI {24 EthernetRecoveryUI() {} in EthernetRecoveryUI() function