Searched refs:LinkEvent (Results 1 – 10 of 10) sorted by relevance
/system/connectivity/shill/ethernet/ |
D | ethernet_unittest.cc | 267 TEST_F(EthernetTest, LinkEvent) { in TEST_F() argument 276 ethernet_->LinkEvent(0, IFF_LOWER_UP); in TEST_F() 293 ethernet_->LinkEvent(IFF_LOWER_UP, 0); in TEST_F() 307 ethernet_->LinkEvent(IFF_LOWER_UP, 0); in TEST_F() 328 ethernet_->LinkEvent(0, IFF_LOWER_UP); in TEST_F()
|
D | ethernet.h | 71 void LinkEvent(unsigned int flags, unsigned int change) override;
|
D | ethernet.cc | 144 void Ethernet::LinkEvent(unsigned int flags, unsigned int change) { in LinkEvent() function in shill::Ethernet 145 Device::LinkEvent(flags, change); in LinkEvent()
|
/system/connectivity/shill/cellular/ |
D | cellular.cc | 844 LinkEvent(flags, IFF_UP); in EstablishLink() 854 void Cellular::LinkEvent(unsigned int flags, unsigned int change) { in LinkEvent() function in shill::Cellular 855 Device::LinkEvent(flags, change); in LinkEvent()
|
D | cellular.h | 177 void LinkEvent(unsigned int flags, unsigned int change) override;
|
D | cellular_unittest.cc | 1289 device_->LinkEvent(0, 0); // flags doesn't contain IFF_UP in TEST_F() 1455 device_->LinkEvent(IFF_UP, 0); in TEST_F() 1465 device_->LinkEvent(IFF_UP, 0); in TEST_F()
|
/system/connectivity/shill/ |
D | device.h | 129 virtual void LinkEvent(unsigned flags, unsigned change);
|
D | device_info.cc | 683 device->LinkEvent(flags, change); in AddLinkMsgHandler()
|
D | device.cc | 251 void Device::LinkEvent(unsigned flags, unsigned change) { in LinkEvent() function in shill::Device
|
/system/connectivity/shill/wifi/ |
D | wifi_unittest.cc | 1070 wifi_->LinkEvent(IFF_LOWER_UP, IFF_LOWER_UP); in ReportLinkUp()
|