Searched refs:GetSslRole (Results 1 – 16 of 16) sorted by relevance
148 bool TransportChannelProxy::GetSslRole(talk_base::SSLRole* role) const { in GetSslRole() function in cricket::TransportChannelProxy153 return impl_->GetSslRole(role); in GetSslRole()
103 virtual bool GetSslRole(talk_base::SSLRole* role) const = 0;
74 virtual bool GetSslRole(talk_base::SSLRole* role) const;
113 virtual bool GetSslRole(talk_base::SSLRole* role) const { in GetSslRole() function
165 virtual bool GetSslRole(talk_base::SSLRole* role) const;
333 virtual bool GetSslRole(talk_base::SSLRole* ssl_role) const;
684 EXPECT_TRUE(client1_.transport()->GetSslRole(&channel1_role)); in TEST_F()685 EXPECT_TRUE(client2_.transport()->GetSslRole(&channel2_role)); in TEST_F()
199 bool DtlsTransportChannelWrapper::GetSslRole(talk_base::SSLRole* role) const { in GetSslRole() function in cricket::DtlsTransportChannelWrapper
126 virtual bool GetSslRole(talk_base::SSLRole* role) const { in GetSslRole() function
409 bool Transport::GetSslRole(talk_base::SSLRole* ssl_role) const { in GetSslRole() function in cricket::Transport
46 MOCK_CONST_METHOD1(GetSslRole, bool(talk_base::SSLRole* role));
566 bool WebRtcSession::GetSslRole(talk_base::SSLRole* role) { in GetSslRole() function in webrtc::WebRtcSession580 return iter->second->impl()->GetSslRole(role); in GetSslRole()643 if (data_channel_type_ == cricket::DCT_SCTP && GetSslRole(&role)) { in SetLocalDescription()700 if (data_channel_type_ == cricket::DCT_SCTP && GetSslRole(&role)) { in SetRemoteDescription()1038 if (GetSslRole(&role) && in CreateDataChannel()
139 bool GetSslRole(talk_base::SSLRole* role);
342 if (session_->GetSslRole(&ssl_role)) { in InternalCreateAnswer()
1038 if (!channel->GetSslRole(&role)) { in SetupDtlsSrtp()