Home
last modified time | relevance | path

Searched refs:GetDtlsRole (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/pc/
Djsep_transport_unittest.cc252 auto role = jsep_transport_->GetDtlsRole(); in TEST_P()
303 auto role = jsep_transport_->GetDtlsRole(); in TEST_P()
481 EXPECT_EQ(rtc::SSL_CLIENT, *jsep_transport_->GetDtlsRole()); in TEST_P()
523 EXPECT_EQ(rtc::SSL_SERVER, *jsep_transport_->GetDtlsRole()); in TEST_P()
782 absl::optional<rtc::SSLRole> role = jsep_transport_->GetDtlsRole(); in TEST_F()
827 absl::optional<rtc::SSLRole> role = jsep_transport_->GetDtlsRole(); in TEST_F()
872 absl::optional<rtc::SSLRole> role = jsep_transport_->GetDtlsRole(); in TEST_F()
Djsep_transport.cc351 absl::optional<rtc::SSLRole> JsepTransport::GetDtlsRole() const { in GetDtlsRole() function in cricket::JsepTransport
357 if (!rtp_dtls_transport_->internal()->GetDtlsRole(&dtls_role)) { in GetDtlsRole()
667 auto current_dtls_role = GetDtlsRole(); in NegotiateDtlsRole()
Ddtls_srtp_transport.cc257 if (!dtls_transport->GetDtlsRole(&role)) { in ExtractParams()
Djsep_transport.h145 absl::optional<rtc::SSLRole> GetDtlsRole() const
Djsep_transport_controller.h179 absl::optional<rtc::SSLRole> GetDtlsRole(const std::string& mid) const;
Djsep_transport_controller.cc213 absl::optional<rtc::SSLRole> JsepTransportController::GetDtlsRole( in GetDtlsRole() function in webrtc::JsepTransportController
217 RTC_FROM_HERE, [&] { return GetDtlsRole(mid); }); in GetDtlsRole()
224 return t->GetDtlsRole(); in GetDtlsRole()
Djsep_transport_controller_unittest.cc585 TEST_F(JsepTransportControllerTest, GetDtlsRole) { in TEST_F() argument
607 transport_controller_->GetDtlsRole(kAudioMid1); in TEST_F()
613 role = transport_controller_->GetDtlsRole(kAudioMid1); in TEST_F()
Dpeer_connection.cc5798 dtls_role = transport_controller_->GetDtlsRole(*sctp_mid_s_); in GetSctpSslRole()
5818 auto dtls_role = transport_controller_->GetDtlsRole(content_name); in GetSslRole()
/external/webrtc/p2p/base/
Ddtls_transport_internal.h73 virtual bool GetDtlsRole(rtc::SSLRole* role) const = 0;
Ddtls_transport.h150 bool GetDtlsRole(rtc::SSLRole* role) const override;
Dfake_dtls_transport.h150 bool GetDtlsRole(rtc::SSLRole* role) const override { in GetDtlsRole() function
Ddtls_transport.cc222 bool DtlsTransport::GetDtlsRole(rtc::SSLRole* role) const { in GetDtlsRole() function in cricket::DtlsTransport