Searched refs:EthernetRecoveryUI (Results 1 – 6 of 6) sorted by relevance
21 void EthernetRecoveryUI::SetTitle(const std::vector<std::string>& lines) { in SetTitle()30 void EthernetRecoveryUI::SetIPv6LinkLocalAddress(const std::string& address) { in SetIPv6LinkLocalAddress()
22 return new EthernetDevice(new EthernetRecoveryUI); in make_device()
35 EthernetDevice::EthernetDevice(EthernetRecoveryUI* ui) in EthernetDevice()84 auto recovery_ui = reinterpret_cast<EthernetRecoveryUI*>(GetUI()); in SetTitleIPv6LinkLocalAddress()
105 // The default device that uses EthernetRecoveryUI.
22 class EthernetRecoveryUI : public ScreenRecoveryUI {24 EthernetRecoveryUI() {} in EthernetRecoveryUI() function
25 class EthernetRecoveryUI; variable29 explicit EthernetDevice(EthernetRecoveryUI* ui);