Searched refs:DESTINATION_UID (Results 1 – 1 of 1) sorted by relevance
/system/security/keystore2/src/ |
D | database.rs | 3816 const DESTINATION_UID: u32 = 2u32; in test_migrate_key_app_to_app() constant 3839 db.migrate_key_namespace(key_id_guard, &destination_descriptor, DESTINATION_UID, |_k| { in test_migrate_key_app_to_app() 3849 DESTINATION_UID, in test_migrate_key_app_to_app() 3852 assert_eq!(DESTINATION_UID as i64, k.nspace); in test_migrate_key_app_to_app() 3884 const DESTINATION_UID: u32 = 2u32; in test_migrate_key_app_to_selinux() constant 3908 db.migrate_key_namespace(key_id_guard, &destination_descriptor, DESTINATION_UID, |_k| { in test_migrate_key_app_to_selinux() 3918 DESTINATION_UID, in test_migrate_key_app_to_selinux() 3953 const DESTINATION_UID: u32 = 2u32; in test_migrate_key_destination_occupied() constant 3959 make_test_key_entry(&mut db, Domain::APP, DESTINATION_UID as i64, DESTINATION_ALIAS, None) in test_migrate_key_destination_occupied() 3974 DESTINATION_UID, in test_migrate_key_destination_occupied()
|