Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_accessors.h71 class DfxAccessorsRemote : public DfxAccessors { class
73 DfxAccessorsRemote() = default;
74 virtual ~DfxAccessorsRemote() = default;
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_accessors.cpp163 int DfxAccessorsRemote::AccessMem(uintptr_t addr, uintptr_t *val, void *arg) in AccessMem()
214 int DfxAccessorsRemote::AccessReg(int reg, uintptr_t *val, void *arg) in AccessReg()
228 int DfxAccessorsRemote::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable()
253 int DfxAccessorsRemote::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc()
H A Dunwinder.cpp74 acc_ = std::make_shared<DfxAccessorsRemote>(); in Impl()
87 acc_ = std::make_shared<DfxAccessorsRemote>(); in Impl()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dmemory_test.cpp232 auto acc = std::make_shared<DfxAccessorsRemote>(); in HWTEST_F()
258 auto acc = std::make_shared<DfxAccessorsRemote>(); in HWTEST_F()
301 auto acc = std::make_shared<DfxAccessorsRemote>(); in HWTEST_F()
351 auto acc = std::make_shared<DfxAccessorsRemote>(); in HWTEST_F()
393 auto acc = std::make_shared<DfxAccessorsRemote>(); in HWTEST_F()
429 auto acc = std::make_shared<DfxAccessorsRemote>(); in HWTEST_F()

Completed in 5 milliseconds