Searched refs:candidate_id (Results 1 – 6 of 6) sorted by relevance
18 let mut candidate_id = self.base_config.candidate_id; in new_candidate_host() localVariable19 if candidate_id.is_empty() { in new_candidate_host()20 candidate_id = generate_cand_id(); in new_candidate_host()24 id: candidate_id, in new_candidate_host()
28 let mut candidate_id = self.base_config.candidate_id; in new_candidate_peer_reflexive() localVariable29 if candidate_id.is_empty() { in new_candidate_peer_reflexive()30 candidate_id = generate_cand_id(); in new_candidate_peer_reflexive()34 id: candidate_id, in new_candidate_peer_reflexive()
27 let mut candidate_id = self.base_config.candidate_id; in new_candidate_server_reflexive() localVariable28 if candidate_id.is_empty() { in new_candidate_server_reflexive()29 candidate_id = generate_cand_id(); in new_candidate_server_reflexive()33 id: candidate_id, in new_candidate_server_reflexive()
25 let mut candidate_id = self.base_config.candidate_id; in new_candidate_relay() localVariable26 if candidate_id.is_empty() { in new_candidate_relay()27 candidate_id = generate_cand_id(); in new_candidate_relay()37 id: candidate_id, in new_candidate_relay()
25 pub candidate_id: String, field
67 let candidate_id = self.stats_id.clone(); in to_ice() localVariable72 candidate_id, in to_ice()89 candidate_id, in to_ice()106 candidate_id, in to_ice()123 candidate_id, in to_ice()