Home | History | Annotate | Download | only in cros

Lines Matching refs:NetworkDevice

191 class NetworkDevice {
193 explicit NetworkDevice(const std::string& device_path);
270 DISALLOW_COPY_AND_ASSIGN(NetworkDevice);
899 const NetworkDevice* device) = 0;
1009 virtual const NetworkDevice* FindNetworkDeviceByPath(
1013 virtual const NetworkDevice* FindCellularDevice() const = 0;
1016 virtual const NetworkDevice* FindEthernetDevice() const = 0;
1019 virtual const NetworkDevice* FindWifiDevice() const = 0;