Home
last modified time | relevance | path

Searched refs:GetSharedWorkLoop (Results 1 - 16 of 16) sorted by relevance

/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/moduletest/
H A Dbbox_detector_module_test.cpp73 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop)); in HWTEST_F()
113 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop)); in HWTEST_F()
153 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop)); in HWTEST_F()
192 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop)); in HWTEST_F()
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/mock/
H A Dbbox_detectors_mock.h26 MOCK_METHOD0(GetSharedWorkLoop, std::shared_ptr<EventLoop>());
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_manager.cpp99 workLoop_ = GetHiviewContext()->GetSharedWorkLoop(); in OnLoad()
/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_test.cpp148 // GetSharedWorkLoop in HWTEST_F()
149 ASSERT_EQ(context.GetSharedWorkLoop(), nullptr); in HWTEST_F()
/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/
H A Dtrace_state_change_test.cpp35 std::shared_ptr<EventLoop> GetSharedWorkLoop() in GetSharedWorkLoop() function in __anon748::MockHiviewPlatform
/base/hiviewdfx/hiview/plugins/crash_validator/
H A Dcrash_validator.cpp92 workLoop_ = GetHiviewContext()->GetSharedWorkLoop(); in InitWorkLoop()
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H A Dbbox_detector_unit_test.cpp232 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop)); in HWTEST_F()
/base/hiviewdfx/hiview/plugins/usage_event_report/
H A Dusage_event_report.cpp123 BindWorkLoop(context->GetSharedWorkLoop()); in Init()
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dbbox_detector_plugin.cpp55 eventLoop_ = GetHiviewContext()->GetSharedWorkLoop(); in OnLoad()
/base/hiviewdfx/hiview/base/include/
H A Dplugin.h223 virtual std::shared_ptr<EventLoop> GetSharedWorkLoop() in GetSharedWorkLoop() function in OHOS::HiviewDFX::HiviewContext
/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h53 std::shared_ptr<EventLoop> GetSharedWorkLoop() override;
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp674 FaultLogDatabase *faultLogDb = new FaultLogDatabase(GetHiviewContext().GetSharedWorkLoop()); in HWTEST_F()
710 FaultLogDatabase *faultLogDb = new FaultLogDatabase(GetHiviewContext().GetSharedWorkLoop()); in HWTEST_F()
791 std::make_unique<FaultLogManager>(GetHiviewContext().GetSharedWorkLoop()); in HWTEST_F()
1547 FaultLogDatabase *faultLogDb = new FaultLogDatabase(GetHiviewContext().GetSharedWorkLoop()); in HWTEST_F()
/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp424 workLoop_ = GetHiviewContext()->GetSharedWorkLoop(); in InitWorkLoop()
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp125 std::shared_ptr<EventLoop> looper = GetHiviewContext()->GetSharedWorkLoop(); in OnLoad()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp648 mgr_ = std::make_unique<FaultLogManager>(GetHiviewContext()->GetSharedWorkLoop()); in OnLoad()
651 workLoop_ = GetHiviewContext()->GetSharedWorkLoop(); in OnLoad()
/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp721 std::shared_ptr<EventLoop> HiviewPlatform::GetSharedWorkLoop() in GetSharedWorkLoop() function in OHOS::HiviewDFX::HiviewPlatform

Completed in 19 milliseconds