Lines Matching refs:s_will_not_remove0
1404 MockServiceRefPtr s_will_not_remove0( in TEST_F() local
1423 EXPECT_CALL(*s_will_not_remove0.get(), GetStorageIdentifier()) in TEST_F()
1430 manager()->RegisterService(s_will_not_remove0); in TEST_F()
1446 s_will_not_remove0->set_profile(profile); in TEST_F()
1459 EXPECT_CALL(*profile, AbandonService(ServiceRefPtr(s_will_not_remove0))) in TEST_F()
1468 EXPECT_CALL(*s_will_not_remove0, Unload()) in TEST_F()
1482 EXPECT_EQ(s_will_not_remove0.get(), manager()->services_[0].get()); in TEST_F()
1497 MockServiceRefPtr s_will_not_remove0( in TEST_F() local
1513 manager()->RegisterService(s_will_not_remove0); in TEST_F()
1532 s_will_not_remove0->set_profile(profile1); in TEST_F()
1546 EXPECT_CALL(*s_will_not_remove0, Unload()) in TEST_F()
1563 EXPECT_EQ(s_will_not_remove0.get(), manager()->services_[0].get()); in TEST_F()
1572 ASSERT_TRUE(s_will_not_remove0->profile()); in TEST_F()
1573 manager()->DeregisterService(s_will_not_remove0); in TEST_F()
1574 EXPECT_FALSE(s_will_not_remove0->profile()); in TEST_F()