Searched refs:OnAllocateError (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/p2p/base/ |
D | turn_port.cc | 339 OnAllocateError(STUN_ERROR_UNAUTHORIZED, in PrepareAddress() 357 OnAllocateError(STUN_ERROR_GLOBAL_FAILURE, in PrepareAddress() 370 OnAllocateError(SERVER_NOT_REACHABLE_ERROR, in PrepareAddress() 489 OnAllocateError( in OnSocketConnect() 520 OnAllocateError(STUN_ERROR_ALLOCATION_MISMATCH, in OnAllocateMismatch() 814 OnAllocateError(SERVER_NOT_REACHABLE_ERROR, in OnResolveResult() 829 OnAllocateError(SERVER_NOT_REACHABLE_ERROR, in OnResolveResult() 881 void TurnPort::OnAllocateError(int error_code, const std::string& reason) { in OnAllocateError() function in cricket::TurnPort 929 OnAllocateError(SERVER_NOT_REACHABLE_ERROR, ""); in Close() 983 OnAllocateError(SERVER_NOT_REACHABLE_ERROR, in OnAllocateRequestTimeout() [all …]
|
D | turn_port.h | 313 void OnAllocateError(int error_code, const std::string& reason);
|