Home
last modified time | relevance | path

Searched refs:GetSessionErrorMsg (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/pc/
Dpeer_connection.cc2207 std::string error_message = GetSessionErrorMsg(); in DoCreateOffer()
2354 std::string error_message = GetSessionErrorMsg(); in DoCreateAnswer()
2506 std::string error_message = GetSessionErrorMsg(); in DoSetLocalDescription()
2728 LOG_AND_RETURN_ERROR(RTCErrorType::INTERNAL_ERROR, GetSessionErrorMsg()); in ApplyLocalDescription()
2961 std::string error_message = GetSessionErrorMsg(); in DoSetRemoteDescription()
3153 LOG_AND_RETURN_ERROR(RTCErrorType::INTERNAL_ERROR, GetSessionErrorMsg()); in ApplyRemoteDescription()
6634 LOG_AND_RETURN_ERROR(RTCErrorType::INTERNAL_ERROR, GetSessionErrorMsg()); in ValidateSessionDescription()
6776 std::string PeerConnection::GetSessionErrorMsg() { in GetSessionErrorMsg() function in webrtc::PeerConnection
Dpeer_connection.h1042 std::string GetSessionErrorMsg() RTC_RUN_ON(signaling_thread());