Searched refs:temporary_service (Results 1 – 3 of 3) sorted by relevance
522 scoped_refptr<MockService> temporary_service(CreateMockService()); in TEST_F() local528 .WillOnce(Return(temporary_service)); in TEST_F()531 EXPECT_EQ(temporary_service, in TEST_F()
183 ServiceRefPtr temporary_service = in TEST_F() local186 EXPECT_NE(service, temporary_service); in TEST_F()
576 ServiceRefPtr temporary_service = provider_.CreateTemporaryService(args, &e); in TEST_F() local577 EXPECT_NE(ServiceRefPtr(), temporary_service); in TEST_F()578 EXPECT_NE(service, temporary_service); in TEST_F()