Searched refs:SysEventSource (Results 1 – 15 of 15) sorted by relevance
40 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 …]
36 class SysEventSource; variable40 explicit SysEventReceiver(SysEventSource& source): eventSource(source) {}; in SysEventReceiver()44 SysEventSource& eventSource;47 class SysEventSource : public EventSource, public SysEventServiceBase {49 SysEventSource() {}; in SysEventSource() function50 ~SysEventSource() {}; in ~SysEventSource()
2 SysEventSource[thread:sysevent_source]:0 static12 SysEventSource:SysEventPipeline usageEventPipeline
8 SysEventSource:faultloggerPipeline BBoxDetectorPipeline
212 "SysEventSource": { # 插件名,必须为对应的类名(事件源也是插件,也需要在此配置)239 "SysEventSource": { # 插件名称,与上面"plugins"列表中的插件名称对应260 "SysEventSource": [ # 事件源名称,与上面"plugins"列表中的插件名称对应266 "SysEventSource": "sysevent_source", # 将对应插件配置,名为"sysevent_source"的线程
7 SysEventSource:EventloggerPipeline
30 SysEventSource g_eventSource;
70 SysEventSource source; in SysEventServerSocketFuzzTest()
16 2. Hiview进程中的SysEventSource事件源会从节点中异步读取出事件信息,并将事件分发到SysEventPipeline流水线上进行处理,其中:
34 SysEventSource source;
33 SysEventSource source;
39 SysEventSource source;
16 2. SysEventSource of the Hiview process asynchronously reads event information from the node file a…