Home
last modified time | relevance | path

Searched refs:BindWorkLoop (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dpipeline_test.cpp30 void PipelineTest::BindWorkLoop(std::shared_ptr<OHOS::HiviewDFX::Plugin> plugin) in BindWorkLoop() function in PipelineTest
36 plugin->BindWorkLoop(eventLoop); in BindWorkLoop()
56 BindWorkLoop(plugin1); in DoTest()
57 BindWorkLoop(plugin2); in DoTest()
58 BindWorkLoop(plugin3); in DoTest()
59 BindWorkLoop(plugin4); in DoTest()
H A Dplugin_example.cpp39 BindWorkLoop(looper); in OnLoad()
H A Dpipeline_test.h31 void BindWorkLoop(std::shared_ptr<OHOS::HiviewDFX::Plugin> plugin);
H A Dplugin_test.cpp73 plugin.BindWorkLoop(workLoop);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H A Devent_logger_plugin_test.cpp69 eventLogger.BindWorkLoop(loop);
83 eventLogger.BindWorkLoop(loop);
99 eventLogger.BindWorkLoop(loop);
116 eventLogger.BindWorkLoop(loop);
135 eventLogger.BindWorkLoop(loop);
H A Devent_logger_test.cpp159 eventLogger->BindWorkLoop(loop);
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dplugin.cpp139 void Plugin::BindWorkLoop(std::shared_ptr<EventLoop> loop) in BindWorkLoop() function in OHOS::HiviewDFX::Plugin
H A Dlibhiviewbase.map17 "OHOS::HiviewDFX::Plugin::BindWorkLoop(std::__h::shared_ptr<OHOS::HiviewDFX::EventLoop>)";
/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/core/
H A Dhiview_platform.cpp494 plugin->BindWorkLoop(workLoop); in InitPlugin()
598 plugin->BindWorkLoop(workLoop); in ScheduleCreateAndInitPlugin()
912 plugin->BindWorkLoop(proxyPtr->GetWorkLoop()); in InstancePluginByProxy()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dplugin.h113 void BindWorkLoop(std::shared_ptr<EventLoop> loop);