Lines Matching refs:query_map
1166 .query_map( in handle_next_superseded_blobs()
1873 .query_map( in fetch_unsigned_attestation_keys()
1906 .query_map( in delete_expired_attestation_keys()
1939 .query_map(params![KeyType::Attestation], |row| row.get(0))? in delete_all_attestation_keys()
1977 .query_map( in get_attestation_pool_status()
1997 .query_map(params![KeyType::Attestation, km_uuid, KeyLifeCycle::Live], |row| { in get_attestation_pool_status()
2054 .query_map( in retrieve_attestation_key_and_cert_chain()
3321 .query_map(params![], |row| row.get(0))? in test_tables()
3814 stmt.query_map::<(i64, u32, i64, KeyPermSet), _, _>(NO_PARAMS, |row| { in test_grant_ungrant()
3865 .query_map::<((SubComponentType, i64, Vec<u8>), i64), _, _>(NO_PARAMS, |row| { in test_set_blob()
4963 .query_map(NO_PARAMS, |row| { in get_keyentry()
5362 let rows = stmt.query_map::<(i64, KeyType, i32, i64, String, KeyLifeCycle, Uuid), _, _>( in debug_dump_keyentry_table()
5392 let rows = stmt.query_map::<(i64, i64, i64, i64), _, _>(NO_PARAMS, |row| { in debug_dump_grant_table()