Home
last modified time | relevance | path

Searched refs:Active (Results 1 – 8 of 8) sorted by relevance

/webrtc/ice/src/tcp_type/
H A Dmod.rs13 Active, enumerator
24 "active" => Self::Active, in from()
35 Self::Active => "active", in fmt()
H A Dtcp_type_test.rs7 assert_eq!(TcpType::from("active"), TcpType::Active); in test_tcp_type()
13 assert_eq!(TcpType::Active.to_string(), "active"); in test_tcp_type()
/webrtc/sdp/src/util/
H A Dmod.rs18 Active, enumerator
38 ConnectionRole::Active => CONNECTION_ROLE_ACTIVE_STR, in fmt()
51 1 => ConnectionRole::Active, in from()
63 CONNECTION_ROLE_ACTIVE_STR => ConnectionRole::Active, in from()
/webrtc/ice/src/candidate/
H A Dcandidate_test.rs21 tcp_type: TcpType::Active, in test_candidate_priority()
69 tcp_type: TcpType::Active, in test_candidate_priority()
362 tcp_type: TcpType::Active, in test_candidate_marshal()
H A Dcandidate_base.rs369 TcpType::Active => 6, in local_preference()
377 TcpType::Active => 4, in local_preference()
/webrtc/webrtc/src/dtls_transport/
H A Ddtls_role.rs81 DTLSRole::Client => ConnectionRole::Active, in to_connection_role()
/webrtc/ice/src/agent/
H A Dmod.rs260 if c.tcp_type() == TcpType::Active { in add_remote_candidate()
/webrtc/webrtc/src/peer_connection/sdp/
H A Dsdp_test.rs537 connection_role: ConnectionRole::Active, in fingerprint_test()