Home
last modified time | relevance | path

Searched refs:getCallingUid (Results 1 – 11 of 11) sorted by relevance

/system/core/gatekeeperd/
Dgatekeeperd.cpp164 const int calling_uid = ipc->getCallingUid(); in enroll()
270 const int calling_uid = ipc->getCallingUid(); in verifyChallenge()
368 const int calling_uid = ipc->getCallingUid(); in clearSecureUserId()
384 const int calling_uid = ipc->getCallingUid(); in reportDeviceSetupComplete()
396 const int uid = ipc->getCallingUid(); in dump()
/system/security/keystore/
Dkey_store_service.cpp292 const int32_t callingUid = IPCThreadState::self()->getCallingUid(); in listUidsOfAuthBoundKeys()
361 uid_t callingUid = IPCThreadState::self()->getCallingUid(); in reset()
509 uid_t callingUid = IPCThreadState::self()->getCallingUid(); in grant()
530 uid_t callingUid = IPCThreadState::self()->getCallingUid(); in ungrant()
654 uid_t originalUid = IPCThreadState::self()->getCallingUid(); in generateKey()
676 originalUid != IPCThreadState::self()->getCallingUid()) { in generateKey()
717 uid_t callingUid = IPCThreadState::self()->getCallingUid(); in getKeyCharacteristics()
821 uid_t callingUid = IPCThreadState::self()->getCallingUid(); in exportKey()
855 uid_t callingUid = IPCThreadState::self()->getCallingUid(); in begin()
971 ALOGW("addAuthToken: permission denied for %d", IPCThreadState::self()->getCallingUid()); in addAuthToken()
[all …]
Dconfirmation_manager.cpp73 uid_t callingUid = android::IPCThreadState::self()->getCallingUid(); in presentConfirmationPrompt()
/system/core/libbinderwrapper/
Dreal_binder_wrapper.cc116 return IPCThreadState::self()->getCallingUid(); in GetCallingUid()
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h54 uid_t getCallingUid() const;
/system/core/storaged/
Dstoraged_service.cpp98 const int uid = self->getCallingUid(); in dump()
/system/connectivity/wificond/
Dserver.cpp193 LOG(ERROR) << "Caller (uid: " << ipc->getCallingUid() in dump()
/system/netd/server/
DNetdNativeService.cpp71 uid_t uid = IPCThreadState::self()->getCallingUid(); in checkAnyPermission()
578 uid_t callerUid = IPCThreadState::self()->getCallingUid(); in ipSecSetEncapSocketOwner()
/system/vold/
DVoldNativeService.cpp96 uid_t uid = IPCThreadState::self()->getCallingUid(); in checkUid()
/system/libhwbinder/
DIPCThreadState.cpp363 uid_t IPCThreadState::getCallingUid() const in getCallingUid() function in android::hardware::IPCThreadState
/system/gsid/
Dgsi_service.cpp396 uid_t uid = IPCThreadState::self()->getCallingUid(); in CheckUid()