Home
last modified time | relevance | path

Searched refs:add_channel_bind (Results 1 – 5 of 5) sorted by relevance

/webrtc/turn/src/allocation/
H A Dallocation_test.rs120 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 Dmod.rs157 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 Dchannel_bind_test.rs26 a.add_channel_bind(c, lifetime).await?; in create_channel_bind()
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs96 a.add_channel_bind(channel_bind.clone(), DEFAULT_LIFETIME) in test_packet_handler()
/webrtc/turn/src/server/
H A Drequest.rs751 a.add_channel_bind( in handle_channel_bind_request()