Home
last modified time | relevance | path

Searched refs:ParseHapMemData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddfx_hap_test.cpp74 auto res = dfxHap.ParseHapMemData(pid, nullptr);
76 res = dfxHap.ParseHapMemData(pid, map);
80 res = dfxHap.ParseHapMemData(pid, map);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_hap.cpp100 if (!ParseHapMemData(pid, map)) { in ParseHapMemInfo()
142 bool DfxHap::ParseHapMemData(const pid_t pid, std::shared_ptr<DfxMap> map) in ParseHapMemData() function in OHOS::HiviewDFX::DfxHap
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_hap.h41 bool ParseHapMemData(const pid_t pid, std::shared_ptr<DfxMap> map);