Home
last modified time | relevance | path

Searched refs:ReportUserPanicWarning (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H A Devent_logger_test.cpp345 eventLogger->ReportUserPanicWarning(sysEvent2, pid);
353 eventLogger->ReportUserPanicWarning(sysEvent3, pid);
355 eventLogger->ReportUserPanicWarning(sysEvent3, pid);
378 eventLogger->ReportUserPanicWarning(event, pid);
382 eventLogger->ReportUserPanicWarning(event, pid);
406 eventLogger->ReportUserPanicWarning(event, pid);
413 eventLogger->ReportUserPanicWarning(event, pid);
442 eventLogger->ReportUserPanicWarning(event, pid);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/include/
H A Devent_logger.h117 void ReportUserPanicWarning(std::shared_ptr<SysEvent> event, long pid);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp121 ReportUserPanicWarning(sysEvent, pid); in OnEvent()
805 void EventLogger::ReportUserPanicWarning(std::shared_ptr<SysEvent> event, long pid) in ReportUserPanicWarning() function in OHOS::HiviewDFX::EventLogger