Home
last modified time | relevance | path

Searched refs:mock_connection1 (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Dservice_unittest.cc1376 scoped_refptr<MockConnection> mock_connection1( in TEST_F() local
1381 .WillRepeatedly(Return(mock_connection1)); in TEST_F()
1382 EXPECT_CALL(*mock_connection1, GetLowerConnection()) in TEST_F()
1396 service1->connection_ = mock_connection1; in TEST_F()
1399 service_->connection_ = mock_connection1; in TEST_F()
Dmanager_unittest.cc2563 scoped_refptr<MockConnection> mock_connection1( in TEST_F() local
2620 mock_service1->set_mock_connection(mock_connection1); in TEST_F()
2643 EXPECT_CALL(*mock_connection1.get(), SetIsDefault(true)); in TEST_F()