Searched refs:refresh (Results 1 – 8 of 8) sorted by relevance
12 pub refresh: u32, field30 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()
72 pub(crate) async fn refresh(&self, lifetime: Duration) { in refresh() method
78 pub(crate) async fn refresh(&self, lifetime: Duration) { in refresh() method
135 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
257 a.refresh(Duration::from_secs(0)).await; in test_allocation_refresh()
64 c.refresh(Duration::from_millis(30)).await; in test_channel_bind_reset()
575 a.refresh(lifetime_duration).await; in handle_refresh_request()
125 refresh: 2, in large_test_msg()