Searched refs:next_random (Results 1 – 1 of 1) sorted by relevance
/system/security/keystore2/src/ |
D | database.rs | 3225 let next_random = 0i64; in test_grant_ungrant() localVariable 3249 nspace: next_random, in test_grant_ungrant() 3285 nspace: next_random + 1, in test_grant_ungrant() 3315 nspace: next_random + 1, in test_grant_ungrant() 3331 assert_eq!(r, (next_random, GRANTEE_UID, 1, PVEC1)); in test_grant_ungrant() 3333 assert_eq!(r, (next_random + 1, GRANTEE_UID, 2, PVEC2)); in test_grant_ungrant()
|