Home
last modified time | relevance | path

Searched refs:SysEventSource (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp40 REGISTER(SysEventSource);
74 auto eventSourcePlugin = reinterpret_cast<SysEventSource*>(context); in ParameterWatchCallback()
103 void SysEventSource::OnLoad() in OnLoad()
138 void SysEventSource::InitController() in InitController()
152 void SysEventSource::OnUnload() in OnUnload()
158 void SysEventSource::StartEventSource() in StartEventSource()
166 void SysEventSource::Recycle(PipelineEvent *event) in Recycle()
171 void SysEventSource::PauseDispatch(std::weak_ptr<Plugin> plugin) in PauseDispatch()
203 bool SysEventSource::CheckEvent(std::shared_ptr<Event> event) in CheckEvent()
313 void SysEventSource::UpdateTestType(const std::string& testType) in UpdateTestType()
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dsysevent_source.h36 class SysEventSource; variable
40 explicit SysEventReceiver(SysEventSource& source): eventSource(source) {}; in SysEventReceiver()
44 SysEventSource& eventSource;
47 class SysEventSource : public EventSource, public SysEventServiceBase {
49 SysEventSource() {}; in SysEventSource() function
50 ~SysEventSource() {}; in ~SysEventSource()
/ohos5.0/base/hiviewdfx/hiview/plugins/plugin_build/
H A Dadft_plugin_config2 SysEventSource[thread:sysevent_source]:0 static
12 SysEventSource:SysEventPipeline usageEventPipeline
H A Dbdfr_plugin_config8 SysEventSource:faultloggerPipeline BBoxDetectorPipeline
/ohos5.0/base/hiviewdfx/hiview/test/resource/base/
H A Dadft_plugin_config2 SysEventSource[thread:sysevent_source]:0 static
12 SysEventSource:SysEventPipeline usageEventPipeline
H A Dbdfr_plugin_config8 SysEventSource:faultloggerPipeline BBoxDetectorPipeline
/ohos5.0/base/hiviewdfx/hiview/
H A Dhiview_zh.md212 "SysEventSource": { # 插件名,必须为对应的类名(事件源也是插件,也需要在此配置)
239 "SysEventSource": { # 插件名称,与上面"plugins"列表中的插件名称对应
260 "SysEventSource": [ # 事件源名称,与上面"plugins"列表中的插件名称对应
266 "SysEventSource": "sysevent_source", # 将对应插件配置,名为"sysevent_source"的线程
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/config/
H A Deventloggerso_plugin_config7 SysEventSource:EventloggerPipeline
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/test/fuzztest/common/eventsource_fuzzer/
H A Deventsource_fuzzer.cpp30 SysEventSource g_eventSource;
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/test/fuzztest/common/eventserversocket_fuzzer/
H A Deventserversocket_fuzzer.cpp70 SysEventSource source; in SysEventServerSocketFuzzTest()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hiview.md16 2. Hiview进程中的SysEventSource事件源会从节点中异步读取出事件信息,并将事件分发到SysEventPipeline流水线上进行处理,其中:
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H A Devent_logger_plugin_test.cpp34 SysEventSource source;
H A Dactive_key_event_test.cpp33 SysEventSource source;
H A Devent_logger_test.cpp39 SysEventSource source;
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hiview.md16 2. SysEventSource of the Hiview process asynchronously reads event information from the node file a…