Home
last modified time | relevance | path

Searched refs:delete_allocation (Results 1 – 3 of 3) sorted by relevance

/webrtc/turn/src/allocation/
H A Dallocation_manager.rs126 pub async fn delete_allocation(&self, five_tuple: &FiveTuple) { in delete_allocation() method
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs228 m.delete_allocation(&five_tuple).await; in test_delete_allocation()
/webrtc/turn/src/server/
H A Drequest.rs580 self.allocation_manager.delete_allocation(&five_tuple).await; in handle_refresh_request()