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
185 let caller_uid = ThreadState::get_calling_uid(); in update_subcomponent() localVariable
321 let caller_uid = ThreadState::get_calling_uid(); in delete_key() localVariable
345 let caller_uid = ThreadState::get_calling_uid(); in grant() localVariable
Dsecurity_level.rs225 let caller_uid = ThreadState::get_calling_uid(); in create_operation() localVariable
523 let caller_uid = ThreadState::get_calling_uid(); in generate_key() localVariable
644 let caller_uid = ThreadState::get_calling_uid(); in import_key() localVariable
716 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()