Lines Matching refs:SysEventSource
40 REGISTER(SysEventSource);
42 DEFINE_LOG_TAG("HiView-SysEventSource");
74 auto eventSourcePlugin = reinterpret_cast<SysEventSource*>(context);
115 std::shared_ptr<PipelineEvent> event = std::make_shared<SysEvent>("SysEventSource",
122 void SysEventSource::OnLoad()
124 HIVIEW_LOGI("SysEventSource load ");
157 void SysEventSource::InitController()
171 void SysEventSource::OnUnload()
174 HIVIEW_LOGI("SysEventSource unload");
177 void SysEventSource::StartEventSource()
179 HIVIEW_LOGI("SysEventSource start");
185 void SysEventSource::Recycle(PipelineEvent *event)
190 void SysEventSource::PauseDispatch(std::weak_ptr<Plugin> plugin)
198 bool SysEventSource::PublishPipelineEvent(std::shared_ptr<PipelineEvent> event)
222 bool SysEventSource::CheckEvent(std::shared_ptr<Event> event)
257 std::shared_ptr<SysEvent> SysEventSource::Convert2SysEvent(std::shared_ptr<Event>& event)
280 void SysEventSource::Dump(int fd, const std::vector<std::string>& cmds)
300 void SysEventSource::OnConfigUpdate(const std::string& localCfgPath, const std::string& cloudCfgPath)
305 bool SysEventSource::IsValidSysEvent(const std::shared_ptr<SysEvent> event)
334 void SysEventSource::UpdateTestType(const std::string& testType)
339 void SysEventSource::DecorateSysEvent(const std::shared_ptr<SysEvent> event, const BaseInfo& baseInfo, uint64_t id)
356 bool SysEventSource::IsDuplicateEvent(const uint64_t eventId)