Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H A Dbbox_detector_unit_test.cpp144 ASSERT_TRUE(PanicReport::IsRecoveryPanicEvent(sysEvent)); in HWTEST_F()
146 ASSERT_FALSE(PanicReport::IsRecoveryPanicEvent(sysEvent)); in HWTEST_F()
158 ASSERT_TRUE(PanicReport::InitPanicReport()); in HWTEST_F()
159 ASSERT_FALSE(PanicReport::IsLastShortStartUp()); in HWTEST_F()
160 ASSERT_TRUE(PanicReport::InitPanicReport()); in HWTEST_F()
161 ASSERT_TRUE(PanicReport::IsLastShortStartUp()); in HWTEST_F()
177 ASSERT_TRUE(PanicReport::InitPanicReport()); in HWTEST_F()
198 PanicReport::CompressAndCopyLogFiles("/data/test/bbox/", testHappenTimeStr1); in HWTEST_F()
199 auto bboxSaveLogFlags = PanicReport::LoadBboxSaveFlagFromFile(); in HWTEST_F()
201 ASSERT_TRUE(FileUtil::FileExists(PanicReport in HWTEST_F()
[all...]
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dbbox_detector_plugin.cpp90 if (PanicReport::IsRecoveryPanicEvent(sysEvent)) { in HandleBBoxEvent()
111 if (name == "PANIC" && PanicReport::IsLastShortStartUp()) { in HandleBBoxEvent()
112 PanicReport::CompressAndCopyLogFiles(dynamicPaths, timeStr); in HandleBBoxEvent()
232 if (PanicReport::IsBootCompleted()) { in AddDetectBootCompletedTask()
252 if (PanicReport::TryToReportRecoveryPanicEvent()) { in NotifyBootStable()
255 PanicReport::ConfirmReportResult(); in NotifyBootStable()
272 if (!PanicReport::InitPanicReport()) { in InitPanicReporter()
H A Dpanic_report_recovery.h27 namespace PanicReport { namespace
H A Dpanic_report_recovery.cpp32 namespace PanicReport { namespace
33 DEFINE_LOG_LABEL(0xD002D11, "PanicReport");

Completed in 2 milliseconds