Searched refs:allocate (Results 1 – 7 of 7) sorted by relevance
458 let user1 = client1.allocate().await?; in test_get_allocations_info()459 let user2 = client2.allocate().await?; in test_get_allocations_info()460 let user3 = client3.allocate().await?; in test_get_allocations_info()505 let conn = client.allocate().await?; in test_get_allocations_info_bytes_count()586 let conn = client.allocate().await?; in test_alloc_close_notify()
95 let _allocation = client.allocate().await?; in test_new_long_term_auth_handler()
484 async fn allocate(&mut self) -> Result<RelayConnConfig> { in allocate() method595 pub async fn allocate(&self) -> Result<impl Conn> { in allocate() method598 ci.allocate().await? in allocate()
174 let allocation = client.allocate().await?; in test_client_nonce_expiration()
101 let relay_conn = client.allocate().await?; in main()
279 let conn = client.allocate().await?; in test_server_vnet_echo_via_relay()
819 let relay_conn = match client.allocate().await { in gather_candidates_relay()