Home
last modified time | relevance | path

Searched refs:accessors (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Daccessors_test.cpp52 auto accessors = std::make_shared<DfxAccessorsLocal>(); in HWTEST_F() local
56 ASSERT_FALSE(accessors->IsValidFrame(addr, stackBottom, stackTop)); in HWTEST_F()
59 ASSERT_TRUE(accessors->IsValidFrame(addr, stackBottom, stackTop)); in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_accessors.h84 DfxAccessorsCustomize(std::shared_ptr<UnwindAccessors> accessors) : accessors_(accessors) {} in DfxAccessorsCustomize() argument
H A Dunwinder.h37 Unwinder(std::shared_ptr<UnwindAccessors> accessors, bool local = false);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp93 Impl(const std::shared_ptr<UnwindAccessors> &accessors, bool local) in Impl() argument
100 acc_ = std::make_shared<DfxAccessorsCustomize>(accessors); in Impl()
291 Unwinder::Unwinder(std::shared_ptr<UnwindAccessors> accessors, bool local) in Unwinder() argument
292 : impl_(std::make_shared<Impl>(accessors, local)) in Unwinder()

Completed in 4 milliseconds