Searched refs:Active (Results 1 – 8 of 8) sorted by relevance
| /webrtc/ice/src/tcp_type/ |
| H A D | mod.rs | 13 Active, enumerator 24 "active" => Self::Active, in from() 35 Self::Active => "active", in fmt()
|
| H A D | tcp_type_test.rs | 7 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 D | mod.rs | 18 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 D | candidate_test.rs | 21 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 D | candidate_base.rs | 369 TcpType::Active => 6, in local_preference() 377 TcpType::Active => 4, in local_preference()
|
| /webrtc/webrtc/src/dtls_transport/ |
| H A D | dtls_role.rs | 81 DTLSRole::Client => ConnectionRole::Active, in to_connection_role()
|
| /webrtc/ice/src/agent/ |
| H A D | mod.rs | 260 if c.tcp_type() == TcpType::Active { in add_remote_candidate()
|
| /webrtc/webrtc/src/peer_connection/sdp/ |
| H A D | sdp_test.rs | 537 connection_role: ConnectionRole::Active, in fingerprint_test()
|