Home
last modified time | relevance | path

Searched refs:local_sdp (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/test/pc/e2e/sdp/
Dsdp_changer.h51 LocalAndRemoteSdp(std::unique_ptr<SessionDescriptionInterface> local_sdp, in LocalAndRemoteSdp()
53 : local_sdp(std::move(local_sdp)), remote_sdp(std::move(remote_sdp)) {} in LocalAndRemoteSdp()
56 std::unique_ptr<SessionDescriptionInterface> local_sdp; member
/external/webrtc/test/peer_scenario/
Dscenario_connection.cc34 void SetLocalSdp(SdpType type, const std::string& local_sdp) override;
197 const std::string& local_sdp) { in SetLocalSdp() argument
199 local_description_ = webrtc::CreateSessionDescription(type, local_sdp); in SetLocalSdp()
Dscenario_connection.h54 virtual void SetLocalSdp(SdpType type, const std::string& local_sdp) = 0;
/external/webrtc/test/pc/e2e/
Dpeer_connection_quality_test.cc605 patch_result.local_sdp->ToString(&log_output); in ExchangeOfferAnswer()
611 alice_->SetLocalDescription(std::move(patch_result.local_sdp)); in ExchangeOfferAnswer()
621 patch_result.local_sdp->ToString(&log_output); in ExchangeOfferAnswer()
627 bob_->SetLocalDescription(std::move(patch_result.local_sdp)); in ExchangeOfferAnswer()