Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/
H A 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()
H A Dmaintenance.rs226 .with_try_migrate(&source, caller_uid, || { in migrate_key_namespace()
H A Dsecurity_level.rs246 LEGACY_MIGRATOR.with_try_migrate(&key, caller_uid, || { in create_operation()
722 LEGACY_MIGRATOR.with_try_migrate(&key, caller_uid, || { in import_wrapped_key()
H A Dlegacy_migrator.rs286 pub fn with_try_migrate<F, T>( in with_try_migrate() method