Home
last modified time | relevance | path

Searched defs:Allocation (Results 1 – 3 of 3) sorted by relevance

/webrtc/turn/src/allocation/
H A Dmod.rs71 pub struct Allocation { struct
80 pub(crate) allocations: Option<AllocationMap>, argument
86 alloc_close_notify: Option<mpsc::Sender<AllocationInfo>>, argument
93 impl Allocation { argument
H A Dallocation_manager.rs76 pub async fn get_allocation(&self, five_tuple: &FiveTuple) -> Option<Arc<Allocation>> { in get_allocation()
89 ) -> Result<Arc<Allocation>> { in create_allocation()
/webrtc/turn/src/allocation/channel_bind/
H A Dchannel_bind_test.rs10 async fn create_channel_bind(lifetime: Duration) -> Result<Allocation> { in create_channel_bind()