Searched refs:CalcFingerPrint (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/common/ |
H A D | log_analyzer.cpp | 63 … 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 D | tbox.h | 34 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 D | utility_common_utils_test.cpp | 149 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 D | tbox.cpp | 44 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 D | panic_report_recovery.cpp | 253 … "FINGERPRINT", Tbox::CalcFingerPrint(timeStr + bboxSaveLogFlags.softwareVersion, 0, FP_BUFFER) in ReportPanicEventAfterRecovery()
|
H A D | bbox_detector_plugin.cpp | 124 …sysEvent->SetEventValue("FINGERPRINT", Tbox::CalcFingerPrint(event + module + eventInfos["FIRST_FR… in HandleBBoxEvent()
|