Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dportallocator.h146 const std::string& ice_pwd() const { return ice_pwd_; } in ice_pwd()
152 const std::string& password() const { return ice_pwd_; } in password()
161 std::string ice_pwd_; variable
Dportallocator.cc26 ice_pwd_(ice_pwd) { in PortAllocatorSession()
Dfaketransportcontroller.h59 const std::string& ice_pwd() const { return ice_pwd_; } in ice_pwd()
93 ice_pwd_ = ice_pwd; in SetIceCredentials()
331 std::string ice_pwd_; variable
Dp2ptransportchannel.cc341 ice_pwd_ = ice_pwd; in SetIceCredentials()
402 if (ice_ufrag_.empty() || ice_pwd_.empty()) { in Connect()
418 ice_pwd_)) { in MaybeStartGathering()
425 SessionId(), transport_name(), component(), ice_ufrag_, ice_pwd_)); in MaybeStartGathering()
Dp2ptransportchannel.h285 std::string ice_pwd_; variable