Searched refs:Gathering (Results 1 – 9 of 9) sorted by relevance
| /webrtc/webrtc/src/ice_transport/ |
| H A D | ice_gathering_state.rs | 16 Gathering, enumerator 32 ICE_GATHERING_STATE_GATHERING_STR => RTCIceGatheringState::Gathering, in from() 43 RTCIceGatheringState::Gathering => write!(f, "{ICE_GATHERING_STATE_GATHERING_STR}"), in fmt() 61 ("gathering", RTCIceGatheringState::Gathering), in test_new_ice_gathering_state() 75 (RTCIceGatheringState::Gathering, "gathering"), in test_ice_gathering_state_string()
|
| H A D | ice_gatherer_state.rs | 15 Gathering, enumerator 34 ICE_GATHERED_STATE_GATHERING_STR => RTCIceGathererState::Gathering, in from() 46 2 => RTCIceGathererState::Gathering, in from() 58 RTCIceGathererState::Gathering => write!(f, "{ICE_GATHERED_STATE_GATHERING_STR}"), in fmt() 79 (RTCIceGathererState::Gathering, "gathering"), in test_ice_gatherer_state_string()
|
| H A D | ice_gatherer.rs | 155 self.set_state(RTCIceGathererState::Gathering).await; in gather()
|
| /webrtc/ice/src/state/ |
| H A D | mod.rs | 79 Gathering, enumerator 89 2 => Self::Gathering, in from() 106 Self::Gathering => "gathering", in fmt()
|
| H A D | state_test.rs | 33 (GatheringState::Gathering, "gathering"), in test_gathering_state_string()
|
| /webrtc/ice/src/agent/ |
| H A D | mod.rs | 384 == GatheringState::Gathering in restart()
|
| H A D | agent_gather.rs | 83 GatheringState::Gathering, in gather_candidates_internal()
|
| H A D | agent_test.rs | 1775 .store(GatheringState::Gathering as u8, Ordering::SeqCst); in test_agent_restart_during_gather()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | peer_connection_internal.rs | 833 RTCIceGathererState::Gathering => RTCIceGatheringState::Gathering, in ice_gathering_state()
|