Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dgc.rs77 pub fn notify_gc(&self) { in notify_gc() method
Ddatabase.rs1466 gc.notify_gc(); in with_transaction()
2931 let mut notify_gc = false; in unbind_keys_for_user() localVariable
2944 notify_gc = Self::mark_unreferenced(&tx, key_id) in unbind_keys_for_user()
2946 || notify_gc; in unbind_keys_for_user()
2948 Ok(()).do_gc(notify_gc) in unbind_keys_for_user()