Home
last modified time | relevance | path

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

/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.cpp90 if (PanicReport::IsRecoveryPanicEvent(sysEvent)) { in HandleBBoxEvent()
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H A Dbbox_detector_unit_test.cpp134 * @tc.desc: check the interface IsRecoveryPanicEvent.
144 ASSERT_TRUE(PanicReport::IsRecoveryPanicEvent(sysEvent)); in HWTEST_F()
146 ASSERT_FALSE(PanicReport::IsRecoveryPanicEvent(sysEvent)); in HWTEST_F()

Completed in 2 milliseconds