Searched defs:LinkEvent (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/ethernet/
H A Dethernet.cc144 void Ethernet::LinkEvent(unsigned int flags, unsigned int change) { function in class:shill::Ethernet
145 Device::LinkEvent(flags, change);
/system/connectivity/shill/cellular/
H A Dcellular.cc844 LinkEvent(flags, IFF_UP);
854 void Cellular::LinkEvent(unsigned int flags, unsigned int change) { function in class:shill::Cellular
855 Device::LinkEvent(flags, change);
857 LOG(INFO) << "Ignoring LinkEvent on device with PPP interface.";
1020 // 2) stops Cellular::LinkEvent from driving changes to the
/system/connectivity/shill/
H A Ddevice.cc251 void Device::LinkEvent(unsigned flags, unsigned change) { function in class:shill::Device

Completed in 161 milliseconds