Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/moduletest/
H A Dbbox_detector_module_test.cpp71 auto eventLoop = std::make_shared<MockEventLoop>();
111 auto eventLoop = std::make_shared<MockEventLoop>();
151 auto eventLoop = std::make_shared<MockEventLoop>();
190 auto eventLoop = std::make_shared<MockEventLoop>();
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/mock/
H A Dbbox_detectors_mock.h29 class MockEventLoop : public EventLoop {
31 MockEventLoop() : EventLoop("testEventLoop") {}; in MockEventLoop() function
H A Dbbox_detectors_mock.cpp20 uint64_t MockEventLoop::AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event>… in AddTimerEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H A Dbbox_detector_unit_test.cpp228 auto eventLoop = std::make_shared<MockEventLoop>();