Searched refs:with_try_migrate (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore2/src/ |
D | service.rs | 137 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()
|
D | maintenance.rs | 226 .with_try_migrate(&source, caller_uid, || { in migrate_key_namespace()
|
D | security_level.rs | 244 LEGACY_MIGRATOR.with_try_migrate(&key, caller_uid, || { in create_operation() 695 LEGACY_MIGRATOR.with_try_migrate(&key, caller_uid, || { in import_wrapped_key()
|
D | legacy_migrator.rs | 286 pub fn with_try_migrate<F, T>( in with_try_migrate() method
|