Searched refs:insert_with_retry (Results 1 – 1 of 1) sorted by relevance
1272 let key_id = Self::insert_with_retry(|id| { in store_super_key()1391 let id = Self::insert_with_retry(|id| { in get_or_create_key_with()1517 Self::insert_with_retry(|id| { in create_key_entry_internal()1552 Self::insert_with_retry(|id| { in create_attestation_key_entry()3081 Self::insert_with_retry(|id| { in grant()3133 fn insert_with_retry(inserter: impl Fn(i64) -> rusqlite::Result<usize>) -> Result<i64> { in insert_with_retry() method