Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/
H A Dservice.rs134 let caller_uid = ThreadState::get_calling_uid(); in get_key_entry() localVariable
186 let caller_uid = ThreadState::get_calling_uid(); in update_subcomponent() localVariable
310 let caller_uid = ThreadState::get_calling_uid(); in delete_key() localVariable
328 let caller_uid = ThreadState::get_calling_uid(); in grant() localVariable
H A Dsecurity_level.rs214 let caller_uid = ThreadState::get_calling_uid(); in create_operation() localVariable
503 let caller_uid = ThreadState::get_calling_uid(); in generate_key() localVariable
620 let caller_uid = ThreadState::get_calling_uid(); in import_key() localVariable
698 let caller_uid = ThreadState::get_calling_uid(); in import_wrapped_key() localVariable
H A Dmaintenance.rs220 let caller_uid = ThreadState::get_calling_uid(); in migrate_key_namespace() localVariable
/aosp12/system/logging/logd/
H A DSimpleLogBuffer.cpp275 bool SimpleLogBuffer::Prune(log_id_t id, unsigned long prune_rows, uid_t caller_uid) { in Prune()
H A DChattyLogBuffer.cpp332 bool ChattyLogBuffer::Prune(log_id_t id, unsigned long pruneRows, uid_t caller_uid) { in Prune()