Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/sys_dispatcher/
Dsys_dispatcher.cpp36 SysEventServiceAdapter::SetWorkLoop(this->GetHiviewContext()->GetSharedWorkLoop()); in OnLoad()
/base/hiviewdfx/hiview/base/test/unittest/common/
Dplugin_test.cpp155 ASSERT_EQ(context.GetSharedWorkLoop(), nullptr);
/base/hiviewdfx/hiview/plugins/sysevent_source/
Dsysevent_source.cpp69 std::shared_ptr<EventLoop> looper = GetHiviewContext()->GetSharedWorkLoop(); in OnLoad()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlogger.cpp402 mgr_ = std::make_unique<FaultLogManager>(GetHiviewContext()->GetSharedWorkLoop()); in OnLoad()
410 auto eventloop = GetHiviewContext()->GetSharedWorkLoop(); in OnLoad()
/base/hiviewdfx/hiview/base/include/
Dplugin.h232 virtual std::shared_ptr<EventLoop> GetSharedWorkLoop() in GetSharedWorkLoop() function
/base/hiviewdfx/hiview/core/include/
Dhiview_platform.h56 std::shared_ptr<EventLoop> GetSharedWorkLoop() override;
/base/hiviewdfx/hiview/
Dhiview_zh.md372 std::shared_ptr<EventLoop> GetSharedWorkLoop();
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp667 std::shared_ptr<EventLoop> HiviewPlatform::GetSharedWorkLoop() in GetSharedWorkLoop() function in OHOS::HiviewDFX::HiviewPlatform