Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/p2p/base/
H A Dport.cc380 RTC_LOG(LS_INFO) << "Received " << StunMethodToString(msg->type()) in OnReadPacket()
468 << StunMethodToString(stun_msg->type()) in GetStunMessage()
482 << StunMethodToString(stun_msg->type()) in GetStunMessage()
494 << StunMethodToString(stun_msg->type()) in GetStunMessage()
516 << StunMethodToString(stun_msg->type()) in GetStunMessage()
524 << StunMethodToString(stun_msg->type()) in GetStunMessage()
543 << StunMethodToString(stun_msg->type()) << ": from " in GetStunMessage()
561 << StunMethodToString(stun_msg->type()) in GetStunMessage()
569 << StunMethodToString(stun_msg->type()) << " from " in GetStunMessage()
576 << StunMethodToString(stun_msg->type()) << " from " in GetStunMessage()
[all …]
H A Dconnection.cc500 << StunMethodToString(msg->type()) in OnReadPacket()
727 << StunMethodToString(response.type()) in SendResponseMessage()
735 << StunMethodToString(response.type()) in SendResponseMessage()
1344 << StunMethodToString(response->type()) in OnConnectionRequestResponse()
1395 << StunMethodToString(response->type()) in OnConnectionRequestErrorResponse()
1432 << StunMethodToString(request->msg()->type()) in OnConnectionRequestSent()
/aosp_15_r20/external/webrtc/api/transport/
H A Dstun.h599 std::string StunMethodToString(int msg_type);
H A Dstun.cc1300 std::string StunMethodToString(int msg_type) { in StunMethodToString() function