Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dethernet_device.cpp33 const std::string EthernetDevice::interface = "eth0";
35 EthernetDevice::EthernetDevice(EthernetRecoveryUI* ui) in EthernetDevice() function in EthernetDevice
42 void EthernetDevice::PreRecovery() { in PreRecovery()
47 void EthernetDevice::PreFastboot() { in PreFastboot()
58 int EthernetDevice::SetInterfaceFlags(const unsigned set, const unsigned clr) { in SetInterfaceFlags()
83 void EthernetDevice::SetTitleIPv6LinkLocalAddress(const bool interface_up) { in SetTitleIPv6LinkLocalAddress()
Ddefault_ethernet_device.cpp22 return new EthernetDevice(new EthernetRecoveryUI); in make_device()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dethernet_device.h27 class EthernetDevice : public Device {
29 explicit EthernetDevice(EthernetRecoveryUI* ui);