Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/utils/
H A Ddp_utils.cpp91 DpsCallerInfo dpsCallerInfo; in GetDpsCallerInfo() local
92 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()