Searched refs:GetNativeProcessNameByToken (Results 1 – 3 of 3) sorted by relevance
35 static bool GetNativeProcessNameByToken(int tokenId, std::string &processName);
114 bool PreProcessUtils::GetNativeProcessNameByToken(int tokenId, std::string &processName) in GetNativeProcessNameByToken() function in OHOS::UDMF::PreProcessUtils
462 if (!PreProcessUtils::GetNativeProcessNameByToken(query.tokenId, processName)) { in AddPrivilege()