Searched refs:uid_offset (Results 1 – 2 of 2) sorted by relevance
36 uint8_t uid_offset; member
5423 let uid_offset: i64 = (uid as i64) * (AID_USER_OFFSET as i64); in test_get_list_app_uids_for_sid() localVariable5426 let first_app_id: i64 = 123 + uid_offset; in test_get_list_app_uids_for_sid()5427 let second_app_id: i64 = 456 + uid_offset; in test_get_list_app_uids_for_sid()5428 let third_app_id: i64 = 789 + uid_offset; in test_get_list_app_uids_for_sid()5429 let unrelated_app_id: i64 = 1011 + uid_offset; in test_get_list_app_uids_for_sid()5489 let uid_offset: i64 = (uid as i64) * (AID_USER_OFFSET as i64); in test_get_list_app_uids_with_multiple_sids() localVariable5493 let first_app_id: i64 = 123 + uid_offset; in test_get_list_app_uids_with_multiple_sids()5494 let second_app_id: i64 = 456 + uid_offset; in test_get_list_app_uids_with_multiple_sids()