Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/moduletest/
H A Dbbox_detector_module_test.cpp73 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop));
113 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop));
153 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop));
192 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop));
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/mock/
H A Dbbox_detectors_mock.h26 MOCK_METHOD0(GetSharedWorkLoop, std::shared_ptr<EventLoop>());
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_manager.cpp99 workLoop_ = GetHiviewContext()->GetSharedWorkLoop(); in OnLoad()
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_test.cpp149 ASSERT_EQ(context.GetSharedWorkLoop(), nullptr);
/ohos5.0/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 __anon1b4102a70110::MockHiviewPlatform
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H A Dbbox_detector_unit_test.cpp231 EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(eventLoop));
/ohos5.0/base/hiviewdfx/hiview/plugins/crash_validator/
H A Dcrash_validator.cpp95 workLoop_ = GetHiviewContext()->GetSharedWorkLoop(); in InitWorkLoop()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/
H A Dusage_event_report.cpp123 BindWorkLoop(context->GetSharedWorkLoop()); in Init()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dbbox_detector_plugin.cpp54 eventLoop_ = GetHiviewContext()->GetSharedWorkLoop(); in OnLoad()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dplugin.h223 virtual std::shared_ptr<EventLoop> GetSharedWorkLoop() in GetSharedWorkLoop() function
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp669 FaultLogDatabase *faultLogDb = new FaultLogDatabase(GetHiviewContext().GetSharedWorkLoop());
705 FaultLogDatabase *faultLogDb = new FaultLogDatabase(GetHiviewContext().GetSharedWorkLoop());
786 std::make_unique<FaultLogManager>(GetHiviewContext().GetSharedWorkLoop());
1519 FaultLogDatabase *faultLogDb = new FaultLogDatabase(GetHiviewContext().GetSharedWorkLoop());
/ohos5.0/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h53 std::shared_ptr<EventLoop> GetSharedWorkLoop() override;
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp106 std::shared_ptr<EventLoop> looper = GetHiviewContext()->GetSharedWorkLoop(); in OnLoad()
/ohos5.0/base/hiviewdfx/hiview/
H A Dhiview_zh.md372 std::shared_ptr<EventLoop> GetSharedWorkLoop();
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp424 workLoop_ = GetHiviewContext()->GetSharedWorkLoop(); in InitWorkLoop()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp642 mgr_ = std::make_unique<FaultLogManager>(GetHiviewContext()->GetSharedWorkLoop()); in OnLoad()
645 workLoop_ = GetHiviewContext()->GetSharedWorkLoop(); in OnLoad()
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp721 std::shared_ptr<EventLoop> HiviewPlatform::GetSharedWorkLoop() in GetSharedWorkLoop() function in OHOS::HiviewDFX::HiviewPlatform