Searched refs:KeystoreAtomPayload (Results 1 – 3 of 3) sorted by relevance
/system/security/keystore2/src/ |
D | metrics_store.rs | 41 KeystoreAtom::KeystoreAtom, KeystoreAtomPayload::KeystoreAtomPayload, 72 metrics_store: Mutex<HashMap<AtomID, HashMap<KeystoreAtomPayload, i32>>>, 97 payload: KeystoreAtomPayload::CrashStats(CrashStats { in get_atoms() 118 fn insert_atom(&self, atom_id: AtomID, atom: KeystoreAtomPayload) { in insert_atom() argument 134 .entry(KeystoreAtomPayload::Keystore2AtomWithOverflow(overflow_atom)) in insert_atom() 173 ) -> (KeystoreAtomPayload, KeystoreAtomPayload, KeystoreAtomPayload) { in process_key_creation_event_stats() argument 300 KeystoreAtomPayload::KeyCreationWithGeneralInfo(key_creation_with_general_info), in process_key_creation_event_stats() 301 KeystoreAtomPayload::KeyCreationWithAuthInfo(key_creation_with_auth_info), in process_key_creation_event_stats() 302 KeystoreAtomPayload::KeyCreationWithPurposeAndModesInfo( in process_key_creation_event_stats() 340 ) -> (KeystoreAtomPayload, KeystoreAtomPayload) { in process_key_operation_event_stats() argument [all …]
|
/system/security/keystore2/aidl/android/security/metrics/ |
D | KeystoreAtom.aidl | 19 import android.security.metrics.KeystoreAtomPayload; 30 KeystoreAtomPayload payload;
|
D | KeystoreAtomPayload.aidl | 31 union KeystoreAtomPayload {
|