Searched refs:TestLoopDispatcher (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/ulib/async-testutils/
H A Dtest_loop_dispatcher.cpp49 TestLoopDispatcher::TestLoopDispatcher(TimeKeeper* time_keeper) function in class:async::TestLoopDispatcher
61 TestLoopDispatcher::~TestLoopDispatcher() {
66 zx::time TestLoopDispatcher::Now() { return time_keeper_->Now(); }
69 zx_status_t TestLoopDispatcher::BeginWait(async_wait_t* wait) {
92 zx_status_t TestLoopDispatcher::CancelWait(async_wait_t* wait) {
118 zx_status_t TestLoopDispatcher::PostTask(async_task_t* task) {
128 zx_status_t TestLoopDispatcher::CancelTask(async_task_t* task) {
138 void TestLoopDispatcher
[all...]
H A Dtest_loop.cpp127 TestLoopInterface(TestLoop* loop, TestLoopDispatcher* dispatcher)
145 TestLoopDispatcher* dispatcher_;
150 dispatchers_.push_back(fbl::make_unique<TestLoopDispatcher>(time_keeper_.get()));
163 dispatchers_.push_back(fbl::make_unique<TestLoopDispatcher>(time_keeper_.get()));
/fuchsia/zircon/system/ulib/async-testutils/include/lib/async-testutils/
H A Dtest_loop_dispatcher.h22 class TestLoopDispatcher : public DispatcherStub, public TimerDispatcher { class in namespace:async
24 TestLoopDispatcher(TimeKeeper* time_keeper);
25 ~TestLoopDispatcher();
26 DISALLOW_COPY_ASSIGN_AND_MOVE(TestLoopDispatcher);
H A Dtest_loop.h85 fbl::Vector<fbl::unique_ptr<TestLoopDispatcher>> dispatchers_;

Completed in 80 milliseconds