Searched refs:KeystoreAtomPayload (Results 1 – 3 of 3) sorted by relevance
/system/security/keystore2/src/ |
D | metrics_store.rs | 41 KeystoreAtom::KeystoreAtom, KeystoreAtomPayload::KeystoreAtomPayload, 75 metrics_store: Mutex<HashMap<AtomID, HashMap<KeystoreAtomPayload, i32>>>, 104 payload: KeystoreAtomPayload::CrashStats(CrashStats { in get_atoms() 123 fn insert_atom(&self, atom_id: AtomID, atom: KeystoreAtomPayload) { in insert_atom() argument 140 .entry(KeystoreAtomPayload::Keystore2AtomWithOverflow(overflow_atom)) in insert_atom() 179 ) -> (KeystoreAtomPayload, KeystoreAtomPayload, KeystoreAtomPayload) { in process_key_creation_event_stats() argument 305 KeystoreAtomPayload::KeyCreationWithGeneralInfo(key_creation_with_general_info), in process_key_creation_event_stats() 306 KeystoreAtomPayload::KeyCreationWithAuthInfo(key_creation_with_auth_info), in process_key_creation_event_stats() 307 KeystoreAtomPayload::KeyCreationWithPurposeAndModesInfo( in process_key_creation_event_stats() 345 ) -> (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 | 32 union KeystoreAtomPayload {
|