Searched refs:GetLastErrorCode (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | arm_exidx_test.cpp | 71 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_CANT_UNWIND); 211 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_CANT_UNWIND); 254 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_RESERVED_VALUE); 258 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_RESERVED_VALUE); 354 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_ARM_EXIDX_FINISH); 376 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_ARM_EXIDX_SPARE); 506 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_ARM_EXIDX_SPARE); 519 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_ARM_EXIDX_SPARE); 559 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_ARM_EXIDX_SPARE); 587 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_ARM_EXIDX_SPARE);
|
H A D | unwinder_test.cpp | 368 uint16_t errorCode = unwinder->GetLastErrorCode();
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | unwinder.cpp | 165 inline uint16_t GetLastErrorCode() in GetLastErrorCode() function in OHOS::HiviewDFX::Unwinder::Impl 345 uint16_t Unwinder::GetLastErrorCode() const in GetLastErrorCode() function in OHOS::HiviewDFX::Unwinder 347 return impl_->GetLastErrorCode(); in GetLastErrorCode() 805 …LOGU("Last error code: %d, addr: %p", (int)GetLastErrorCode(), reinterpret_cast<void *>(GetLastErr… in Unwind() 992 … lastErrorData_.SetAddrAndCode(armExidx_->GetLastErrorAddr(), armExidx_->GetLastErrorCode()); in StepInner() 997 … lastErrorData_.SetAddrAndCode(armExidx_->GetLastErrorAddr(), armExidx_->GetLastErrorCode()); in StepInner() 1007 …astErrorData_.SetAddrAndCode(dwarfSection_->GetLastErrorAddr(), dwarfSection_->GetLastErrorCode()); in StepInner() 1013 …astErrorData_.SetAddrAndCode(dwarfSection_->GetLastErrorAddr(), dwarfSection_->GetLastErrorCode()); in StepInner()
|
H A D | libunwinder.map | 13 OHOS::HiviewDFX::Unwinder::GetLastErrorCode*;
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dwarf_section.h | 38 const uint16_t& GetLastErrorCode() { return lastErrorData_.GetCode(); } in GetLastErrorCode() function
|
H A D | arm_exidx.h | 49 const uint16_t& GetLastErrorCode() { return lastErrorData_.GetCode(); } in GetLastErrorCode() function
|
H A D | unwinder.h | 58 uint16_t GetLastErrorCode() const;
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_unwind_async_thread.cpp | 53 ReportUnwinderException(unwinder_->GetLastErrorCode()); in UnwindStack()
|
H A D | dfx_unwind_remote.cpp | 215 ReportUnwinderException(unwinder->GetLastErrorCode()); in UnwindOtherThread()
|