Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs132 fn check_lock_timeout(start: &std::time::Instant, timeout: Duration) -> Result<()> { in check_lock_timeout() function
1430 check_lock_timeout(&start, timeout)?; in with_transaction_timeout()
2172 check_lock_timeout(&start, MAX_DB_BUSY_RETRY_PERIOD)?; in load_key_entry()