Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
H A Dzip_helper.h44 bool GetDfxBundleInfo(const std::string& bundleName, DfxBundleInfo& bundleInfo);
H A Dzip_helper.cpp97 bool GetDfxBundleInfo(const std::string& bundleName, DfxBundleInfo& bundleInfo) in GetDfxBundleInfo() function
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp263 if (info.id >= MIN_APP_USERID && GetDfxBundleInfo(info.module, bundleInfo)) { in AddPublicInfo()