Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Drelayport.cc161 class AllocateRequest : public StunRequest { class
163 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::AllocateRequest
785 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 …]