Home
last modified time | relevance | path

Searched refs:GetApplicationNameByUid (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.h68 static std::string GetApplicationNameByUid(int32_t uid);
H A Dfault_detector_util.cpp374 string FaultDetectorUtil::GetApplicationNameByUid(int32_t uid) in GetApplicationNameByUid() function in OHOS::HiviewDFX::FaultDetectorUtil
392 const string bundleName = GetApplicationNameByUid(uid); in GetApplicationVersion()