• Home
  • Raw
  • Download

Lines Matching refs:RTCError

29 webrtc::RTCError VerifyCandidate(const cricket::Candidate& cand) {  in VerifyCandidate()
32 return webrtc::RTCError(webrtc::RTCErrorType::INVALID_PARAMETER, in VerifyCandidate()
43 return webrtc::RTCError::OK(); in VerifyCandidate()
47 return webrtc::RTCError( in VerifyCandidate()
53 return webrtc::RTCError( in VerifyCandidate()
59 return webrtc::RTCError::OK(); in VerifyCandidate()
62 webrtc::RTCError VerifyCandidates(const cricket::Candidates& candidates) { in VerifyCandidates()
64 webrtc::RTCError error = VerifyCandidate(candidate); in VerifyCandidates()
69 return webrtc::RTCError::OK(); in VerifyCandidates()
101 RTCError JsepTransportController::SetLocalDescription( in SetLocalDescription()
105 return network_thread_->Invoke<RTCError>( in SetLocalDescription()
120 RTCError JsepTransportController::SetRemoteDescription( in SetRemoteDescription()
124 return network_thread_->Invoke<RTCError>( in SetRemoteDescription()
303 RTCError JsepTransportController::AddRemoteCandidates( in AddRemoteCandidates()
307 return network_thread_->Invoke<RTCError>(RTC_FROM_HERE, [&] { in AddRemoteCandidates()
313 RTCError error = VerifyCandidates(candidates); in AddRemoteCandidates()
321 return RTCError::OK(); in AddRemoteCandidates()
326 RTCError JsepTransportController::RemoveRemoteCandidates( in RemoveRemoteCandidates()
329 return network_thread_->Invoke<RTCError>( in RemoveRemoteCandidates()
334 RTCError error = VerifyCandidates(candidates); in RemoveRemoteCandidates()
370 return RTCError::OK(); in RemoveRemoteCandidates()
559 RTCError JsepTransportController::ApplyDescription_n( in ApplyDescription_n()
572 RTCError error; in ApplyDescription_n()
609 return RTCError(RTCErrorType::INVALID_PARAMETER, in ApplyDescription_n()
658 return RTCError::OK(); in ApplyDescription_n()
661 RTCError JsepTransportController::ValidateAndMaybeUpdateBundleGroup( in ValidateAndMaybeUpdateBundleGroup()
673 return RTCError(RTCErrorType::INVALID_PARAMETER, in ValidateAndMaybeUpdateBundleGroup()
691 return RTCError(RTCErrorType::INVALID_PARAMETER, in ValidateAndMaybeUpdateBundleGroup()
708 return RTCError(RTCErrorType::INVALID_PARAMETER, in ValidateAndMaybeUpdateBundleGroup()
721 return RTCError(RTCErrorType::INVALID_PARAMETER, in ValidateAndMaybeUpdateBundleGroup()
730 return RTCError::OK(); in ValidateAndMaybeUpdateBundleGroup()
735 return RTCError( in ValidateAndMaybeUpdateBundleGroup()
746 return RTCError(RTCErrorType::INVALID_PARAMETER, in ValidateAndMaybeUpdateBundleGroup()
753 return RTCError::OK(); in ValidateAndMaybeUpdateBundleGroup()
756 RTCError JsepTransportController::ValidateContent( in ValidateContent()
762 return RTCError(RTCErrorType::INVALID_PARAMETER, in ValidateContent()
767 return RTCError::OK(); in ValidateContent()
956 RTCError JsepTransportController::MaybeCreateJsepTransport( in MaybeCreateJsepTransport()
963 return RTCError::OK(); in MaybeCreateJsepTransport()
969 return RTCError(RTCErrorType::INVALID_PARAMETER, in MaybeCreateJsepTransport()
1033 return RTCError::OK(); in MaybeCreateJsepTransport()