Searched refs:OnIceCandidateError (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/api/ |
D | peer_connection_interface.h | 1167 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/ |
D | peer_scenario_client.cc | 85 void OnIceCandidateError(const std::string& address, in OnIceCandidateError() function in webrtc::test::__anon46b3e7bc0111::LambdaPeerConnectionObserver
|
/external/webrtc/pc/ |
D | peer_connection.h | 523 void OnIceCandidateError(const std::string& address,
|
D | peer_connection.cc | 4641 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()
|
D | peer_connection_integrationtest.cc | 996 void OnIceCandidateError(const std::string& address, in OnIceCandidateError() function in webrtc::__anonb00edc420111::PeerConnectionWrapper 5254 TEST_P(PeerConnectionIntegrationTest, OnIceCandidateError) { in TEST_P() argument
|