Home
last modified time | relevance | path

Searched refs:infos (Results 1 – 2 of 2) sorted by relevance

/webrtc/turn/src/allocation/
H A Dallocation_manager.rs54 let mut infos = HashMap::new(); in get_allocations_info() localVariable
60 infos.insert( in get_allocations_info()
72 infos in get_allocations_info()
/webrtc/turn/src/server/
H A Dmod.rs169 let infos = allocation_manager.get_allocations_info(five_tuples).await; in read_loop() localVariable
170 let _ = tx.send(infos).await; in read_loop()