Searched refs:DESTINATION_UID (Results 1 – 1 of 1) sorted by relevance
/system/security/keystore2/src/ |
D | database.rs | 4311 const DESTINATION_UID: u32 = 2u32; in test_migrate_key_app_to_app() constant 4334 db.migrate_key_namespace(key_id_guard, &destination_descriptor, DESTINATION_UID, |_k| { in test_migrate_key_app_to_app() 4344 DESTINATION_UID, in test_migrate_key_app_to_app() 4347 assert_eq!(DESTINATION_UID as i64, k.nspace); in test_migrate_key_app_to_app() 4379 const DESTINATION_UID: u32 = 2u32; in test_migrate_key_app_to_selinux() constant 4403 db.migrate_key_namespace(key_id_guard, &destination_descriptor, DESTINATION_UID, |_k| { in test_migrate_key_app_to_selinux() 4413 DESTINATION_UID, in test_migrate_key_app_to_selinux() 4448 const DESTINATION_UID: u32 = 2u32; in test_migrate_key_destination_occupied() constant 4454 make_test_key_entry(&mut db, Domain::APP, DESTINATION_UID as i64, DESTINATION_ALIAS, None) in test_migrate_key_destination_occupied() 4469 DESTINATION_UID, in test_migrate_key_destination_occupied()
|