Searched refs:ALLOWED_UID (Results 1 – 2 of 2) sorted by relevance
56 static constexpr pid_t ALLOWED_UID = 10000; variable212 if (!IPCSkeleton::IsLocalCalling() || uid >= ALLOWED_UID) { in DBinderInvokeListenThread()280 if (IPCSkeleton::IsLocalCalling() || uid >= ALLOWED_UID) { in DBinderAddCommAuth()
43 constexpr pid_t ALLOWED_UID = 10000; variable321 invoker->callerUid_ = ALLOWED_UID;345 invoker->callerUid_ = ALLOWED_UID;564 .WillRepeatedly(testing::Return(ALLOWED_UID - 1));