Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dport.cc432 std::string* out_username) { in GetStunMessage() argument
437 RTC_DCHECK(out_username != NULL); in GetStunMessage()
438 out_username->clear(); in GetStunMessage()
511 out_username->assign(remote_ufrag); in GetStunMessage()
541 out_username->clear(); in GetStunMessage()
546 out_username->clear(); in GetStunMessage()
571 out_username->clear(); in GetStunMessage()
578 out_username->clear(); in GetStunMessage()
Dport.h411 std::string* out_username);