Searched refs:GetRtcpDtlsTransport (Results 1 – 3 of 3) sorted by relevance
171 const cricket::DtlsTransportInternal* GetRtcpDtlsTransport(
409 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()
142 JsepTransportController::GetRtcpDtlsTransport(const std::string& mid) const { in GetRtcpDtlsTransport() function in webrtc::JsepTransportController