HomeSort by relevance Sort by last modified time
    Searched refs:FlushRoutesWithTag (Results 1 - 6 of 6) sorted by null

  /system/connectivity/shill/
mock_routing_table.h 56 MOCK_METHOD1(FlushRoutesWithTag, void(int tag));
routing_table.h 121 virtual void FlushRoutesWithTag(int tag);
connection.cc 153 routing_table_->FlushRoutesWithTag(interface_index_);
routing_table.cc 253 void RoutingTable::FlushRoutesWithTag(int tag) {
connection_unittest.cc 207 EXPECT_CALL(routing_table_, FlushRoutesWithTag(kTestDeviceInterfaceIndex0));
749 EXPECT_CALL(routing_table_, FlushRoutesWithTag(kTestDeviceInterfaceIndex1));
    [all...]
routing_table_unittest.cc 660 routing_table_->FlushRoutesWithTag(kTestRouteTag);
    [all...]

Completed in 1695 milliseconds