Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.h67 static int32_t GetProcessUid(int32_t pid);
H A Dfault_detector_util.cpp361 int32_t FaultDetectorUtil::GetProcessUid(int32_t pid) in GetProcessUid() function in OHOS::HiviewDFX::FaultDetectorUtil
388 int32_t uid = GetProcessUid(pid); in GetApplicationVersion()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp635 info.uid = FaultDetectorUtil::GetProcessUid(info.pid); in PostEvent()