Lines Matching refs:SysEventSource
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()
179 bool SysEventSource::PublishPipelineEvent(std::shared_ptr<PipelineEvent> event) in PublishPipelineEvent()
203 bool SysEventSource::CheckEvent(std::shared_ptr<Event> event) in CheckEvent()
236 std::shared_ptr<SysEvent> SysEventSource::Convert2SysEvent(std::shared_ptr<Event>& event) in Convert2SysEvent()
259 void SysEventSource::Dump(int fd, const std::vector<std::string>& cmds) in Dump()
279 void SysEventSource::OnConfigUpdate(const std::string& localCfgPath, const std::string& cloudCfgPat… in OnConfigUpdate()
284 bool SysEventSource::IsValidSysEvent(const std::shared_ptr<SysEvent> event) in IsValidSysEvent()
313 void SysEventSource::UpdateTestType(const std::string& testType) in UpdateTestType()
318 void SysEventSource::DecorateSysEvent(const std::shared_ptr<SysEvent> event, const BaseInfo& baseIn… in DecorateSysEvent()
335 bool SysEventSource::IsDuplicateEvent(const uint64_t eventId) in IsDuplicateEvent()