Home
last modified time | relevance | path

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

/system/security/keystore/
Dkey_store_service.cpp157 uid_t targetUid = getEffectiveUid(uid); in get() local
185 int targetUid, int32_t flags, int32_t* aidl_return) { in insert()
210 Status KeyStoreService::del(const String16& name, int targetUid, int32_t* aidl_return) { in del()
230 Status KeyStoreService::exist(const String16& name, int targetUid, int32_t* aidl_return) { in exist()
244 Status KeyStoreService::list(const String16& prefix, int32_t targetUid, in list()
521 uid_t targetUid = getEffectiveUid(uid); in getmtime() local
564 uid_t targetUid = getEffectiveUid(targetUid64); in clear_uid() local
677 uid_t targetUid = getEffectiveUid(uid); in getKeyCharacteristics() local
779 uid_t targetUid = getEffectiveUid(uid); in exportKey() local
814 uid_t targetUid = getEffectiveUid(uid); in begin() local
[all …]
Dpermissions.cpp201 bool is_granted_to(uid_t callingUid, uid_t targetUid) { in is_granted_to()