Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dpanic_report_recovery.cpp87 .isPanicUploaded = GetParamValueFromString(content, IS_PANIC_UPLOADED) != "false", in LoadBboxSaveFlagFromFile()
98 " " << IS_PANIC_UPLOADED << "=" << (bboxSaveLogFlags.isPanicUploaded ? "true" : "false") << in SaveBboxLogFlagsToFile()
232 bboxSaveLogFlags.isPanicUploaded = false; in CompressAndCopyLogFiles()
261 …if (!bboxSaveLogFlags.isPanicUploaded && bboxSaveLogFlags.factoryRecoveryTime != GetLastRecoveryTi… in TryToReportRecoveryPanicEvent()
277 bboxSaveLogFlags.isPanicUploaded = true; in ConfirmReportResult()
H A Dpanic_report_recovery.h33 bool isPanicUploaded = true; member
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H A Dbbox_detector_unit_test.cpp237 ASSERT_TRUE(PanicReport::LoadBboxSaveFlagFromFile().isPanicUploaded);