HomeSort by relevance Sort by last modified time
    Searched refs:GetLocalCertificate (Results 1 - 15 of 15) sorted by null

  /external/webrtc/webrtc/p2p/base/
transportchannel.h 129 GetLocalCertificate() const = 0;
dtlstransport.h 48 bool GetLocalCertificate(
transport.h 190 virtual bool GetLocalCertificate(
faketransportcontroller.h 260 rtc::scoped_refptr<rtc::RTCCertificate> GetLocalCertificate() const {
382 bool GetLocalCertificate(
dtlstransportchannel.h 95 rtc::scoped_refptr<rtc::RTCCertificate> GetLocalCertificate() const override;
dtlstransportchannel_unittest.cc     [all...]
p2ptransportchannel.h 134 rtc::scoped_refptr<rtc::RTCCertificate> GetLocalCertificate() const override {
transportcontroller.h 57 bool GetLocalCertificate(
transportcontroller.cc 81 bool TransportController::GetLocalCertificate(
387 return t->GetLocalCertificate(certificate);
transportcontroller_unittest.cc 283 EXPECT_TRUE(transport_controller_->GetLocalCertificate(
289 EXPECT_FALSE(transport_controller_->GetLocalCertificate(
295 EXPECT_TRUE(transport_controller_->GetLocalCertificate(
dtlstransportchannel.cc 156 DtlsTransportChannelWrapper::GetLocalCertificate() const {
  /external/webrtc/talk/app/webrtc/
statscollector_unittest.cc 98 MOCK_METHOD2(GetLocalCertificate,
703 GetLocalCertificate(transport_stats.transport_name, _))
    [all...]
webrtcsession.h 293 virtual bool GetLocalCertificate(
webrtcsession.cc     [all...]
statscollector.cc 710 if (pc_->session()->GetLocalCertificate(
    [all...]

Completed in 283 milliseconds