Searched refs:ValidateIceConfig (Results 1 – 3 of 3) sorted by relevance
129 static webrtc::RTCError ValidateIceConfig(const IceConfig& config);
164 RTC_DCHECK(ValidateIceConfig(config_).ok()); in P2PTransportChannel()739 RTC_DCHECK(ValidateIceConfig(config_).ok()); in SetIceConfig()750 RTCError P2PTransportChannel::ValidateIceConfig(const IceConfig& config) { in ValidateIceConfig() function in cricket::P2PTransportChannel
1378 return cricket::P2PTransportChannel::ValidateIceConfig( in ValidateConfiguration()