Home
last modified time | relevance | path

Searched refs:eventLoop (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/moduletest/
H A Dbbox_detector_module_test.cpp71 auto eventLoop = std::make_shared<MockEventLoop>(); in HWTEST_F() local
72 EXPECT_CALL(*(eventLoop.get()), GetMockInterval()).WillRepeatedly(Return(1)); in HWTEST_F()
73 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop)); in HWTEST_F()
111 auto eventLoop = std::make_shared<MockEventLoop>(); in HWTEST_F() local
112 EXPECT_CALL(*(eventLoop.get()), GetMockInterval()).WillRepeatedly(Return(1)); in HWTEST_F()
113 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop)); in HWTEST_F()
151 auto eventLoop = std::make_shared<MockEventLoop>(); in HWTEST_F() local
152 EXPECT_CALL(*(eventLoop.get()), GetMockInterval()).WillRepeatedly(Return(1)); in HWTEST_F()
153 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop)); in HWTEST_F()
190 auto eventLoop in HWTEST_F() local
[all...]
/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dpipeline_test.cpp33 auto eventLoop = std::make_shared<EventLoop>(plugin->GetName()); in BindWorkLoop() local
34 if (eventLoop != nullptr) { in BindWorkLoop()
35 eventLoop->StartLoop(); in BindWorkLoop()
36 plugin->BindWorkLoop(eventLoop); in BindWorkLoop()
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H A Dbbox_detector_unit_test.cpp229 auto eventLoop = std::make_shared<MockEventLoop>(); in HWTEST_F() local
230 eventLoop->StartLoop(); in HWTEST_F()
231 EXPECT_CALL(*(eventLoop.get()), GetMockInterval()).WillRepeatedly(Return(1)); in HWTEST_F()
232 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop)); in HWTEST_F()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_database.h33 explicit FaultLogDatabase(const std::shared_ptr<EventLoop>& eventLoop);
H A Dfaultlog_database.cpp73 FaultLogDatabase::FaultLogDatabase(const std::shared_ptr<EventLoop>& eventLoop) : eventLoop_(eventLoop) {} in FaultLogDatabase() argument

Completed in 3 milliseconds