Lines Matching refs:no_gc
715 fn no_gc(self) -> Result<(bool, T)>; in no_gc() method
725 fn no_gc(self) -> Result<(bool, T)> { in no_gc() method
852 Self::init_tables(tx).context("Trying to initialize tables.").no_gc() in new()
1036 .no_gc() in do_table_size_query()
1188 return Ok(result).no_gc(); in handle_next_superseded_blobs()
1207 Ok(vec![]).no_gc() in handle_next_superseded_blobs()
1255 .no_gc() in key_exists()
1303 .no_gc() in store_super_key()
1335 .no_gc() in load_super_key()
1430 Ok((KEY_ID_LOCK.get(id), entry)).no_gc() in get_or_create_key_with()
1497 Self::create_key_entry_internal(tx, domain, namespace, key_type, km_uuid).no_gc() in create_key_entry()
1573 Ok(()).no_gc() in create_attestation_key_entry()
1667 Self::insert_keyparameter_internal(tx, key_id, params).no_gc() in insert_keyparameter()
1702 metadata.store_in_db(key_id.0, &tx).no_gc() in insert_key_metadata()
1775 Ok(()).no_gc() in store_signed_attestation_certificate_chain()
1840 Ok(()).no_gc() in assign_attestation_key()
1884 Ok(rows).no_gc() in fetch_unsigned_attestation_keys()
2017 Ok(AttestationPoolStatus { expiring, unassigned, attested, total }).no_gc() in get_attestation_pool_status()
2067 return Ok(None).no_gc(); in retrieve_attestation_key_and_cert_chain()
2100 .no_gc() in retrieve_attestation_key_and_cert_chain()
2220 Ok(()).no_gc() in migrate_key_namespace()
2610 _ => Ok(()).no_gc(), in check_and_update_key_usage_count()
3020 Ok(descriptors).no_gc() in list()
3092 .no_gc() in grant()
3126 Ok(()).no_gc() in ungrant()
3206 .no_gc() in load_key_descriptor()
3248 KeystoreDB::init_tables(tx).context("Failed to initialize tables.").no_gc() in new_test_db()
3273 KeystoreDB::rebind_alias(tx, newid, alias, &domain, &namespace, KeyType::Client).no_gc() in rebind_alias()
3882 BlobMetaData::load_from_db(id, tx).no_gc() in test_set_blob()
4557 KeystoreDB::from_0_to_1(tx).no_gc() in test_upgrade_0_to_1()