Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dgc.rs78 pub fn notify_gc(&self) { in notify_gc() method
Ddatabase.rs1442 gc.notify_gc(); in with_transaction_timeout()
2458 let mut notify_gc = false; in unbind_keys_for_user() localVariable
2471 notify_gc = Self::mark_unreferenced(tx, key_id) in unbind_keys_for_user()
2473 || notify_gc; in unbind_keys_for_user()
2475 Ok(()).do_gc(notify_gc) in unbind_keys_for_user()
2519 let mut notify_gc = false; in unbind_auth_bound_keys_for_user() localVariable
2532 notify_gc = Self::mark_unreferenced(tx, key_id) in unbind_auth_bound_keys_for_user()
2534 || notify_gc; in unbind_auth_bound_keys_for_user()
2539 Ok(()).do_gc(notify_gc) in unbind_auth_bound_keys_for_user()