Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/system/
Dcore_test_base.cc29 class MockDispatcher : public Dispatcher { class
31 static scoped_refptr<MockDispatcher> Create( in Create()
33 return make_scoped_refptr(new MockDispatcher(info)); in Create()
133 explicit MockDispatcher(CoreTestBase::MockHandleInfo* info) : info_(info) { in MockDispatcher() function in mojo::edk::test::__anon8760ca1d0111::MockDispatcher
138 ~MockDispatcher() override { info_->IncrementDtorCallCount(); } in ~MockDispatcher()
142 DISALLOW_COPY_AND_ASSIGN(MockDispatcher);
156 scoped_refptr<MockDispatcher> dispatcher = MockDispatcher::Create(info); in CreateMockHandle()