Lines Matching refs:caller_uid
134 let caller_uid = ThreadState::get_calling_uid(); in get_key_entry() localVariable
137 LEGACY_MIGRATOR.with_try_migrate(&key, caller_uid, || { in get_key_entry()
142 caller_uid, in get_key_entry()
186 let caller_uid = ThreadState::get_calling_uid(); in update_subcomponent() localVariable
188 let entry = match LEGACY_MIGRATOR.with_try_migrate(&key, caller_uid, || { in update_subcomponent()
193 caller_uid, in update_subcomponent()
310 let caller_uid = ThreadState::get_calling_uid(); in delete_key() localVariable
312 LEGACY_MIGRATOR.with_try_migrate(&key, caller_uid, || { in delete_key()
313 db.borrow_mut().unbind_key(&key, KeyType::Client, caller_uid, |k, av| { in delete_key()
328 let caller_uid = ThreadState::get_calling_uid(); in grant() localVariable
330 LEGACY_MIGRATOR.with_try_migrate(&key, caller_uid, || { in grant()
333 caller_uid, in grant()