Home
last modified time | relevance | path

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

/system/security/keystore/
Dkey_store_service.cpp160 uid_t targetUid = getEffectiveUid(uid); in get()
190 targetUid = getEffectiveUid(targetUid); in insert()
216 targetUid = getEffectiveUid(targetUid); in del()
237 targetUid = getEffectiveUid(targetUid); in exist()
253 targetUid = getEffectiveUid(targetUid); in list()
551 uid_t targetUid = getEffectiveUid(uid); in getmtime()
596 uid_t targetUid = getEffectiveUid(targetUid64); in clear_uid()
655 uid = getEffectiveUid(uid); in generateKey()
716 uid_t targetUid = getEffectiveUid(uid); in getKeyCharacteristics()
762 uid = getEffectiveUid(uid); in importKey()
[all …]
Dkey_store_service.h176 uid_t getEffectiveUid(int32_t targetUid);