Home
last modified time | relevance | path

Searched refs:remote_candidate_id (Results 1 – 4 of 4) sorted by relevance

/webrtc/ice/src/agent/
H A Dagent_stats.rs17 pub remote_candidate_id: String, field
120 remote_candidate_id: String::new(), in default()
223 remote_candidate_id: cp.remote.id(), in get_candidate_pairs_stats()
H A Dagent_test.rs1163 if cps.remote_candidate_id == relay_remote.id() { in test_candidate_pair_stats()
1165 } else if cps.remote_candidate_id == srflx_remote.id() { in test_candidate_pair_stats()
1167 } else if cps.remote_candidate_id == prflx_remote.id() { in test_candidate_pair_stats()
1169 } else if cps.remote_candidate_id == host_remote.id() { in test_candidate_pair_stats()
1177 relay_pair_stat.remote_candidate_id, in test_candidate_pair_stats()
1182 srflx_pair_stat.remote_candidate_id, in test_candidate_pair_stats()
1187 prflx_pair_stat.remote_candidate_id, in test_candidate_pair_stats()
1192 host_pair_stat.remote_candidate_id, in test_candidate_pair_stats()
/webrtc/ice/src/stats/
H A Dmod.rs16 pub remote_candidate_id: String, field
/webrtc/webrtc/src/stats/
H A Dmod.rs151 pub remote_candidate_id: String, field
197 id: format!("{}-{}", stats.local_candidate_id, stats.remote_candidate_id), in from()
205 remote_candidate_id: stats.remote_candidate_id, in from()