Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dturnport.cc165 void OnChannelBindError(StunMessage* response, int code);
1377 entry_->OnChannelBindError(response, error_code->code()); in OnErrorResponse()
1491 void TurnEntry::OnChannelBindError(StunMessage* response, int code) { in OnChannelBindError() function in cricket::TurnEntry