Home
last modified time | relevance | path

Searched defs:eventLoop (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>(); variable
111 auto eventLoop = std::make_shared<MockEventLoop>(); variable
151 auto eventLoop = std::make_shared<MockEventLoop>(); variable
190 auto eventLoop = std::make_shared<MockEventLoop>(); variable
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dpipeline_test.cpp33 auto eventLoop = std::make_shared<EventLoop>(plugin->GetName()); in BindWorkLoop() local
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H A Dbbox_detector_unit_test.cpp228 auto eventLoop = std::make_shared<MockEventLoop>(); variable
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_database.cpp73 FaultLogDatabase::FaultLogDatabase(const std::shared_ptr<EventLoop>& eventLoop) : eventLoop_(eventL… in FaultLogDatabase()