Home
last modified time | relevance | path

Searched refs:CreateGatewayRoute (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dmock_connection.h50 MOCK_METHOD0(CreateGatewayRoute, bool());
Dconnection_unittest.cc321 EXPECT_TRUE(connection_->CreateGatewayRoute()); in TEST_F()
322 EXPECT_FALSE(connection_->CreateGatewayRoute()); in TEST_F()
324 EXPECT_FALSE(connection_->CreateGatewayRoute()); in TEST_F()
440 EXPECT_TRUE(connection->CreateGatewayRoute()); in TEST_F()
441 EXPECT_FALSE(connection->CreateGatewayRoute()); in TEST_F()
443 EXPECT_FALSE(connection->CreateGatewayRoute()); in TEST_F()
1133 EXPECT_CALL(*mock_connection, CreateGatewayRoute()) in TEST_F()
Dconnection.h154 virtual bool CreateGatewayRoute();
Dconnection.cc621 connection->CreateGatewayRoute(); in OnRouteQueryResponse()
626 bool Connection::CreateGatewayRoute() { in CreateGatewayRoute() function in shill::Connection