Home
last modified time | relevance | path

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

/system/bt/gd/rust/linux/adapter/src/
Dmain.rs34 let (tx1, tx2, tx3, tx4, tx5) = (tx.clone(), tx.clone(), tx.clone(), tx.clone(), tx.clone()); in make_context()
43 let txl = tx2.clone(); in make_context()
/system/security/keystore2/src/
Ddatabase.rs5437 let tx2 = db.conn.transaction_with_behavior(TransactionBehavior::Immediate)?; in test_last_off_body() localVariable
5438 tx2.commit()?; in test_last_off_body()