Home
last modified time | relevance | path

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

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