Searched defs:disable_technology_reply_handler (Results 1 - 1 of 1) sorted by relevance

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

Completed in 12 milliseconds