Searched refs:mock_dispatcher (Results 1 – 2 of 2) sorted by relevance
583 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()
60 MockEventDispatcher* mock_dispatcher() const { in mock_dispatcher() function