Searched refs:CalcFingerPrint (Results 1 - 6 of 6) sorted by relevance
/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()
|
/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);
|
/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 147 eventInfo["FINGERPRINT"] = Tbox::CalcFingerPrint(block, 0, FP_BUFFER); in FilterTrace()
|
/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); in HWTEST_F() 152 ret = Tbox::CalcFingerPrint(val, mask, mode2); in HWTEST_F() 155 ret = Tbox::CalcFingerPrint(val, mask, invalidMode); in HWTEST_F()
|
/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 | 131 sysEvent->SetEventValue("FINGERPRINT", Tbox::CalcFingerPrint(event + module + eventInfos["FIRST_FRAME"] +
in HandleBBoxEvent()
|
Completed in 3 milliseconds