Searched refs:next_random (Results 1 – 1 of 1) sorted by relevance
/system/security/keystore2/src/ |
D | database.rs | 3714 let next_random = 0i64; in test_grant_ungrant() localVariable 3738 nspace: next_random, in test_grant_ungrant() 3774 nspace: next_random + 1, in test_grant_ungrant() 3804 nspace: next_random + 1, in test_grant_ungrant() 3826 assert_eq!(r, (next_random, GRANTEE_UID, 1, PVEC1)); in test_grant_ungrant() 3828 assert_eq!(r, (next_random + 1, GRANTEE_UID, 2, PVEC2)); in test_grant_ungrant()
|