Home
last modified time | relevance | path

Searched defs:GetDtlsRole (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/pc/
Djsep_transport.cc334 absl::optional<rtc::SSLRole> JsepTransport::GetDtlsRole() const { in GetDtlsRole() function in cricket::JsepTransport
Djsep_transport_controller.cc198 absl::optional<rtc::SSLRole> JsepTransportController::GetDtlsRole( in GetDtlsRole() function in webrtc::JsepTransportController
Djsep_transport_controller_unittest.cc608 TEST_F(JsepTransportControllerTest, GetDtlsRole) { in TEST_F() argument
Dsdp_offer_answer.cc3122 absl::optional<rtc::SSLRole> SdpOfferAnswerHandler::GetDtlsRole( in GetDtlsRole() function in webrtc::SdpOfferAnswerHandler
/external/webrtc/p2p/base/
Dfake_dtls_transport.h165 bool GetDtlsRole(rtc::SSLRole* role) const override { in GetDtlsRole() function
Ddtls_transport.cc212 bool DtlsTransport::GetDtlsRole(rtc::SSLRole* role) const { in GetDtlsRole() function in cricket::DtlsTransport