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

/external/webrtc/webrtc/p2p/base/
H A Dtransportchannel.h129 GetLocalCertificate() const = 0;
H A Ddtlstransport.h48 bool GetLocalCertificate(
H A Ddtlstransportchannel.h95 rtc::scoped_refptr<rtc::RTCCertificate> GetLocalCertificate() const override;
H A Ddtlstransportchannel_unittest.cc961 ASSERT_TRUE(client1_.transport()->GetLocalCertificate(&certificate1));
962 ASSERT_TRUE(client2_.transport()->GetLocalCertificate(&certificate2));
992 ASSERT_TRUE(client1_.transport()->GetLocalCertificate(&certificate1));
993 ASSERT_TRUE(client2_.transport()->GetLocalCertificate(&certificate2));
H A Dp2ptransportchannel.h134 rtc::scoped_refptr<rtc::RTCCertificate> GetLocalCertificate() const override {
H A Dtransport.h190 virtual bool GetLocalCertificate( function in class:cricket::Transport
H A Dtransportcontroller.h57 bool GetLocalCertificate(
H A Dfaketransportcontroller.h260 rtc::scoped_refptr<rtc::RTCCertificate> GetLocalCertificate() const { function in class:cricket::FakeTransportChannel
382 bool GetLocalCertificate(
H A Dtransportcontroller.cc81 bool TransportController::GetLocalCertificate( function in class:cricket::TransportController
387 return t->GetLocalCertificate(certificate);
H A Dtransportcontroller_unittest.cc283 EXPECT_TRUE(transport_controller_->GetLocalCertificate(
289 EXPECT_FALSE(transport_controller_->GetLocalCertificate(
295 EXPECT_TRUE(transport_controller_->GetLocalCertificate(
H A Ddtlstransportchannel.cc156 DtlsTransportChannelWrapper::GetLocalCertificate() const { function in class:cricket::DtlsTransportChannelWrapper
/external/webrtc/talk/app/webrtc/
H A Dstatscollector_unittest.cc98 MOCK_METHOD2(GetLocalCertificate,
703 GetLocalCertificate(transport_stats.transport_name, _))
816 EXPECT_CALL(session_, GetLocalCertificate(_, _))
862 EXPECT_CALL(session_, GetLocalCertificate(_, _))
974 EXPECT_CALL(session_, GetLocalCertificate(_, _))
1042 EXPECT_CALL(session_, GetLocalCertificate(_, _))
1126 EXPECT_CALL(session_, GetLocalCertificate(_, _))
1177 EXPECT_CALL(session_, GetLocalCertificate(_, _))
1365 EXPECT_CALL(session_, GetLocalCertificate(_, _))
1422 EXPECT_CALL(session_, GetLocalCertificate(
[all...]
H A Dwebrtcsession.h293 virtual bool GetLocalCertificate(
H A Dwebrtcsession.cc1144 bool WebRtcSession::GetLocalCertificate( function in class:webrtc::WebRtcSession
1148 return transport_controller_->GetLocalCertificate(transport_name,
H A Dstatscollector.cc710 if (pc_->session()->GetLocalCertificate(

Completed in 298 milliseconds