Lines Matching refs:caller_uid
127 let caller_uid = ThreadState::get_calling_uid(); in get_key_entry() localVariable
132 .get_after_first_unlock_key_by_user_id(uid_to_android_user(caller_uid)); in get_key_entry()
136 LEGACY_IMPORTER.with_try_import(key, caller_uid, super_key, || { in get_key_entry()
141 caller_uid, in get_key_entry()
185 let caller_uid = ThreadState::get_calling_uid(); in update_subcomponent() localVariable
189 .get_after_first_unlock_key_by_user_id(uid_to_android_user(caller_uid)); in update_subcomponent()
192 let entry = match LEGACY_IMPORTER.with_try_import(key, caller_uid, super_key, || { in update_subcomponent()
197 caller_uid, in update_subcomponent()
321 let caller_uid = ThreadState::get_calling_uid(); in delete_key() localVariable
325 .get_after_first_unlock_key_by_user_id(uid_to_android_user(caller_uid)); in delete_key()
328 LEGACY_IMPORTER.with_try_import(key, caller_uid, super_key, || { in delete_key()
329 db.borrow_mut().unbind_key(key, KeyType::Client, caller_uid, |k, av| { in delete_key()
345 let caller_uid = ThreadState::get_calling_uid(); in grant() localVariable
349 .get_after_first_unlock_key_by_user_id(uid_to_android_user(caller_uid)); in grant()
352 LEGACY_IMPORTER.with_try_import(key, caller_uid, super_key, || { in grant()
355 caller_uid, in grant()