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

  /external/webrtc/webrtc/p2p/base/
transportchannelimpl.h 96 virtual bool SetSslRole(rtc::SSLRole role) = 0;
dtlstransport.h 227 if (!channel->SetSslRole(secure_role_)) {
dtlstransportchannel.h 135 bool SetSslRole(rtc::SSLRole role) override;
p2ptransportchannel.h 120 bool SetSslRole(rtc::SSLRole role) override { return false; }
dtlstransportchannel.cc 172 bool DtlsTransportChannelWrapper::SetSslRole(rtc::SSLRole role) {
faketransportcontroller.h 108 bool SetSslRole(rtc::SSLRole role) override {
transportcontroller_unittest.cc 263 ASSERT_TRUE(channel->SetSslRole(rtc::SSL_CLIENT));

Completed in 3381 milliseconds