Lines Matching refs:caller_uid
212 let caller_uid = ThreadState::get_calling_uid(); in create_operation() localVariable
244 LEGACY_MIGRATOR.with_try_migrate(&key, caller_uid, || { in create_operation()
249 caller_uid, in create_operation()
328 self.operation_db.prune(caller_uid, forced)?; in create_operation()
356 caller_uid, in create_operation()
476 let caller_uid = ThreadState::get_calling_uid(); in generate_key() localVariable
481 nspace: caller_uid as i64, in generate_key()
498 caller_uid, in generate_key()
508 .add_certificate_parameters(caller_uid, params, &key) in generate_key()
577 let user_id = uid_to_android_user(caller_uid); in generate_key()
593 let caller_uid = ThreadState::get_calling_uid(); in import_key() localVariable
598 nspace: caller_uid as i64, in import_key()
609 .add_certificate_parameters(caller_uid, params, &key) in import_key()
637 let user_id = uid_to_android_user(caller_uid); in import_key()
671 let caller_uid = ThreadState::get_calling_uid(); in import_wrapped_key() localVariable
672 let user_id = uid_to_android_user(caller_uid); in import_wrapped_key()
677 nspace: caller_uid as i64, in import_wrapped_key()
695 LEGACY_MIGRATOR.with_try_migrate(&key, caller_uid, || { in import_wrapped_key()
700 caller_uid, in import_wrapped_key()