Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_base_message.cpp99 uint8_t tempPid = temp & PID_10_LOW; in IsReplaceMessage() local
100 bReplaceMessage_ = ((temp & PID_87) == PID_7) && (tempPid > 0) && (tempPid < MAX_REPLY_PID); in IsReplaceMessage()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp381 uint32_t tempPid = reply.ReadUint32(); in GetDBinderCallingPidUid() local
382 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() local
1607 tempPid = invokerInfo_.pid; in ResetCallingIdentity()
1628 | static_cast<uint64_t>(tempPid))); in ResetCallingIdentity()