Home
last modified time | relevance | path

Searched defs:targetUid (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore/
Dkey_store_service.cpp160 uid_t targetUid = getEffectiveUid(uid); in get() local
188 int targetUid, int32_t flags, int32_t* aidl_return) { in insert()
214 Status KeyStoreService::del(const String16& name, int targetUid, int32_t* aidl_return) { in del()
235 Status KeyStoreService::exist(const String16& name, int targetUid, int32_t* aidl_return) { in exist()
250 Status KeyStoreService::list(const String16& prefix, int32_t targetUid, in list()
551 uid_t targetUid = getEffectiveUid(uid); in getmtime() local
596 uid_t targetUid = getEffectiveUid(targetUid64); in clear_uid() local
716 uid_t targetUid = getEffectiveUid(uid); in getKeyCharacteristics() local
820 uid_t targetUid = getEffectiveUid(uid); in exportKey() local
856 uid_t targetUid = getEffectiveUid(uid); in begin() local
[all …]
Dpermissions.cpp203 bool is_granted_to(uid_t callingUid, uid_t targetUid) { in is_granted_to()