Home
last modified time | relevance | path

Searched refs:IsRecoveryPanicEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H A Dbbox_detector_unit_test.cpp143 ASSERT_TRUE(PanicReport::IsRecoveryPanicEvent(sysEvent));
145 ASSERT_FALSE(PanicReport::IsRecoveryPanicEvent(sysEvent));
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dpanic_report_recovery.h93 bool IsRecoveryPanicEvent(const std::shared_ptr<SysEvent>& sysEvent);
H A Dpanic_report_recovery.cpp153 bool IsRecoveryPanicEvent(const std::shared_ptr<SysEvent>& sysEvent) in IsRecoveryPanicEvent() function
H A Dbbox_detector_plugin.cpp89 if (PanicReport::IsRecoveryPanicEvent(sysEvent)) { in HandleBBoxEvent()