Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/
Dsignal_info.h36 static std::string FormatSIGSEGVCodeName(int32_t signalCode);
Dsignal_info.cpp187 std::string SignalInfo::FormatSIGSEGVCodeName(int32_t signalCode) in FormatSIGSEGVCodeName() function in OHOS::HiviewDFX::SignalInfo
272 return FormatSIGSEGVCodeName(signalCode); in FormatCodeName()
/base/hiviewdfx/faultloggerd/frameworks/unwinder/include/
Ddfx_signal.h44 static std::string FormatSIGSEGVCodeName(const int32_t signalCode);
/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddfx_signal.cpp127 return FormatSIGSEGVCodeName(signalCode); in FormatCodeName()
202 std::string DfxSignal::FormatSIGSEGVCodeName(const int32_t signalCode) in FormatSIGSEGVCodeName() function in OHOS::HiviewDFX::DfxSignal