Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore.cpp1743 targetUid = getEffectiveUid(targetUid); in insert()
1760 targetUid = getEffectiveUid(targetUid); in del()
1770 targetUid = getEffectiveUid(targetUid); in exist()
1785 targetUid = getEffectiveUid(targetUid); in list()
1915 targetUid = getEffectiveUid(targetUid); in generate()
2196 uid_t targetUid = getEffectiveUid(targetUid64); in clear_uid()
2239 uid = getEffectiveUid(uid); in generateKey()
2353 uid = getEffectiveUid(uid); in importKey()
2741 inline uid_t getEffectiveUid(int32_t targetUid) { in getEffectiveUid() function in android::KeyStoreProxy
2759 if (!is_granted_to(callingUid, getEffectiveUid(targetUid))) { in checkBinderPermission()
[all …]