Searched refs:GetSessionErrorMsg (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | webrtcsession.cc | 844 return BadLocalSdp(desc->type(), GetSessionErrorMsg(), err_desc); in SetLocalDescription() 903 return BadRemoteSdp(desc->type(), GetSessionErrorMsg(), err_desc); in SetRemoteDescription() 963 return BadOfferSdp(source, GetSessionErrorMsg(), err_desc); in UpdateSessionState() 976 return BadPranswerSdp(source, GetSessionErrorMsg(), err_desc); in UpdateSessionState() 1003 return BadAnswerSdp(source, GetSessionErrorMsg(), err_desc); in UpdateSessionState() 1956 return BadSdp(source, type, GetSessionErrorMsg(), err_desc); in ValidateSessionDescription() 2029 std::string WebRtcSession::GetSessionErrorMsg() { in GetSessionErrorMsg() function in webrtc::WebRtcSession
|
D | webrtcsession.h | 456 std::string GetSessionErrorMsg();
|