Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dservice.rs138 let caller_uid = ThreadState::get_calling_uid(); in get_key_entry() localVariable
196 let caller_uid = ThreadState::get_calling_uid(); in update_subcomponent() localVariable
346 let caller_uid = ThreadState::get_calling_uid(); in delete_key() localVariable
370 let caller_uid = ThreadState::get_calling_uid(); in grant() localVariable
Dsecurity_level.rs236 let caller_uid = ThreadState::get_calling_uid(); in create_operation() localVariable
541 let caller_uid = ThreadState::get_calling_uid(); in generate_key() localVariable
698 let caller_uid = ThreadState::get_calling_uid(); in import_key() localVariable
771 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()