Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs4477 const DESTINATION_UID: u32 = 2u32; in test_migrate_key_app_to_app() constant
4500 db.migrate_key_namespace(key_id_guard, &destination_descriptor, DESTINATION_UID, |_k| { in test_migrate_key_app_to_app()
4510 DESTINATION_UID, in test_migrate_key_app_to_app()
4513 assert_eq!(DESTINATION_UID as i64, k.nspace); in test_migrate_key_app_to_app()
4545 const DESTINATION_UID: u32 = 2u32; in test_migrate_key_app_to_selinux() constant
4569 db.migrate_key_namespace(key_id_guard, &destination_descriptor, DESTINATION_UID, |_k| { in test_migrate_key_app_to_selinux()
4579 DESTINATION_UID, in test_migrate_key_app_to_selinux()
4614 const DESTINATION_UID: u32 = 2u32; in test_migrate_key_destination_occupied() constant
4620 make_test_key_entry(&mut db, Domain::APP, DESTINATION_UID as i64, DESTINATION_ALIAS, None) in test_migrate_key_destination_occupied()
4635 DESTINATION_UID, in test_migrate_key_destination_occupied()