Home
last modified time | relevance | path

Searched refs:IsValidSysEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Dsysevent_source.h64 bool IsValidSysEvent(const std::shared_ptr<SysEvent> event);
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp221 if (!IsValidSysEvent(sysEvent)) { in CheckEvent()
284 bool SysEventSource::IsValidSysEvent(const std::shared_ptr<SysEvent> event) in IsValidSysEvent() function in OHOS::HiviewDFX::SysEventSource