Home
last modified time | relevance | path

Searched refs:s_will_not_remove1 (Results 1 – 1 of 1) sorted by relevance

/system/connectivity/shill/
Dmanager_unittest.cc1409 MockServiceRefPtr s_will_not_remove1( in TEST_F() local
1425 EXPECT_CALL(*s_will_not_remove1.get(), GetStorageIdentifier()) in TEST_F()
1434 manager()->RegisterService(s_will_not_remove1); in TEST_F()
1447 s_will_not_remove1->set_profile(profile); in TEST_F()
1461 EXPECT_CALL(*profile, AbandonService(ServiceRefPtr(s_will_not_remove1))) in TEST_F()
1470 EXPECT_CALL(*s_will_not_remove1, Unload()) in TEST_F()
1483 EXPECT_EQ(s_will_not_remove1.get(), manager()->services_[1].get()); in TEST_F()
1502 MockServiceRefPtr s_will_not_remove1( in TEST_F() local
1517 manager()->RegisterService(s_will_not_remove1); in TEST_F()
1533 s_will_not_remove1->set_profile(profile1); in TEST_F()
[all …]