Home
last modified time | relevance | path

Searched refs:OnIceCandidateError (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/api/
Dpeer_connection_interface.h1167 virtual void OnIceCandidateError(const std::string& host_candidate, in OnIceCandidateError() function
1174 virtual void OnIceCandidateError(const std::string& address, in OnIceCandidateError() function
/external/webrtc/test/peer_scenario/
Dpeer_scenario_client.cc85 void OnIceCandidateError(const std::string& address, in OnIceCandidateError() function in webrtc::test::__anon46b3e7bc0111::LambdaPeerConnectionObserver
/external/webrtc/pc/
Dpeer_connection.h523 void OnIceCandidateError(const std::string& address,
Dpeer_connection.cc4641 void PeerConnection::OnIceCandidateError(const std::string& address, in OnIceCandidateError() function in webrtc::PeerConnection
4649 Observer()->OnIceCandidateError(address, port, url, error_code, error_text); in OnIceCandidateError()
4651 Observer()->OnIceCandidateError(address + ":", url, error_code, error_text); in OnIceCandidateError()
6216 OnIceCandidateError(event.address, event.port, event.url, event.error_code, in OnTransportControllerCandidateError()
Dpeer_connection_integrationtest.cc996 void OnIceCandidateError(const std::string& address, in OnIceCandidateError() function in webrtc::__anonb00edc420111::PeerConnectionWrapper
5254 TEST_P(PeerConnectionIntegrationTest, OnIceCandidateError) { in TEST_P() argument