Home
last modified time | relevance | path

Searched refs:GetRtcpDtlsTransport (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/pc/
H A Djsep_transport_controller.h171 const cricket::DtlsTransportInternal* GetRtcpDtlsTransport(
H A Djsep_transport_controller_unittest.cc409 EXPECT_NE(nullptr, transport_controller_->GetRtcpDtlsTransport(kAudioMid1)); in TEST_F()
413 EXPECT_NE(nullptr, transport_controller_->GetRtcpDtlsTransport(kVideoMid1)); in TEST_F()
421 EXPECT_EQ(nullptr, transport_controller_->GetRtcpDtlsTransport(kVideoMid2)); in TEST_F()
444 EXPECT_EQ(nullptr, transport_controller_->GetRtcpDtlsTransport(kAudioMid1)); in TEST_F()
446 EXPECT_EQ(nullptr, transport_controller_->GetRtcpDtlsTransport(kVideoMid1)); in TEST_F()
H A Djsep_transport_controller.cc142 JsepTransportController::GetRtcpDtlsTransport(const std::string& mid) const { in GetRtcpDtlsTransport() function in webrtc::JsepTransportController