Searched refs:s_will_not_remove0 (Results 1 – 1 of 1) sorted by relevance
1404 MockServiceRefPtr s_will_not_remove0( in TEST_F() local1423 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() local1513 manager()->RegisterService(s_will_not_remove0); in TEST_F()1532 s_will_not_remove0->set_profile(profile1); in TEST_F()[all …]