Searched refs:Deferred (Results 1 – 2 of 2) sorted by relevance
/system/security/keystore2/legacykeystore/ |
D | lib.rs | 105 self.with_transaction(TransactionBehavior::Deferred, |tx| { in list() 137 self.with_transaction(TransactionBehavior::Deferred, |tx| { in get()
|
/system/security/keystore2/src/ |
D | database.rs | 104 Deferred, enumerator 111 TransactionBehavior::Deferred => rusqlite::TransactionBehavior::Deferred, in from() 120 TransactionBehavior::Deferred => None, in name() 1084 let (total, unused) = self.with_transaction(TransactionBehavior::Deferred, |tx| { in do_table_size_query() 2599 self.with_transaction(TransactionBehavior::Deferred, |tx| { in list_past_alias() 2642 let num_keys = self.with_transaction(TransactionBehavior::Deferred, |tx| { in count_keys() 2807 self.with_transaction(TransactionBehavior::Deferred, |tx| { in load_key_descriptor()
|