Home
last modified time | relevance | path

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

/system/security/keystore/
Dkey_store_service.cpp141 uid_t targetUid = getEffectiveUid(uid); in get()
171 targetUid = getEffectiveUid(targetUid); in insert()
188 targetUid = getEffectiveUid(targetUid); in del()
207 targetUid = getEffectiveUid(targetUid); in exist()
223 targetUid = getEffectiveUid(targetUid); in list()
365 targetUid = getEffectiveUid(targetUid); in generate()
552 uid_t targetUid = getEffectiveUid(uid); in getmtime()
650 uid_t targetUid = getEffectiveUid(targetUid64); in clear_uid()
696 uid = getEffectiveUid(uid); in generateKey()
791 uid_t targetUid = getEffectiveUid(uid); in getKeyCharacteristics()
[all …]
Dkey_store_service.h151 uid_t getEffectiveUid(int32_t targetUid);