Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmanager_unittest.cc1394 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()
[all …]