Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dcellular_capability_universal_cdma_unittest.cc583 EXPECT_CALL(*modem_info_.mock_dispatcher(), PostTask(_)).Times(0); in TEST_F()
586 Mock::VerifyAndClearExpectations(modem_info_.mock_dispatcher()); in TEST_F()
595 EXPECT_CALL(*modem_info_.mock_dispatcher(), PostTask(_)).Times(0); in TEST_F()
598 Mock::VerifyAndClearExpectations(modem_info_.mock_dispatcher()); in TEST_F()
607 EXPECT_CALL(*modem_info_.mock_dispatcher(), PostTask(_)).Times(0); in TEST_F()
610 Mock::VerifyAndClearExpectations(modem_info_.mock_dispatcher()); in TEST_F()
618 EXPECT_CALL(*modem_info_.mock_dispatcher(), PostTask(_)).Times(1); in TEST_F()
621 Mock::VerifyAndClearExpectations(modem_info_.mock_dispatcher()); in TEST_F()
632 EXPECT_CALL(*modem_info_.mock_dispatcher(), PostTask(_)).Times(0); in TEST_F()
636 Mock::VerifyAndClearExpectations(modem_info_.mock_dispatcher()); in TEST_F()
Dmock_modem_info.h60 MockEventDispatcher* mock_dispatcher() const { in mock_dispatcher() function