Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dturnport.cc111 class TurnChannelBindRequest : public StunRequest, class
114 TurnChannelBindRequest(TurnPort* port, TurnEntry* entry, int channel_id,
1324 TurnChannelBindRequest::TurnChannelBindRequest( in TurnChannelBindRequest() function in cricket::TurnChannelBindRequest
1333 this, &TurnChannelBindRequest::OnEntryDestroyed); in TurnChannelBindRequest()
1336 void TurnChannelBindRequest::Prepare(StunMessage* request) { in Prepare()
1346 void TurnChannelBindRequest::OnSent() { in OnSent()
1352 void TurnChannelBindRequest::OnResponse(StunMessage* response) { in OnResponse()
1370 void TurnChannelBindRequest::OnErrorResponse(StunMessage* response) { in OnErrorResponse()
1381 void TurnChannelBindRequest::OnTimeout() { in OnTimeout()
1389 void TurnChannelBindRequest::OnEntryDestroyed(TurnEntry* entry) { in OnEntryDestroyed()
[all …]
Dturnport.h284 friend class TurnChannelBindRequest; variable