Lines Matching refs:RTCError
40 RTCError SrtpTransport::SetSrtpSendKey(const cricket::CryptoParams& params) { in SetSrtpSendKey()
54 return RTCError(RTCErrorType::INVALID_PARAMETER, in SetSrtpSendKey()
61 return RTCError(RTCErrorType::INVALID_PARAMETER, in SetSrtpSendKey()
68 return RTCError(RTCErrorType::INVALID_PARAMETER, in SetSrtpSendKey()
73 return RTCError(RTCErrorType::INVALID_PARAMETER, in SetSrtpSendKey()
77 return RTCError::OK(); in SetSrtpSendKey()
80 RTCError SrtpTransport::SetSrtpReceiveKey(const cricket::CryptoParams& params) { in SetSrtpReceiveKey()
94 return RTCError(RTCErrorType::INVALID_PARAMETER, in SetSrtpReceiveKey()
101 return RTCError(RTCErrorType::INVALID_PARAMETER, in SetSrtpReceiveKey()
108 return RTCError(RTCErrorType::INVALID_PARAMETER, in SetSrtpReceiveKey()
113 return RTCError(RTCErrorType::INVALID_PARAMETER, in SetSrtpReceiveKey()
117 return RTCError::OK(); in SetSrtpReceiveKey()