Searched refs:add_channel_bind (Results 1 – 5 of 5) sorted by relevance
| /webrtc/turn/src/allocation/ |
| H A D | allocation_test.rs | 120 a.add_channel_bind(c, DEFAULT_LIFETIME).await?; in test_add_channel_bind() 123 let result = a.add_channel_bind(c2, DEFAULT_LIFETIME).await; in test_add_channel_bind() 131 let result = a.add_channel_bind(c3, DEFAULT_LIFETIME).await; in test_add_channel_bind() 154 a.add_channel_bind(c, DEFAULT_LIFETIME).await?; in test_get_channel_by_number() 191 a.add_channel_bind(c, DEFAULT_LIFETIME).await?; in test_get_channel_by_addr() 223 a.add_channel_bind(c, DEFAULT_LIFETIME).await?; in test_remove_channel_bind() 286 a.add_channel_bind(c, DEFAULT_LIFETIME).await?; in test_allocation_close()
|
| H A D | mod.rs | 157 pub async fn add_channel_bind(&self, mut c: ChannelBind, lifetime: Duration) -> Result<()> { in add_channel_bind() method
|
| /webrtc/turn/src/allocation/channel_bind/ |
| H A D | channel_bind_test.rs | 26 a.add_channel_bind(c, lifetime).await?; in create_channel_bind()
|
| /webrtc/turn/src/allocation/allocation_manager/ |
| H A D | allocation_manager_test.rs | 96 a.add_channel_bind(channel_bind.clone(), DEFAULT_LIFETIME) in test_packet_handler()
|
| /webrtc/turn/src/server/ |
| H A D | request.rs | 751 a.add_channel_bind( in handle_channel_bind_request()
|