Home
last modified time | relevance | path

Searched refs:IsLastShortStartUp (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.cpp158 ASSERT_FALSE(PanicReport::IsLastShortStartUp());
160 ASSERT_TRUE(PanicReport::IsLastShortStartUp());
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dpanic_report_recovery.h86 bool IsLastShortStartUp();
H A Dpanic_report_recovery.cpp140 bool IsLastShortStartUp() in IsLastShortStartUp() function
H A Dbbox_detector_plugin.cpp104 if (name == "PANIC" && PanicReport::IsLastShortStartUp()) { in HandleBBoxEvent()