Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dturnport.cc70 void OnAuthChallenge(StunMessage* response, int code);
1097 OnAuthChallenge(response, error_code->code()); in OnErrorResponse()
1122 void TurnAllocateRequest::OnAuthChallenge(StunMessage* response, int code) { in OnAuthChallenge() function in cricket::TurnAllocateRequest