Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmanager_unittest.cc1287 MockServiceRefPtr s_not_in_profile( in TEST_F() local
1309 EXPECT_CALL(*s_not_in_profile.get(), GetStorageIdentifier()).Times(0); in TEST_F()
1317 manager()->RegisterService(s_not_in_profile); in TEST_F()
1348 AbandonService(IsRefPtrTo(s_not_in_profile.get()))).Times(0); in TEST_F()
1365 ConfigureService(IsRefPtrTo(s_not_in_profile.get()))).Times(0); in TEST_F()
1376 EXPECT_CALL(*s_not_in_profile.get(), Unload()).Times(0); in TEST_F()
1384 EXPECT_EQ(GetEphemeralProfile(manager()), s_not_in_profile->profile().get()); in TEST_F()