Searched refs:callingUid (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dkeystore.cpp302 * Returns the UID that the callingUid should act as. This is here for
318 * Returns true if the callingUid is allowed to interact in the targetUid's
321 static bool is_granted_to(uid_t callingUid, uid_t targetUid) { argument
322 if (callingUid == targetUid) {
327 if (user.euid == callingUid && user.uid == targetUid) {
1722 uid_t callingUid = IPCThreadState::self()->getCallingUid(); local
1726 ResponseCode responseCode = mKeyStore->getKeyForName(&keyBlob, name8, callingUid,
1803 uid_t callingUid = IPCThreadState::self()->getCallingUid(); local
1804 mKeyStore->resetUser(get_user_id(callingUid), false);
2065 uid_t callingUid local
2083 uid_t callingUid = IPCThreadState::self()->getCallingUid(); local
2100 uid_t callingUid = IPCThreadState::self()->getCallingUid(); local
2133 uid_t callingUid = IPCThreadState::self()->getCallingUid(); local
2321 uid_t callingUid = IPCThreadState::self()->getCallingUid(); local
2409 uid_t callingUid = IPCThreadState::self()->getCallingUid(); local
2440 uid_t callingUid = IPCThreadState::self()->getCallingUid(); local
2753 uid_t callingUid = IPCThreadState::self()->getCallingUid(); local
2771 uid_t callingUid = IPCThreadState::self()->getCallingUid(); local
2788 uid_t callingUid = IPCThreadState::self()->getCallingUid(); local
[all...]

Completed in 122 milliseconds