Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmanager_unittest.cc1399 MockServiceRefPtr s_will_remove1( in TEST_F() local
1421 EXPECT_CALL(*s_will_remove1.get(), GetStorageIdentifier()) in TEST_F()
1432 manager()->RegisterService(s_will_remove1); in TEST_F()
1445 s_will_remove1->set_profile(profile); in TEST_F()
1457 EXPECT_CALL(*profile, AbandonService(ServiceRefPtr(s_will_remove1))) in TEST_F()
1466 EXPECT_CALL(*s_will_remove1, Unload()) in TEST_F()
1492 MockServiceRefPtr s_will_remove1( in TEST_F() local
1515 manager()->RegisterService(s_will_remove1); in TEST_F()
1531 s_will_remove1->set_profile(profile1); in TEST_F()
1544 EXPECT_CALL(*s_will_remove1, Unload()) in TEST_F()
[all …]