Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmanager_unittest.cc3601 DisableTechnologyReplyHandler disable_technology_reply_handler; in TEST_F() local
3604 disable_technology_reply_handler.AsWeakPtr())); in TEST_F()
3605 EXPECT_CALL(disable_technology_reply_handler, ReportResult(_)).Times(0); in TEST_F()
3621 DisableTechnologyReplyHandler disable_technology_reply_handler; in TEST_F() local
3624 disable_technology_reply_handler.AsWeakPtr())); in TEST_F()
3625 EXPECT_CALL(disable_technology_reply_handler, ReportResult(_)).Times(0); in TEST_F()
3699 Mock::VerifyAndClearExpectations(&disable_technology_reply_handler); in TEST_F()
3711 EXPECT_CALL(disable_technology_reply_handler, ReportResult(_)); in TEST_F()