Home
last modified time | relevance | path

Searched defs:caller_uid (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/src/
Dservice.rs127 let caller_uid = ThreadState::get_calling_uid(); in get_key_entry() localVariable
183 let caller_uid = ThreadState::get_calling_uid(); in update_subcomponent() localVariable
317 let caller_uid = ThreadState::get_calling_uid(); in delete_key() localVariable
339 let caller_uid = ThreadState::get_calling_uid(); in grant() localVariable
Dsecurity_level.rs218 let caller_uid = ThreadState::get_calling_uid(); in create_operation() localVariable
518 let caller_uid = ThreadState::get_calling_uid(); in generate_key() localVariable
640 let caller_uid = ThreadState::get_calling_uid(); in import_key() localVariable
713 let caller_uid = ThreadState::get_calling_uid(); in import_wrapped_key() localVariable
/system/logging/logd/
DSimpleLogBuffer.cpp241 bool SimpleLogBuffer::Prune(log_id_t id, unsigned long prune_rows, uid_t caller_uid) { in Prune()