Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dpanic_report_recovery.cpp85 .factoryRecoveryTime = GetParamValueFromString(content, FACTORY_RECOVERY_TIME), in LoadBboxSaveFlagFromFile()
96 " " << FACTORY_RECOVERY_TIME << "=" << bboxSaveLogFlags.factoryRecoveryTime << in SaveBboxLogFlagsToFile()
161 std::string factoryRecoveryTime; in GetLastRecoveryTime() local
162 FileUtil::LoadStringFromFile(FACTORY_RECOVERY_TIME_PATH, factoryRecoveryTime); in GetLastRecoveryTime()
163 return std::string("\"") + factoryRecoveryTime + "\""; in GetLastRecoveryTime()
231 bboxSaveLogFlags.factoryRecoveryTime = GetLastRecoveryTime(); in CompressAndCopyLogFiles()
261 …if (!bboxSaveLogFlags.isPanicUploaded && bboxSaveLogFlags.factoryRecoveryTime != GetLastRecoveryTi… in TryToReportRecoveryPanicEvent()
H A Dpanic_report_recovery.h31 std::string factoryRecoveryTime; member
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H A Dbbox_detector_unit_test.cpp225 bboxSaveFlags.factoryRecoveryTime = "testTime";