Searched refs:mock_connections (Results 1 - 1 of 1) sorted by relevance

/system/connectivity/shill/
H A Dmanager_unittest.cc4715 vector<scoped_refptr<MockConnection>> mock_connections; local
4733 mock_connections.emplace_back(
4735 device_connections.emplace_back(mock_connections.back());
4737 EXPECT_CALL(*mock_connections[1], GetSubnetName()).WillOnce(Return("1"));
4738 EXPECT_CALL(*mock_connections[2], GetSubnetName()).WillOnce(Return("2"));
4739 EXPECT_CALL(*mock_connections[3], GetSubnetName()).WillOnce(Return("1"));
4740 EXPECT_CALL(*mock_connections[4], GetSubnetName()).WillOnce(Return(""));
4741 EXPECT_CALL(*mock_connections[5], GetSubnetName()).WillOnce(Return(""));

Completed in 151 milliseconds