Home
last modified time | relevance | path

Searched refs:InProgress (Results 1 – 6 of 6) sorted by relevance

/webrtc/sctp/src/param/
H A Dparam_reconfig_response.rs15 InProgress = 6, enumerator
31 ReconfigResult::InProgress => "6: In progress", in fmt()
47 6 => ReconfigResult::InProgress, in from()
H A Dparam_test.rs229 (ReconfigResult::InProgress, "6: In progress"), in test_reconfig_result_stringer()
/webrtc/ice/src/candidate/
H A Dmod.rs183 InProgress = 2, enumerator
199 2 => Self::InProgress, in from()
217 Self::InProgress => "in-progress", in fmt()
H A Dcandidate_test.rs241 (CandidatePairState::InProgress, "\"in-progress\""), in test_candidate_pair_state_serialization()
259 (CandidatePairState::InProgress, "in-progress"), in test_candidate_pair_state_to_string()
/webrtc/ice/src/agent/
H A Dagent_internal.rs381 .store(CandidatePairState::InProgress as u8, Ordering::SeqCst); in ping_all_candidates()
382 } else if p_state != CandidatePairState::InProgress as u8 { in ping_all_candidates()
/webrtc/sctp/src/association/
H A Dassociation_internal.rs1788 result = ReconfigResult::InProgress; in reset_streams_if_any()