Home | History | Annotate | Download | only in shill

Lines Matching refs:dispatcher_

87         link_monitor_(connection_, &dispatcher_, observer_.result_callback()),
135 MockEventDispatcher dispatcher_;
153 EXPECT_CALL(dispatcher_, CreateReadyHandler(_, IOHandler::kModeInput, _))
155 EXPECT_CALL(dispatcher_, PostDelayedTask(_, _)).Times(1);
230 EXPECT_CALL(dispatcher_, PostDelayedTask(_, _)).Times(0);
231 EXPECT_CALL(dispatcher_, PostTask(_)).Times(1);
243 EXPECT_CALL(dispatcher_, PostDelayedTask(_, _)).Times(1);
244 EXPECT_CALL(dispatcher_, PostTask(_)).Times(0);
258 EXPECT_CALL(dispatcher_, PostDelayedTask(_, _)).Times(0);
259 EXPECT_CALL(dispatcher_, PostTask(_)).Times(1);