Searched refs:AllocateRequest (Results 1 – 1 of 1) sorted by relevance
161 class AllocateRequest : public StunRequest { class163 AllocateRequest(RelayEntry* entry, RelayConnection* connection);164 virtual ~AllocateRequest() {} in ~AllocateRequest()448 request_manager_->SendDelayed(new AllocateRequest(entry, this), delay); in SendAllocateRequest()777 AllocateRequest::AllocateRequest(RelayEntry* entry, in AllocateRequest() function in cricket::AllocateRequest785 void AllocateRequest::Prepare(StunMessage* request) { in Prepare()796 void AllocateRequest::OnSent() { in OnSent()802 int AllocateRequest::resend_delay() { in resend_delay()810 void AllocateRequest::OnResponse(StunMessage* response) { in OnResponse()827 void AllocateRequest::OnErrorResponse(StunMessage* response) { in OnErrorResponse()[all …]