Searched refs:OnAllocateError (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/p2p/base/ |
D | turn_port.cc | 361 OnAllocateError(STUN_ERROR_UNAUTHORIZED, in PrepareAddress() 376 OnAllocateError(STUN_ERROR_SERVER_ERROR, in PrepareAddress() 388 OnAllocateError(STUN_ERROR_GLOBAL_FAILURE, in PrepareAddress() 401 OnAllocateError(SERVER_NOT_REACHABLE_ERROR, in PrepareAddress() 522 OnAllocateError( in OnSocketConnect() 553 OnAllocateError(STUN_ERROR_ALLOCATION_MISMATCH, in OnAllocateMismatch() 832 OnAllocateError(SERVER_NOT_REACHABLE_ERROR, in ResolveTurnAddress() 847 OnAllocateError(SERVER_NOT_REACHABLE_ERROR, in ResolveTurnAddress() 902 void TurnPort::OnAllocateError(int error_code, absl::string_view reason) { in OnAllocateError() function in cricket::TurnPort 950 OnAllocateError(SERVER_NOT_REACHABLE_ERROR, ""); in Close() [all …]
|
D | turn_port.h | 271 void OnAllocateError(int error_code, absl::string_view reason);
|