Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmanager_unittest.cc2098 ServiceRefPtr mock_service_generic(mock_service.get()); in TEST_F() local
2103 EXPECT_CALL(*profile0, UpdateService(mock_service_generic)) in TEST_F()
2122 ServiceRefPtr mock_service_generic(mock_service.get()); in TEST_F() local
2135 EXPECT_CALL(*profile, AdoptService(mock_service_generic)).Times(0); in TEST_F()
2153 EXPECT_CALL(*profile, UpdateService(mock_service_generic)).Times(1); in TEST_F()
2182 ServiceRefPtr mock_service_generic(mock_service.get()); in TEST_F() local
2189 EXPECT_CALL(*profile, AdoptService(mock_service_generic)).Times(0); in TEST_F()
2191 EXPECT_CALL(*profile, UpdateService(mock_service_generic)).Times(1); in TEST_F()
2218 ServiceRefPtr mock_service_generic(mock_service.get()); in TEST_F() local
2226 EXPECT_CALL(*profile, UpdateService(mock_service_generic)).Times(1); in TEST_F()
[all …]