Searched refs:AllocationInfo (Results 1 – 5 of 5) sorted by relevance
| /webrtc/turn/src/allocation/ |
| H A D | allocation_manager.rs | 17 pub alloc_close_notify: Option<mpsc::Sender<AllocationInfo>>, 25 alloc_close_notify: Option<mpsc::Sender<AllocationInfo>>, 53 ) -> HashMap<FiveTuple, AllocationInfo> { in get_allocations_info() argument 62 AllocationInfo::new( in get_allocations_info()
|
| H A D | mod.rs | 41 pub struct AllocationInfo { struct 53 impl AllocationInfo { argument 86 alloc_close_notify: Option<mpsc::Sender<AllocationInfo>>, 101 alloc_close_notify: Option<mpsc::Sender<AllocationInfo>>, in new() argument 254 .send(AllocationInfo { in close()
|
| /webrtc/turn/src/server/ |
| H A D | mod.rs | 8 allocation::{allocation_manager::*, five_tuple::FiveTuple, AllocationInfo}, 115 ) -> Result<HashMap<FiveTuple, AllocationInfo>> { in get_allocations_info() argument 131 let mut info: HashMap<FiveTuple, AllocationInfo> = HashMap::new(); in get_allocations_info() 255 mpsc::Sender<HashMap<FiveTuple, AllocationInfo>>,
|
| H A D | config.rs | 43 pub alloc_close_notify: Option<mpsc::Sender<AllocationInfo>>,
|
| /webrtc/turn/src/allocation/allocation_manager/ |
| H A D | allocation_manager_test.rs | 401 alloc_close_notify: Option<Sender<AllocationInfo>>, in create_server() argument 570 let (tx, mut rx) = mpsc::channel::<AllocationInfo>(1); in test_alloc_close_notify()
|