Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dstun_request.h54 bool HasRequest(int msg_type);
Dstun_request.cc82 bool StunRequestManager::HasRequest(int msg_type) { in HasRequest() function in cricket::StunRequestManager
Dstun_port.h118 return requests_.HasRequest(msg_type); in HasPendingRequest()