Home
last modified time | relevance | path

Searched defs:OnIceCandidateError (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/test/peer_scenario/
Dpeer_scenario_client.cc85 void OnIceCandidateError(const std::string& address, in OnIceCandidateError() function in webrtc::test::__anonc51626410111::LambdaPeerConnectionObserver
/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/pc/
Dpeer_connection_integrationtest.cc996 void OnIceCandidateError(const std::string& address, in OnIceCandidateError() function in webrtc::__anon0b79b3a70111::PeerConnectionWrapper
5254 TEST_P(PeerConnectionIntegrationTest, OnIceCandidateError) { in TEST_P() argument
Dpeer_connection.cc4641 void PeerConnection::OnIceCandidateError(const std::string& address, in OnIceCandidateError() function in webrtc::PeerConnection