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

  /external/webrtc/webrtc/p2p/base/
transportchannelimpl.h 88 virtual bool SetLocalCertificate(
dtlstransport.h 44 void SetLocalCertificate(
90 if (!channel->SetLocalCertificate(certificate_)) {
faketransportcontroller.h 233 bool SetLocalCertificate(
367 kv.second->SetLocalCertificate(certificate_);
378 void SetLocalCertificate(
442 dest_channel->SetLocalCertificate(dest_->certificate_);
transport.h 186 virtual void SetLocalCertificate(
189 // Get a copy of the local certificate provided by SetLocalCertificate.
transportcontroller.cc 75 bool TransportController::SetLocalCertificate(
291 transport->SetLocalCertificate(certificate_);
372 kv.second->SetLocalCertificate(certificate_);
dtlstransportchannel.h 93 bool SetLocalCertificate(
p2ptransportchannel.h 152 bool SetLocalCertificate(
transportcontroller.h 55 bool SetLocalCertificate(
dtlstransportchannel.cc 132 bool DtlsTransportChannelWrapper::SetLocalCertificate(
transportcontroller_unittest.cc 282 EXPECT_TRUE(transport_controller_->SetLocalCertificate(certificate1));
301 EXPECT_FALSE(transport_controller_->SetLocalCertificate(certificate2));
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc     [all...]
  /external/webrtc/talk/session/media/
channel_unittest.cc 178 transport_controller1_.SetLocalCertificate(
184 transport_controller2_.SetLocalCertificate(
    [all...]

Completed in 130 milliseconds