Lines Matching defs:error
185 const RTCError& error) { in GetSetDescriptionErrorMessage()
479 auto error = FindDuplicateCodecParameters( in ValidateBundledPayloadTypes() local
488 auto error = FindDuplicateCodecParameters( in ValidateBundledPayloadTypes() local
1061 void OnFailure(RTCError error) override { in OnFailure()
1109 void OnFailure(RTCError error) override { in OnFailure()
1145 void OnSetLocalDescriptionComplete(RTCError error) override { in OnSetLocalDescriptionComplete()
1149 void OnSetRemoteDescriptionComplete(RTCError error) override { in OnSetRemoteDescriptionComplete()
1154 void OnSetDescriptionComplete(RTCError error) { in OnSetDescriptionComplete()
1596 RTCError error = PushdownTransportDescription(cricket::CS_LOCAL, type); in ApplyLocalDescription() local
1671 RTCError error = CreateChannels(*local_description()->description()); in ApplyLocalDescription() local
2225 RTCError error = ValidateSessionDescription(desc.get(), cricket::CS_LOCAL, in DoSetLocalDescription() local
2302 std::string error = "CreateOffer called when PeerConnection is closed."; in DoCreateOffer() local
2322 std::string error = "CreateOffer called with invalid options."; in DoCreateOffer() local
2333 RTCError error = HandleLegacyOfferOptions(options); in DoCreateOffer() local
2399 std::string error = in DoCreateAnswer() local
2671 RTCError error = transport_controller_s()->RemoveRemoteCandidates(candidates); in RemoveIceCandidates() local
3359 RTCError error = ValidateMids(*sdesc->description()); in ValidateSessionDescription() local
3516 RTCError error = in UpdateTransceiversAndDataChannels() local
3558 RTCError error = UpdateDataChannel(source, new_content, bundle_group); in UpdateTransceiversAndDataChannels() local
3661 RTCError error = in AssociateTransceiver() local
3682 RTCError error = UpdateSimulcastLayerStatusInSender( in AssociateTransceiver() local
3723 auto error = transceiver->internal()->CreateChannel( in UpdateTransceiverChannel() local
3749 RTCError error(RTCErrorType::OPERATION_ERROR_WITH_DATA, sb.Release()); in UpdateDataChannel() local
4291 void SdpOfferAnswerHandler::SetSessionError(SessionError error, in SetSessionError()
4630 std::string error; in PushdownMediaDescription() local
4750 RTCError error(RTCErrorType::OPERATION_ERROR_WITH_DATA, in RemoveUnusedChannels() local
4758 RTCError error(RTCErrorType::OPERATION_ERROR_WITH_DATA, sb.Release()); in RemoveUnusedChannels() local
4823 RTCError error = cricket::VerifyCandidate(c); in UseCandidate() local
4910 auto error = in CreateChannels() local
4927 auto error = in CreateChannels() local
4971 void SdpOfferAnswerHandler::DestroyDataChannelTransport(RTCError error) { in DestroyDataChannelTransport()