Home
last modified time | relevance | path

Searched refs:FormatSIGTRAPCodeName (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/
Dsignal_info.h37 static std::string FormatSIGTRAPCodeName(int32_t signalCode);
Dsignal_info.cpp204 std::string SignalInfo::FormatSIGTRAPCodeName(int32_t signalCode) in FormatSIGTRAPCodeName() function in OHOS::HiviewDFX::SignalInfo
274 return FormatSIGTRAPCodeName(signalCode); in FormatCodeName()
/base/hiviewdfx/faultloggerd/frameworks/unwinder/include/
Ddfx_signal.h45 static std::string FormatSIGTRAPCodeName(const int32_t signalCode);
/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddfx_signal.cpp129 return FormatSIGTRAPCodeName(signalCode); in FormatCodeName()
214 std::string DfxSignal::FormatSIGTRAPCodeName(const int32_t signalCode) in FormatSIGTRAPCodeName() function in OHOS::HiviewDFX::DfxSignal