Home
last modified time | relevance | path

Searched refs:GetLastErrorCode (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Darm_exidx_test.cpp71 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 Dunwinder_test.cpp368 uint16_t errorCode = unwinder->GetLastErrorCode();
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp165 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 Dlibunwinder.map13 OHOS::HiviewDFX::Unwinder::GetLastErrorCode*;
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddwarf_section.h38 const uint16_t& GetLastErrorCode() { return lastErrorData_.GetCode(); } in GetLastErrorCode() function
H A Darm_exidx.h49 const uint16_t& GetLastErrorCode() { return lastErrorData_.GetCode(); } in GetLastErrorCode() function
H A Dunwinder.h58 uint16_t GetLastErrorCode() const;
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp53 ReportUnwinderException(unwinder_->GetLastErrorCode()); in UnwindStack()
H A Ddfx_unwind_remote.cpp215 ReportUnwinderException(unwinder->GetLastErrorCode()); in UnwindOtherThread()