Searched refs:dpsCallerInfo (Results 1 – 1 of 1) sorted by relevance
91 DpsCallerInfo dpsCallerInfo; in GetDpsCallerInfo() local92 dpsCallerInfo.pid = IPCSkeleton::GetCallingPid(); in GetDpsCallerInfo()93 dpsCallerInfo.uid = IPCSkeleton::GetCallingUid(); in GetDpsCallerInfo()94 dpsCallerInfo.tokenID = IPCSkeleton::GetCallingTokenID(); in GetDpsCallerInfo()95 dpsCallerInfo.bundleName = GetClientBundle(dpsCallerInfo.uid); in GetDpsCallerInfo()96 …DP_DEBUG_LOG("GetDpsCallerInfo pid:%{public}d uid:%{public}d", dpsCallerInfo.pid, dpsCallerInfo.ui… in GetDpsCallerInfo()97 return dpsCallerInfo; in GetDpsCallerInfo()