Searched refs:PID_LEN (Results 1 – 4 of 4) sorted by relevance
210 …int64_t identity = (static_cast<uint64_t>(callerUid) << PID_LEN) | static_cast<uint64_t>(callerPid… in NAPI_IPCSkeleton_resetCallingIdentity()234 std::string token = std::to_string(((static_cast<uint64_t>(callerUid) << PID_LEN) in NAPI_IPCSkeleton_resetCallingIdentity()317 int callerUid = static_cast<int>((static_cast<uint64_t>(token)) >> PID_LEN); in NAPI_IPCSkeleton_setCallingIdentity()340 int callerUid = static_cast<int>((static_cast<uint64_t>(token)) >> PID_LEN); in NAPI_IPCSkeleton_setCallingIdentity()374 int callerUid = static_cast<int>((static_cast<uint64_t>(token)) >> PID_LEN); in NAPI_IPCSkeleton_restoreCallingIdentitySetProperty()396 int callerUid = static_cast<int>((static_cast<uint64_t>(token)) >> PID_LEN); in NAPI_IPCSkeleton_restoreCallingIdentitySetProperty()
269 static const uint32_t PID_LEN = 32; variable
931 std::string token = std::to_string(((static_cast<uint64_t>(callerUid_) << PID_LEN) in ResetCallingIdentity()978 callerUid_ = static_cast<int>(token >> PID_LEN); in SetCallingIdentity()
1627 std::string pidUid = std::to_string(((static_cast<uint64_t>(tempUid) << PID_LEN) in ResetCallingIdentity()1689 callerUid_ = static_cast<int>(pidUid >> PID_LEN); in SetCallingIdentity()