Home
last modified time | relevance | path

Searched refs:GetLastErrorCode (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Darm_exidx_test.cpp71 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 Dunwinder_test.cpp352 * @tc.desc: test GetLastErrorCode GetLastErrorAddr functions
368 uint16_t errorCode = unwinder->GetLastErrorCode(); in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddwarf_section.h38 const uint16_t& GetLastErrorCode() { return lastErrorData_.GetCode(); } in GetLastErrorCode() function in OHOS::HiviewDFX::DwarfSection
H A Darm_exidx.h49 const uint16_t& GetLastErrorCode() { return lastErrorData_.GetCode(); } in GetLastErrorCode() function in OHOS::HiviewDFX::ArmExidx
H A Dunwinder.h58 uint16_t GetLastErrorCode() const;
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp158 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 Ddfx_unwind_async_thread.cpp53 ReportUnwinderException(unwinder_->GetLastErrorCode()); in UnwindStack()
H A Ddfx_unwind_remote.cpp220 ReportUnwinderException(unwinder->GetLastErrorCode()); in UnwindOtherThread()

Completed in 6 milliseconds