Searched refs:SetMid (Results 1 – 12 of 12) sorted by relevance
63 void SetMid(const std::string& mid) RTC_LOCKS_EXCLUDED(send_mutex_);
225 virtual void SetMid(const std::string& mid) = 0;
114 void SetMid(const std::string& mid) override;
227 void ModuleRtpRtcpImpl2::SetMid(const std::string& mid) { in SetMid() function in webrtc::ModuleRtpRtcpImpl2229 rtp_sender_->packet_generator.SetMid(mid); in SetMid()
105 void SetMid(const std::string& mid) override;
283 void ModuleRtpRtcpImpl::SetMid(const std::string& mid) { in SetMid() function in webrtc::ModuleRtpRtcpImpl285 rtp_sender_->packet_generator.SetMid(mid); in SetMid()
661 void RTPSender::SetMid(const std::string& mid) { in SetMid() function in webrtc::RTPSender
456 rtp_sender()->SetMid(mid); in EnableMidSending()2134 rtp_sender()->SetMid("foo"); in TEST_P()
72 MOCK_METHOD(void, SetMid, (const std::string& mid), (override));
314 rtp_rtcp_module_->SetMid(new_config.rtp.mid); in ConfigureStream()
418 stream.rtp_rtcp->SetMid(rtp_config_.mid); in RtpVideoSender()
828 void SetMid(const std::string& mid) { in SetMid() function in cricket::WebRtcVoiceMediaChannel::WebRtcAudioSendStream1428 it.second->SetMid(params.mid); in SetSendParameters()