Lines Matching refs:caller_uid
225 let caller_uid = ThreadState::get_calling_uid(); in create_operation() localVariable
257 .get_after_first_unlock_key_by_user_id(uid_to_android_user(caller_uid)); in create_operation()
260 LEGACY_IMPORTER.with_try_import(key, caller_uid, super_key, || { in create_operation()
265 caller_uid, in create_operation()
343 self.operation_db.prune(caller_uid, forced)?; in create_operation()
371 caller_uid, in create_operation()
523 let caller_uid = ThreadState::get_calling_uid(); in generate_key() localVariable
528 nspace: caller_uid as i64, in generate_key()
545 caller_uid, in generate_key()
555 .add_required_parameters(caller_uid, params, &key) in generate_key()
628 let user_id = uid_to_android_user(caller_uid); in generate_key()
644 let caller_uid = ThreadState::get_calling_uid(); in import_key() localVariable
649 nspace: caller_uid as i64, in import_key()
660 .add_required_parameters(caller_uid, params, &key) in import_key()
686 let user_id = uid_to_android_user(caller_uid); in import_key()
716 let caller_uid = ThreadState::get_calling_uid(); in import_wrapped_key() localVariable
717 let user_id = uid_to_android_user(caller_uid); in import_wrapped_key()
722 nspace: caller_uid as i64, in import_wrapped_key()
742 LEGACY_IMPORTER.with_try_import(&key, caller_uid, super_key, || { in import_wrapped_key()
747 caller_uid, in import_wrapped_key()