Searched refs:candidate_type (Results 1 – 9 of 9) sorted by relevance
37 const char* IceCandidateTypeToStatsType(const std::string& candidate_type);
460 const char* IceCandidateTypeToStatsType(const std::string& candidate_type) { in IceCandidateTypeToStatsType() argument461 if (candidate_type == cricket::LOCAL_PORT_TYPE) { in IceCandidateTypeToStatsType()464 if (candidate_type == cricket::STUN_PORT_TYPE) { in IceCandidateTypeToStatsType()467 if (candidate_type == cricket::PRFLX_PORT_TYPE) { in IceCandidateTypeToStatsType()470 if (candidate_type == cricket::RELAY_PORT_TYPE) { in IceCandidateTypeToStatsType()
182 const std::string& candidate_type, in CreateFakeCandidate() argument188 candidate->set_type(candidate_type); in CreateFakeCandidate()1076 expected_a_local_host.candidate_type = "host"; in TEST_F()1089 expected_a_remote_srflx.candidate_type = "srflx"; in TEST_F()1104 expected_a_local_prflx.candidate_type = "prflx"; in TEST_F()1118 expected_a_remote_relay.candidate_type = "relay"; in TEST_F()1135 expected_a_local_relay.candidate_type = "relay"; in TEST_F()1151 expected_b_local.candidate_type = "host"; in TEST_F()1165 expected_b_remote.candidate_type = "host"; in TEST_F()1366 expected_local_candidate.candidate_type = "host"; in TEST_F()[all …]
1102 std::string candidate_type; in ParseCandidate() local1105 candidate_type = cricket::LOCAL_PORT_TYPE; in ParseCandidate()1107 candidate_type = cricket::STUN_PORT_TYPE; in ParseCandidate()1109 candidate_type = cricket::RELAY_PORT_TYPE; in ParseCandidate()1111 candidate_type = cricket::PRFLX_PORT_TYPE; in ParseCandidate()1199 address, priority, username, password, candidate_type, in ParseCandidate()
531 verifier.TestMemberIsDefined(candidate.candidate_type); in VerifyRTCIceCandidateStats()
615 candidate_stats->candidate_type = in ProduceIceCandidateStats()
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()
262 &candidate_type,284 candidate_type("candidateType"), in RTCIceCandidateStats()298 candidate_type(other.candidate_type), in RTCIceCandidateStats()
217 RTCStatsMember<std::string> candidate_type; variable