Searched refs:GetLastErrorCode (Results 1 - 8 of 8) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | arm_exidx_test.cpp | 71 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_CANT_UNWIND); in HWTEST_F() 211 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_CANT_UNWIND); in HWTEST_F() 254 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_RESERVED_VALUE); in HWTEST_F() 258 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_RESERVED_VALUE); in HWTEST_F() 354 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_ARM_EXIDX_FINISH); in HWTEST_F() 376 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_ARM_EXIDX_SPARE); in HWTEST_F() 506 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_ARM_EXIDX_SPARE); in HWTEST_F() 519 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_ARM_EXIDX_SPARE); in HWTEST_F() 559 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_ARM_EXIDX_SPARE); in HWTEST_F() 587 ASSERT_EQ(exidx.GetLastErrorCode(), UNW_ERROR_ARM_EXIDX_SPAR in HWTEST_F() [all...] |
H A D | unwinder_test.cpp | 352 * @tc.desc: test GetLastErrorCode GetLastErrorAddr functions 368 uint16_t errorCode = unwinder->GetLastErrorCode(); in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dwarf_section.h | 38 const uint16_t& GetLastErrorCode() { return lastErrorData_.GetCode(); }
in GetLastErrorCode() function in OHOS::HiviewDFX::DwarfSection
|
H A D | arm_exidx.h | 49 const uint16_t& GetLastErrorCode() { return lastErrorData_.GetCode(); } in GetLastErrorCode() function in OHOS::HiviewDFX::ArmExidx
|
H A D | unwinder.h | 58 uint16_t GetLastErrorCode() const;
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | unwinder.cpp | 158 inline uint16_t GetLastErrorCode() in GetLastErrorCode() function in OHOS::HiviewDFX::Unwinder::Impl 334 uint16_t Unwinder::GetLastErrorCode() const in GetLastErrorCode() function in OHOS::HiviewDFX::Unwinder 336 return impl_->GetLastErrorCode(); in GetLastErrorCode() 799 (int)GetLastErrorCode(), reinterpret_cast<void *>(GetLastErrorAddr())); in Unwind() 987 lastErrorData_.SetAddrAndCode(armExidx_->GetLastErrorAddr(), armExidx_->GetLastErrorCode()); in StepInner() 992 lastErrorData_.SetAddrAndCode(armExidx_->GetLastErrorAddr(), armExidx_->GetLastErrorCode()); in StepInner() 1002 lastErrorData_.SetAddrAndCode(dwarfSection_->GetLastErrorAddr(), dwarfSection_->GetLastErrorCode()); in StepInner() 1008 lastErrorData_.SetAddrAndCode(dwarfSection_->GetLastErrorAddr(), dwarfSection_->GetLastErrorCode()); in StepInner()
|
/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 | 220 ReportUnwinderException(unwinder->GetLastErrorCode()); in UnwindOtherThread()
|
Completed in 6 milliseconds