Home
last modified time | relevance | path

Searched refs:CalcFingerPrint (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/common/
H A Dlog_analyzer.cpp63 … eventInfos.insert(std::make_pair("FINGERPRINT", Tbox::CalcFingerPrint(info.module + info.reason + in AnalysisFaultlog()
70 eventInfos["FINGERPRINT"] = Tbox::CalcFingerPrint(fingerRawString, 0, FP_BUFFER); in AnalysisFaultlog()
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/include/
H A Dtbox.h34 static std::string CalcFingerPrint(const std::string& val, size_t mask, int mode);
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/
H A Dutility_common_utils_test.cpp149 auto ret = Tbox::CalcFingerPrint(val, mask, mode1);
152 ret = Tbox::CalcFingerPrint(val, mask, mode2);
155 ret = Tbox::CalcFingerPrint(val, mask, invalidMode);
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/
H A Dtbox.cpp44 string Tbox::CalcFingerPrint(const string& val, size_t mask, int mode) in CalcFingerPrint() function in OHOS::HiviewDFX::Tbox
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dpanic_report_recovery.cpp253 … "FINGERPRINT", Tbox::CalcFingerPrint(timeStr + bboxSaveLogFlags.softwareVersion, 0, FP_BUFFER) in ReportPanicEventAfterRecovery()
H A Dbbox_detector_plugin.cpp124 …sysEvent->SetEventValue("FINGERPRINT", Tbox::CalcFingerPrint(event + module + eventInfos["FIRST_FR… in HandleBBoxEvent()