Home
last modified time | relevance | path

Searched refs:PauseDispatch (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dpipeline_test.h43 void PauseDispatch(std::weak_ptr<OHOS::HiviewDFX::Plugin> plugin __UNUSED) override in PauseDispatch() function
/ohos5.0/base/hiviewdfx/hiview/
H A Dhiview_zh.md59 …/* 当前插件在流水线上时,判断当前事件源是否进入暂停状态。返回true是进行处理,将会继续调用插件的OnEvent方法;false将进入事件源PauseDispatch方法,进行处理,然后继续执…
126 virtual void PauseDispatch(std::weak_ptr<Plugin> plugin);
413 void PauseDispatch(std::weak_ptr<Plugin> plugin) override;
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
H A Devent_source_example.h74 void PauseDispatch(std::weak_ptr<Plugin> plugin) override;
H A Devent_source_example.cpp220 void EventSourceExample::PauseDispatch(std::weak_ptr<Plugin> plugin) in PauseDispatch() function in OHOS::HiviewDFX::EventSourceExample
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
H A Dbundle_event_source_example.h75 void PauseDispatch(std::weak_ptr<Plugin> plugin) override;
H A Dbundle_event_source_example.cpp196 void BundleEventSourceExample::PauseDispatch(std::weak_ptr<Plugin> plugin) in PauseDispatch() function in OHOS::HiviewDFX::BundleEventSourceExample
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dsysevent_source.h55 void PauseDispatch(std::weak_ptr<Plugin> plugin) override;
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dpipeline.cpp59 handler_->PauseDispatch(plugin); in OnContinue()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dpipeline.h115 virtual void PauseDispatch(std::weak_ptr<Plugin> plugin) = 0;
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp171 void SysEventSource::PauseDispatch(std::weak_ptr<Plugin> plugin) in PauseDispatch() function in OHOS::HiviewDFX::SysEventSource