Searched refs:SdpTypeToString (Results 1 – 8 of 8) sorted by relevance
198 << webrtc::SdpTypeToString(desc->GetType()) in OnSuccess()233 << ": SetLocalDescription " << webrtc::SdpTypeToString(type) in SetLocalDescription()244 << ": SetRemoteDescription " << webrtc::SdpTypeToString(type) in SetRemoteDescription()
29 const char* SdpTypeToString(SdpType type) { in SdpTypeToString() function
64 virtual std::string type() const { return SdpTypeToString(type_); } in type()
115 RTC_EXPORT const char* SdpTypeToString(SdpType type);
585 webrtc::SdpTypeToString(desc->GetType()); in OnSuccess()
72 << param.remote_role << " LocalType " << SdpTypeToString(param.local_type) in operator <<()73 << " RemoteType " << SdpTypeToString(param.remote_type) << "]"; in operator <<()
522 const char* str = webrtc::SdpTypeToString(type); in TEST_P()
188 << " " << SdpTypeToString(type) << " sdp: "; in GetSetDescriptionErrorMessage()1606 RTC_LOG(LS_ERROR) << error.message() << " (" << SdpTypeToString(type) in ApplyLocalDescription()1673 RTC_LOG(LS_ERROR) << error.message() << " (" << SdpTypeToString(type) in ApplyLocalDescription()1686 RTC_LOG(LS_ERROR) << error.message() << " (" << SdpTypeToString(type) in ApplyLocalDescription()