Searched refs:insert_with_retry (Results 1 – 1 of 1) sorted by relevance
1305 let key_id = Self::insert_with_retry(|id| { in store_super_key()1424 let id = Self::insert_with_retry(|id| { in get_or_create_key_with()1550 Self::insert_with_retry(|id| { in create_key_entry_internal()1585 Self::insert_with_retry(|id| { in create_attestation_key_entry()3174 Self::insert_with_retry(|id| { in grant()3226 fn insert_with_retry(inserter: impl Fn(i64) -> rusqlite::Result<usize>) -> Result<i64> { in insert_with_retry() method