Home
last modified time | relevance | path

Searched refs:UnwindErrorCode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/crash_exception/
H A Dcrash_exception.cpp100 { UnwindErrorCode::UNW_ERROR_STEP_ARK_FRAME, CrashExceptionCode::CRASH_UNWIND_EFRAME }, in ReportUnwinderException()
101 { UnwindErrorCode::UNW_ERROR_INVALID_CONTEXT, CrashExceptionCode::CRASH_UNWIND_ECONTEXT }, in ReportUnwinderException()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_errors.h25 enum UnwindErrorCode : uint16_t { enum
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/crash_exception/
H A Dcrash_exception_test.cpp168 ReportUnwinderException(UnwindErrorCode::UNW_ERROR_STEP_ARK_FRAME);