Searched refs:tempPid (Results 1 – 2 of 2) sorted by relevance
99 uint8_t tempPid = temp & PID_10_LOW; in IsReplaceMessage() local100 bReplaceMessage_ = ((temp & PID_87) == PID_7) && (tempPid > 0) && (tempPid < MAX_REPLY_PID); in IsReplaceMessage()
381 uint32_t tempPid = reply.ReadUint32(); in GetDBinderCallingPidUid() local382 if (tempPid > static_cast<uint32_t>(std::numeric_limits<pid_t>::max())) { in GetDBinderCallingPidUid()383 ZLOGE(LABEL, "PID overflow: %{public}u", tempPid); in GetDBinderCallingPidUid()386 pid = static_cast<pid_t>(tempPid); in GetDBinderCallingPidUid()1599 pid_t tempPid = callerPid_; in ResetCallingIdentity() local1607 tempPid = invokerInfo_.pid; in ResetCallingIdentity()1628 | static_cast<uint64_t>(tempPid))); in ResetCallingIdentity()