Home
last modified time | relevance | path

Searched defs:SetMaps (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_process.cpp158 void DfxProcess::SetMaps(std::shared_ptr<DfxElfMaps> maps) in SetMaps() function in OHOS::HiviewDFX::DfxProcess
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
Dunwinder.h75 inline void SetMaps(const std::shared_ptr<DfxMaps> maps) { maps_ = maps; } in SetMaps() function