Searched refs:mock_service_generic (Results 1 – 1 of 1) sorted by relevance
2098 ServiceRefPtr mock_service_generic(mock_service.get()); in TEST_F() local2103 EXPECT_CALL(*profile0, UpdateService(mock_service_generic)) in TEST_F()2122 ServiceRefPtr mock_service_generic(mock_service.get()); in TEST_F() local2135 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() local2189 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() local2226 EXPECT_CALL(*profile, UpdateService(mock_service_generic)).Times(1); in TEST_F()[all …]