/external/webrtc/talk/app/webrtc/ |
D | statscollector_unittest.cc | 101 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 …]
|
D | webrtcsession.h | 298 virtual bool GetRemoteSSLCertificate(const std::string& transport_name,
|
D | webrtcsession.cc | 1152 bool WebRtcSession::GetRemoteSSLCertificate(const std::string& transport_name, in GetRemoteSSLCertificate() function in webrtc::WebRtcSession 1155 return transport_controller_->GetRemoteSSLCertificate(transport_name, cert); in GetRemoteSSLCertificate()
|
D | statscollector.cc | 718 if (pc_->session()->GetRemoteSSLCertificate( in ExtractSessionInfo()
|
/external/webrtc/webrtc/p2p/base/ |
D | transport.cc | 80 bool Transport::GetRemoteSSLCertificate(rtc::SSLCertificate** cert) { in GetRemoteSSLCertificate() function in cricket::Transport 86 return iter->second->GetRemoteSSLCertificate(cert); in GetRemoteSSLCertificate()
|
D | transportchannel.h | 132 virtual bool GetRemoteSSLCertificate(rtc::SSLCertificate** cert) const = 0;
|
D | dtlstransportchannel_unittest.cc | 966 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()
|
D | transport.h | 196 bool GetRemoteSSLCertificate(rtc::SSLCertificate** cert);
|
D | transportcontroller.cc | 89 bool TransportController::GetRemoteSSLCertificate( in GetRemoteSSLCertificate() function in cricket::TransportController 400 return t->GetRemoteSSLCertificate(cert); in GetRemoteSSLCertificate_w()
|
D | transportcontroller.h | 61 bool GetRemoteSSLCertificate(const std::string& transport_name,
|
D | dtlstransportchannel.h | 142 bool GetRemoteSSLCertificate(rtc::SSLCertificate** cert) const override;
|
D | p2ptransportchannel.h | 138 bool GetRemoteSSLCertificate(rtc::SSLCertificate** cert) const override { in GetRemoteSSLCertificate() function
|
D | transportcontroller_unittest.cc | 312 EXPECT_TRUE(transport_controller_->GetRemoteSSLCertificate( in TEST_F() 318 EXPECT_FALSE(transport_controller_->GetRemoteSSLCertificate( in TEST_F()
|
D | dtlstransportchannel.cc | 246 bool DtlsTransportChannelWrapper::GetRemoteSSLCertificate( in GetRemoteSSLCertificate() function in cricket::DtlsTransportChannelWrapper
|
D | faketransportcontroller.h | 264 bool GetRemoteSSLCertificate(rtc::SSLCertificate** cert) const override { in GetRemoteSSLCertificate() function
|