Home
last modified time | relevance | path

Searched refs:get_allocation (Results 1 – 4 of 4) sorted by relevance

/webrtc/turn/src/server/request/
H A Drequest_test.rs99 .get_allocation(&five_tuple) in test_allocation_lifetime_deletion_zero_lifetime()
113 .get_allocation(&five_tuple) in test_allocation_lifetime_deletion_zero_lifetime()
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs224 m.get_allocation(&five_tuple).await.is_some(), in test_delete_allocation()
231 m.get_allocation(&five_tuple).await.is_none(), in test_delete_allocation()
385 m.get_allocation(&five_tuple1).await.is_none() in test_delete_allocation_by_username()
386 && m.get_allocation(&five_tuple2).await.is_none() in test_delete_allocation_by_username()
387 && m.get_allocation(&five_tuple3).await.is_some() in test_delete_allocation_by_username()
/webrtc/turn/src/allocation/
H A Dallocation_manager.rs76 pub async fn get_allocation(&self, five_tuple: &FiveTuple) -> Option<Arc<Allocation>> { in get_allocation() method
94 if self.get_allocation(&five_tuple).await.is_some() { in create_allocation()
/webrtc/turn/src/server/
H A Drequest.rs310 .get_allocation(&five_tuple) in handle_allocate_request()
573 let a = self.allocation_manager.get_allocation(&five_tuple).await; in handle_refresh_request()
600 .get_allocation(&FiveTuple { in handle_create_permission_request()
667 .get_allocation(&FiveTuple { in handle_send_indication()
708 .get_allocation(&FiveTuple { in handle_channel_bind_request()
777 .get_allocation(&FiveTuple { in handle_channel_data()