Home
last modified time | relevance | path

Searched refs:refresh (Results 1 – 8 of 8) sorted by relevance

/webrtc/mdns/src/message/resource/
H A Dsoa.rs12 pub refresh: u32, field
30 self.refresh, in fmt()
53 msg = pack_uint32(msg, self.refresh); in pack()
66 let (refresh, off) = unpack_uint32(msg, off)?; in unpack()
67 self.refresh = refresh; in unpack()
/webrtc/turn/src/allocation/
H A Dpermission.rs72 pub(crate) async fn refresh(&self, lifetime: Duration) { in refresh() method
H A Dchannel_bind.rs78 pub(crate) async fn refresh(&self, lifetime: Duration) { in refresh() method
H A Dmod.rs135 existed_permission.refresh(PERMISSION_TIMEOUT).await; in add_permission()
175 cb.refresh(lifetime).await; in add_channel_bind()
310 pub async fn refresh(&self, lifetime: Duration) { in refresh() method
H A Dallocation_test.rs257 a.refresh(Duration::from_secs(0)).await; in test_allocation_refresh()
/webrtc/turn/src/allocation/channel_bind/
H A Dchannel_bind_test.rs64 c.refresh(Duration::from_millis(30)).await; in test_channel_bind_reset()
/webrtc/turn/src/server/
H A Drequest.rs575 a.refresh(lifetime_duration).await; in handle_refresh_request()
/webrtc/mdns/src/message/
H A Dmessage_test.rs125 refresh: 2, in large_test_msg()