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

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

Completed in 510 milliseconds