Home
last modified time | relevance | path

Searched defs:AllocationInfo (Results 1 – 4 of 4) sorted by relevance

/webrtc/turn/src/allocation/
H A Dmod.rs41 pub struct AllocationInfo { struct
53 impl AllocationInfo { argument
101 alloc_close_notify: Option<mpsc::Sender<AllocationInfo>>, in new()
H A Dallocation_manager.rs53 ) -> HashMap<FiveTuple, AllocationInfo> { in get_allocations_info() argument
/webrtc/turn/src/server/
H A Dmod.rs115 ) -> Result<HashMap<FiveTuple, AllocationInfo>> { in get_allocations_info() argument
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs401 alloc_close_notify: Option<Sender<AllocationInfo>>, in create_server()