Home
last modified time | relevance | path

Searched refs:GetRemoteSSLCertificate (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dstatscollector_unittest.cc101 MOCK_METHOD2(GetRemoteSSLCertificate,
706 GetRemoteSSLCertificate(transport_stats.transport_name, _)) in TestCertificateReports()
818 EXPECT_CALL(session_, GetRemoteSSLCertificate(_, _)) in TEST_F()
864 EXPECT_CALL(session_, GetRemoteSSLCertificate(_, _)) in TEST_F()
976 EXPECT_CALL(session_, GetRemoteSSLCertificate(_, _)) in TEST_F()
1044 EXPECT_CALL(session_, GetRemoteSSLCertificate(_, _)) in TEST_F()
1128 EXPECT_CALL(session_, GetRemoteSSLCertificate(_, _)) in TEST_F()
1179 EXPECT_CALL(session_, GetRemoteSSLCertificate(_, _)) in TEST_F()
1367 EXPECT_CALL(session_, GetRemoteSSLCertificate(_, _)) in TEST_F()
1424 EXPECT_CALL(session_, GetRemoteSSLCertificate(_, _)) in TEST_F()
[all …]
Dwebrtcsession.h298 virtual bool GetRemoteSSLCertificate(const std::string& transport_name,
Dwebrtcsession.cc1152 bool WebRtcSession::GetRemoteSSLCertificate(const std::string& transport_name, in GetRemoteSSLCertificate() function in webrtc::WebRtcSession
1155 return transport_controller_->GetRemoteSSLCertificate(transport_name, cert); in GetRemoteSSLCertificate()
Dstatscollector.cc718 if (pc_->session()->GetRemoteSSLCertificate( in ExtractSessionInfo()
/external/webrtc/webrtc/p2p/base/
Dtransport.cc80 bool Transport::GetRemoteSSLCertificate(rtc::SSLCertificate** cert) { in GetRemoteSSLCertificate() function in cricket::Transport
86 return iter->second->GetRemoteSSLCertificate(cert); in GetRemoteSSLCertificate()
Dtransportchannel.h132 virtual bool GetRemoteSSLCertificate(rtc::SSLCertificate** cert) const = 0;
Ddtlstransportchannel_unittest.cc966 client1_.transport()->GetRemoteSSLCertificate(remote_cert1.accept())); in TEST_F()
969 client2_.transport()->GetRemoteSSLCertificate(remote_cert2.accept())); in TEST_F()
999 client1_.transport()->GetRemoteSSLCertificate(remote_cert1.accept())); in TEST_F()
1003 client2_.transport()->GetRemoteSSLCertificate(remote_cert2.accept())); in TEST_F()
Dtransport.h196 bool GetRemoteSSLCertificate(rtc::SSLCertificate** cert);
Dtransportcontroller.cc89 bool TransportController::GetRemoteSSLCertificate( in GetRemoteSSLCertificate() function in cricket::TransportController
400 return t->GetRemoteSSLCertificate(cert); in GetRemoteSSLCertificate_w()
Dtransportcontroller.h61 bool GetRemoteSSLCertificate(const std::string& transport_name,
Ddtlstransportchannel.h142 bool GetRemoteSSLCertificate(rtc::SSLCertificate** cert) const override;
Dp2ptransportchannel.h138 bool GetRemoteSSLCertificate(rtc::SSLCertificate** cert) const override { in GetRemoteSSLCertificate() function
Dtransportcontroller_unittest.cc312 EXPECT_TRUE(transport_controller_->GetRemoteSSLCertificate( in TEST_F()
318 EXPECT_FALSE(transport_controller_->GetRemoteSSLCertificate( in TEST_F()
Ddtlstransportchannel.cc246 bool DtlsTransportChannelWrapper::GetRemoteSSLCertificate( in GetRemoteSSLCertificate() function in cricket::DtlsTransportChannelWrapper
Dfaketransportcontroller.h264 bool GetRemoteSSLCertificate(rtc::SSLCertificate** cert) const override { in GetRemoteSSLCertificate() function