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

  /system/connectivity/shill/
mock_connection.h 50 MOCK_METHOD0(CreateGatewayRoute, bool());
connection.h 154 virtual bool CreateGatewayRoute();
connection_unittest.cc 321 EXPECT_TRUE(connection_->CreateGatewayRoute());
322 EXPECT_FALSE(connection_->CreateGatewayRoute());
324 EXPECT_FALSE(connection_->CreateGatewayRoute());
440 EXPECT_TRUE(connection->CreateGatewayRoute());
441 EXPECT_FALSE(connection->CreateGatewayRoute());
443 EXPECT_FALSE(connection->CreateGatewayRoute());
    [all...]
connection.cc 621 connection->CreateGatewayRoute();
626 bool Connection::CreateGatewayRoute() {

Completed in 55 milliseconds