Searched refs:EthernetNetwork (Results 1 – 6 of 6) sorted by relevance
413 class EthernetNetwork : public Network {415 explicit EthernetNetwork(const std::string& service_path) : in EthernetNetwork() function420 DISALLOW_COPY_AND_ASSIGN(EthernetNetwork);968 virtual const EthernetNetwork* ethernet_network() const = 0;
39 MOCK_CONST_METHOD0(ethernet_network, const EthernetNetwork*(void));
2285 virtual const EthernetNetwork* ethernet_network() const { return ethernet_; } in ethernet_network()3358 ethernet_ = static_cast<EthernetNetwork*>(network); in UpdateActiveNetwork()3605 EthernetNetwork* ethernet = new EthernetNetwork(service_path); in CreateNewNetwork()4091 ethernet_ = new EthernetNetwork("eth1"); in InitTestData()4267 EthernetNetwork* ethernet_;4338 ethernet_(new EthernetNetwork("eth0")), in NetworkLibraryStubImpl()4366 virtual const EthernetNetwork* ethernet_network() const { in ethernet_network()4493 EthernetNetwork* ethernet_;
278 const chromeos::EthernetNetwork* ethernet_network = in GetNetworkInfo()
856 const chromeos::EthernetNetwork* ether = cros->ethernet_network(); in ButtonClickCallback()1051 const chromeos::EthernetNetwork* ethernet_network = in GetWiredList()
479 const chromeos::EthernetNetwork* ethernet = cros->ethernet_network(); in GetNetworkHtmlInfo()