Home
last modified time | relevance | path

Searched refs:insert_atom (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/src/
Dmetrics_store.rs123 fn insert_atom(&self, atom_id: AtomID, atom: KeystoreAtomPayload) { in insert_atom() method
164 .insert_atom(AtomID::KEY_CREATION_WITH_GENERAL_INFO, key_creation_with_general_info); in log_key_creation_event_stats()
165 METRICS_STORE.insert_atom(AtomID::KEY_CREATION_WITH_AUTH_INFO, key_creation_with_auth_info); in log_key_creation_event_stats()
166 METRICS_STORE.insert_atom( in log_key_creation_event_stats()
330 .insert_atom(AtomID::KEY_OPERATION_WITH_GENERAL_INFO, key_operation_with_general_info); in log_key_operation_event_stats()
331 METRICS_STORE.insert_atom( in log_key_operation_event_stats()
598 METRICS_STORE.insert_atom(AtomID::RKP_ERROR_STATS, rkp_error_stats); in log_rkp_error_stats()