Home
last modified time | relevance | path

Searched refs:Complete (Results 1 – 10 of 10) sorted by relevance

/webrtc/webrtc/src/ice_transport/
H A Dice_gathering_state.rs20 Complete, enumerator
33 ICE_GATHERING_STATE_COMPLETE_STR => RTCIceGatheringState::Complete, in from()
44 RTCIceGatheringState::Complete => { in fmt()
62 ("complete", RTCIceGatheringState::Complete), in test_new_ice_gathering_state()
76 (RTCIceGatheringState::Complete, "complete"), in test_ice_gathering_state_string()
H A Dice_gatherer_state.rs18 Complete, enumerator
35 ICE_GATHERED_STATE_COMPLETE_STR => RTCIceGathererState::Complete, in from()
47 3 => RTCIceGathererState::Complete, in from()
59 RTCIceGathererState::Complete => { in fmt()
80 (RTCIceGathererState::Complete, "complete"), in test_ice_gatherer_state_string()
H A Dice_gatherer.rs179 .store(RTCIceGathererState::Complete as u8, Ordering::SeqCst); in gather()
183 f(RTCIceGathererState::Complete).await; in gather()
/webrtc/ice/src/state/
H A Dmod.rs82 Complete, enumerator
90 3 => Self::Complete, in from()
107 Self::Complete => "complete", in fmt()
H A Dstate_test.rs34 (GatheringState::Complete, "complete"), in test_gathering_state_string()
/webrtc/webrtc/src/peer_connection/sdp/
H A Dsdp_test.rs718 ice_gathering_state: RTCIceGatheringState::Complete, in test_populate_sdp()
812 ice_gathering_state: RTCIceGatheringState::Complete, in test_populate_sdp()
938 ice_gathering_state: RTCIceGatheringState::Complete, in test_populate_sdp_reject()
H A Dmod.rs281 if ice_gathering_state != RTCIceGatheringState::Complete { in add_candidates_to_media_descriptions()
/webrtc/ice/src/agent/
H A Dagent_gather.rs172 GatheringState::Complete, in gather_candidates_internal()
183 && new_state == GatheringState::Complete in set_gathering_state()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs834 _ => RTCIceGatheringState::Complete, in ice_gathering_state()
H A Dmod.rs2068 if self.ice_gathering_state() == RTCIceGatheringState::Complete { in gathering_complete_promise()