Home
last modified time | relevance | path

Searched refs:SetSslRole (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransportchannelimpl.h96 virtual bool SetSslRole(rtc::SSLRole role) = 0;
Ddtlstransport.h227 if (!channel->SetSslRole(secure_role_)) { in ApplyNegotiatedTransportDescription()
Ddtlstransportchannel.h135 bool SetSslRole(rtc::SSLRole role) override;
Dp2ptransportchannel.h120 bool SetSslRole(rtc::SSLRole role) override { return false; } in SetSslRole() function
Ddtlstransportchannel.cc172 bool DtlsTransportChannelWrapper::SetSslRole(rtc::SSLRole role) { in SetSslRole() function in cricket::DtlsTransportChannelWrapper
Dfaketransportcontroller.h108 bool SetSslRole(rtc::SSLRole role) override { in SetSslRole() function
Dtransportcontroller_unittest.cc263 ASSERT_TRUE(channel->SetSslRole(rtc::SSL_CLIENT)); in TEST_F()