Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dpanic_report_recovery.cpp172 std::string GetBackupFilePath(const std::string& timeStr) in GetBackupFilePath() function
210 HiviewZipUnit hiviewZipUnit(GetBackupFilePath(timeStr)); in CompressAndCopyLogFiles()
248 "LOG_PATH", GetBackupFilePath(timeStr), in ReportPanicEventAfterRecovery()
262 if (FileUtil::FileExists(GetBackupFilePath(bboxSaveLogFlags.happenTime))) { in TryToReportRecoveryPanicEvent()
276 if (HisysEventUtil::IsEventProcessed("PANIC", "LOG_PATH", GetBackupFilePath(timeStr))) { in ConfirmReportResult()
H A Dpanic_report_recovery.h115 std::string GetBackupFilePath(const std::string& timeStr);
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H A Dbbox_detector_unit_test.cpp200 ASSERT_TRUE(FileUtil::FileExists(PanicReport::GetBackupFilePath(testHappenTimeStr1)));
212 ASSERT_TRUE(FileUtil::FileExists(PanicReport::GetBackupFilePath(testHappenTimeStr3)));