Home
last modified time | relevance | path

Searched refs:SetInterfaceFlags (Results 1 – 15 of 15) sorted by relevance

/system/connectivity/shill/net/
Dmock_rtnl_handler.h37 MOCK_METHOD3(SetInterfaceFlags, void(int interface_index,
Drtnl_handler.h80 virtual void SetInterfaceFlags(int interface_index,
Drtnl_handler.cc152 void RTNLHandler::SetInterfaceFlags(int interface_index, unsigned int flags, in SetInterfaceFlags() function in shill::RTNLHandler
/system/connectivity/shill/
Dvirtual_device.cc62 rtnl_handler()->SetInterfaceFlags(interface_index(), IFF_UP, IFF_UP); in Start()
Dvirtual_device_unittest.cc90 EXPECT_CALL(rtnl_handler_, SetInterfaceFlags(_, IFF_UP, IFF_UP)); in TEST_F()
Ddevice_info.cc543 rtnl_handler_->SetInterfaceFlags(interface_index, IFF_UP, IFF_UP); in CreateDevice()
Ddevice.cc1886 rtnl_handler_->SetInterfaceFlags(interface_index(), 0, IFF_UP); in SetEnabledUnchecked()
Ddevice_info_unittest.cc651 SetInterfaceFlags(kTestDeviceIndex, IFF_UP, IFF_UP)).Times(1); in TEST_F()
Ddevice_unittest.cc988 EXPECT_CALL(rtnl_handler_, SetInterfaceFlags(_, 0, IFF_UP)); in TEST_F()
/system/connectivity/apmanager/
Ddhcp_server_unittest.cc133 SetInterfaceFlags(kInterfaceIndex, IFF_UP, IFF_UP)).Times(1); in TEST_F()
Ddhcp_server.cc98 rtnl_handler_->SetInterfaceFlags(interface_index, IFF_UP, IFF_UP); in Start()
/system/connectivity/shill/ethernet/
Dethernet.cc123 rtnl_handler()->SetInterfaceFlags(interface_index(), IFF_UP, IFF_UP); in Start()
Dethernet_unittest.cc151 SetInterfaceFlags(kInterfaceIndex, IFF_UP, IFF_UP)); in StartEthernet()
/system/connectivity/shill/cellular/
Dcellular.cc848 rtnl_handler()->SetInterfaceFlags(interface_index(), IFF_UP, IFF_UP); in EstablishLink()
/system/connectivity/shill/wifi/
Dwifi.cc2324 RTNLHandler::GetInstance()->SetInterfaceFlags(interface_index(), IFF_UP, in ConnectToSupplicant()