Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmanager_unittest.cc2290 scoped_refptr<MockWiFiService> matching_service( in TEST_F() local
2300 matching_service->set_profile(profile1); in TEST_F()
2324 .WillOnce(Return(matching_service)); in TEST_F()
2340 EXPECT_EQ(profile1.get(), matching_service->profile().get()); in TEST_F()