Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs3692 const CALLER_UID: u32 = 15; in test_grant_ungrant() constant
3717 .grant(&app_key, CALLER_UID, GRANTEE_UID, PVEC1, |k, a| { in test_grant_ungrant()
3724 nspace: CALLER_UID as i64, in test_grant_ungrant()
3752 .grant(&selinux_key, CALLER_UID, 12, PVEC1, |k, a| { in test_grant_ungrant()
3782 .grant(&selinux_key, CALLER_UID, 12, PVEC2, |k, a| { in test_grant_ungrant()
3836 db.ungrant(&app_key, CALLER_UID, GRANTEE_UID, |_| Ok(()))?; in test_grant_ungrant()
3837 db.ungrant(&selinux_key, CALLER_UID, GRANTEE_UID, |_| Ok(()))?; in test_grant_ungrant()