Searched refs:remote_certificate_id (Results 1 – 7 of 7) sorted by relevance
968 &remote_certificate_id,989 remote_certificate_id("remoteCertificateId"), in RTCTransportStats()1005 remote_certificate_id(other.remote_certificate_id), in RTCTransportStats()
128 AddIdIfDefined(transport.remote_certificate_id, &neighbor_ids); in GetStatsReferencedIds()
712 std::string remote_certificate_id = in TestCertificateReports() local716 EXPECT_NE(kNotFound, remote_certificate_id); in TestCertificateReports()717 StatsReport::Id id(IdFromCertIdString(remote_certificate_id)); in TestCertificateReports()720 EXPECT_EQ(kNotFound, remote_certificate_id); in TestCertificateReports()1440 std::string remote_certificate_id = in TEST_F() local1443 ASSERT_EQ(kNotFound, remote_certificate_id); in TEST_F()
1801 std::string remote_certificate_id; in ProduceTransportStats_n() local1803 remote_certificate_id = RTCCertificateIDFromFingerprint( in ProduceTransportStats_n()1840 if (!remote_certificate_id.empty()) in ProduceTransportStats_n()1841 transport_stats->remote_certificate_id = remote_certificate_id; in ProduceTransportStats_n()
2283 expected_rtp_transport.remote_certificate_id = in TEST_F()2288 expected_rtcp_transport.remote_certificate_id = in TEST_F()2289 *expected_rtp_transport.remote_certificate_id; in TEST_F()
1078 verifier.TestMemberIsIDReference(transport.remote_certificate_id, in VerifyRTCTransportStats()
630 RTCStatsMember<std::string> remote_certificate_id; variable