Lines Matching refs:s_will_remove0
1394 MockServiceRefPtr s_will_remove0( in TEST_F() local
1419 EXPECT_CALL(*s_will_remove0.get(), GetStorageIdentifier()) in TEST_F()
1428 manager()->RegisterService(s_will_remove0); in TEST_F()
1444 s_will_remove0->set_profile(profile); in TEST_F()
1455 EXPECT_CALL(*profile, AbandonService(ServiceRefPtr(s_will_remove0))) in TEST_F()
1464 EXPECT_CALL(*s_will_remove0, Unload()) in TEST_F()
1487 MockServiceRefPtr s_will_remove0( in TEST_F() local
1511 manager()->RegisterService(s_will_remove0); in TEST_F()
1530 s_will_remove0->set_profile(profile1); in TEST_F()
1542 EXPECT_CALL(*s_will_remove0, Unload()) in TEST_F()
1567 EXPECT_FALSE(s_will_remove0->profile()); in TEST_F()