Home
last modified time | relevance | path

Searched refs:allocate (Results 1 – 7 of 7) sorted by relevance

/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs458 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()
/webrtc/turn/src/auth/
H A Dauth_test.rs95 let _allocation = client.allocate().await?; in test_new_long_term_auth_handler()
/webrtc/turn/src/client/
H A Dmod.rs484 async fn allocate(&mut self) -> Result<RelayConnConfig> { in allocate() method
595 pub async fn allocate(&self) -> Result<impl Conn> { in allocate() method
598 ci.allocate().await? in allocate()
H A Dclient_test.rs174 let allocation = client.allocate().await?; in test_client_nonce_expiration()
/webrtc/turn/examples/
H A Dturn_client_udp.rs101 let relay_conn = client.allocate().await?; in main()
/webrtc/turn/src/server/
H A Dserver_test.rs279 let conn = client.allocate().await?; in test_server_vnet_echo_via_relay()
/webrtc/ice/src/agent/
H A Dagent_gather.rs819 let relay_conn = match client.allocate().await { in gather_candidates_relay()