Searched refs:set_remote_offer (Results 1 – 2 of 2) sorted by relevance
218 bool set_remote_offer = answerer->SetRemoteDescription(std::move(offer)); in ExchangeOfferAnswerWith() local219 EXPECT_TRUE(set_remote_offer); in ExchangeOfferAnswerWith()220 if (!set_remote_offer) { in ExchangeOfferAnswerWith()
613 bool set_remote_offer = in ExchangeOfferAnswer() local615 RTC_CHECK(set_remote_offer); in ExchangeOfferAnswer()