Searched refs:CreateLinkRoute (Results 1 – 6 of 6) sorted by relevance
/system/connectivity/shill/ |
D | mock_routing_table.h | 51 MOCK_METHOD4(CreateLinkRoute, bool(int interface_index,
|
D | routing_table.h | 110 virtual bool CreateLinkRoute(int interface_index,
|
D | routing_table_unittest.cc | 855 TEST_F(RoutingTableTest, CreateLinkRoute) { in TEST_F() argument 879 EXPECT_TRUE(routing_table_->CreateLinkRoute(kTestDeviceIndex0, in TEST_F() 885 EXPECT_FALSE(routing_table_->CreateLinkRoute(kTestDeviceIndex0, in TEST_F()
|
D | connection.cc | 643 return routing_table_->CreateLinkRoute(interface_index_, local_, gateway_, in CreateGatewayRoute()
|
D | routing_table.cc | 582 bool RoutingTable::CreateLinkRoute(int interface_index, in CreateLinkRoute() function in shill::RoutingTable
|
D | connection_unittest.cc | 315 CreateLinkRoute(kTestDeviceInterfaceIndex0, in TEST_F() 435 CreateLinkRoute(kTestDeviceInterfaceIndex0, in TEST_F()
|