Home
last modified time | relevance | path

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

/system/security/identity/
DCredentialStore.cpp66 uid_t callingUid = android::IPCThreadState::self()->getCallingUid(); in createCredential()
102 uid_t callingUid = android::IPCThreadState::self()->getCallingUid(); in getCredentialByName()
DWritableCredential.cpp59 const int32_t callingUid = IPCThreadState::self()->getCallingUid(); in ensureAttestationCertificateExists()
177 uid_t callingUid = android::IPCThreadState::self()->getCallingUid(); in personalize()
/system/core/gatekeeperd/
Dgatekeeperd.cpp167 const int calling_uid = ipc->getCallingUid(); in enroll()
255 const int calling_uid = ipc->getCallingUid(); in verifyChallenge()
350 const int calling_uid = ipc->getCallingUid(); in clearSecureUserId()
367 const int calling_uid = ipc->getCallingUid(); in reportDeviceSetupComplete()
380 const int uid = ipc->getCallingUid(); in dump()
/system/core/libbinderwrapper/
Dreal_binder_wrapper.cc116 return IPCThreadState::self()->getCallingUid(); in GetCallingUid()
/system/vold/
DVoldNativeServiceValidation.cpp54 uid_t uid = IPCThreadState::self()->getCallingUid(); in CheckUidOrRoot()
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h56 uid_t getCallingUid() const;
/system/libhwbinder/
DBinder.cpp125 uid_t uid = IPCThreadState::self()->getCallingUid(); in transact()
DIPCThreadState.cpp363 uid_t IPCThreadState::getCallingUid() const in getCallingUid() function in android::hardware::IPCThreadState
/system/gsid/
Dgsi_service.cpp558 uid_t uid = IPCThreadState::self()->getCallingUid(); in UidSecurityError()
762 return uid_ == IPCThreadState::self()->getCallingUid(); in CheckUid()
797 uid_t uid = IPCThreadState::self()->getCallingUid(); in openImageService()
817 uid_t uid = IPCThreadState::self()->getCallingUid(); in CheckUid()
/system/core/storaged/
Dstoraged_service.cpp98 const int uid = self->getCallingUid(); in dump()
/system/connectivity/wificond/
Dserver.cpp282 LOG(ERROR) << "Caller (uid: " << ipc->getCallingUid() in dump()
/system/netd/server/
DNetdNativeService.cpp74 uid_t uid = IPCThreadState::self()->getCallingUid(); in checkAnyPermission()
639 uid_t callerUid = IPCThreadState::self()->getCallingUid(); in ipSecSetEncapSocketOwner()
/system/apex/apexd/
Dapexservice.cpp57 uid_t uid = IPCThreadState::self()->getCallingUid(); in CheckCallerIsRoot()