Home
last modified time | relevance | path

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

/system/security/keystore2/src/
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
Dsecurity_level.rs212 let caller_uid = ThreadState::get_calling_uid(); in create_operation() localVariable
476 let caller_uid = ThreadState::get_calling_uid(); in generate_key() localVariable
593 let caller_uid = ThreadState::get_calling_uid(); in import_key() localVariable
671 let caller_uid = ThreadState::get_calling_uid(); in import_wrapped_key() localVariable
Dmaintenance.rs220 let caller_uid = ThreadState::get_calling_uid(); in migrate_key_namespace() localVariable
/system/logging/logd/
DSimpleLogBuffer.cpp275 bool SimpleLogBuffer::Prune(log_id_t id, unsigned long prune_rows, uid_t caller_uid) { in Prune()
DChattyLogBuffer.cpp332 bool ChattyLogBuffer::Prune(log_id_t id, unsigned long pruneRows, uid_t caller_uid) { in Prune()