Home
last modified time | relevance | path

Searched refs:SetInterfaceMTU (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Dconnection_unittest.cc304 EXPECT_CALL(rtnl_handler_, SetInterfaceMTU(kTestDeviceInterfaceIndex0, in TEST_F()
388 EXPECT_CALL(rtnl_handler_, SetInterfaceMTU(kTestDeviceInterfaceIndex0, in TEST_F()
490 EXPECT_CALL(rtnl_handler_, SetInterfaceMTU(kTestDeviceInterfaceIndex0, in TEST_F()
520 EXPECT_CALL(rtnl_handler_, SetInterfaceMTU(kTestDeviceInterfaceIndex0, in TEST_F()
558 EXPECT_CALL(rtnl_handler_, SetInterfaceMTU(kTestDeviceInterfaceIndex0, in TEST_F()
614 EXPECT_CALL(rtnl_handler_, SetInterfaceMTU(kTestDeviceInterfaceIndex0, in TEST_F()
629 EXPECT_CALL(rtnl_handler_, SetInterfaceMTU(_, _)); in TEST_F()
669 EXPECT_CALL(rtnl_handler_, SetInterfaceMTU(kTestDeviceInterfaceIndex0, in TEST_F()
787 EXPECT_CALL(rtnl_handler_, SetInterfaceMTU(kTestDeviceInterfaceIndex0, in TEST_F()
1189 EXPECT_CALL(rtnl_handler_, SetInterfaceMTU( in TEST_F()
[all …]
Dconnection.cc598 rtnl_handler_->SetInterfaceMTU(interface_index_, mtu); in SetMTU()
/system/connectivity/shill/net/
Dmock_rtnl_handler.h40 MOCK_METHOD2(SetInterfaceMTU, void(int interface_index, unsigned int mtu));
Drtnl_handler.h86 virtual void SetInterfaceMTU(int interface_index, unsigned int mtu);
Drtnl_handler.cc179 void RTNLHandler::SetInterfaceMTU(int interface_index, unsigned int mtu) { in SetInterfaceMTU() function in shill::RTNLHandler