Lines Matching refs:GRANT
1101 MetricsStorage::GRANT => self.get_table_size(storage_type, "persistent", "grant"), in get_storage_stat()
2409 Domain::GRANT => { in load_access_tuple()
3091 Ok(KeyDescriptor { domain: Domain::GRANT, nspace: grant_id, alias: None, blob: None }) in grant()
3426 db.create_key_entry(&Domain::GRANT, &102, KeyType::Client, &KEYSTORE_UUID), in test_create_key_entry()
3661 rebind_alias(&mut db, &KEY_ID_LOCK.get(0), "foo", Domain::GRANT, 42), in test_rebind_alias()
3736 domain: super::Domain::GRANT, in test_grant_ungrant()
3772 domain: super::Domain::GRANT, in test_grant_ungrant()
3802 domain: super::Domain::GRANT, in test_grant_ungrant()
4194 assert_eq!(Domain::GRANT, k.domain); in test_insert_and_load_full_keyentry_from_grant()
5509 MetricsStorage::GRANT, in get_valid_statsd_storage_types()
5686 assert_storage_increased(&mut db, vec![MetricsStorage::GRANT], &mut working_stats); in test_verify_grant_table_size_reporting()