Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dservice.rs137 LEGACY_MIGRATOR.with_try_migrate(&key, caller_uid, || { in get_key_entry()
188 let entry = match LEGACY_MIGRATOR.with_try_migrate(&key, caller_uid, || { in update_subcomponent()
312 LEGACY_MIGRATOR.with_try_migrate(&key, caller_uid, || { in delete_key()
330 LEGACY_MIGRATOR.with_try_migrate(&key, caller_uid, || { in grant()
Dmaintenance.rs226 .with_try_migrate(&source, caller_uid, || { in migrate_key_namespace()
Dsecurity_level.rs244 LEGACY_MIGRATOR.with_try_migrate(&key, caller_uid, || { in create_operation()
695 LEGACY_MIGRATOR.with_try_migrate(&key, caller_uid, || { in import_wrapped_key()
Dlegacy_migrator.rs286 pub fn with_try_migrate<F, T>( in with_try_migrate() method