Searched refs:candidate_type (Results 1 – 5 of 5) sorted by relevance
49 const char* IceCandidateTypeToStatsType(const std::string& candidate_type);
331 const char* IceCandidateTypeToStatsType(const std::string& candidate_type) { in IceCandidateTypeToStatsType() argument332 if (candidate_type == cricket::LOCAL_PORT_TYPE) { in IceCandidateTypeToStatsType()335 if (candidate_type == cricket::STUN_PORT_TYPE) { in IceCandidateTypeToStatsType()338 if (candidate_type == cricket::PRFLX_PORT_TYPE) { in IceCandidateTypeToStatsType()341 if (candidate_type == cricket::RELAY_PORT_TYPE) { in IceCandidateTypeToStatsType()
1024 std::string candidate_type; in ParseCandidate() local1027 candidate_type = cricket::LOCAL_PORT_TYPE; in ParseCandidate()1029 candidate_type = cricket::STUN_PORT_TYPE; in ParseCandidate()1031 candidate_type = cricket::RELAY_PORT_TYPE; in ParseCandidate()1100 address, priority, username, password, candidate_type, in ParseCandidate()
250 unsigned short candidate_type in get_homogeneous_type() local269 if (candidate_type != iteration_type) in get_homogeneous_type()272 return candidate_type; in get_homogeneous_type()
253 unsigned short candidate_type in get_homogeneous_type() local272 if (candidate_type != iteration_type) in get_homogeneous_type()275 return candidate_type; in get_homogeneous_type()