Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dport_allocator.h205 const std::string& ice_pwd() const { return ice_pwd_; } in ice_pwd()
300 const std::string& password() const { return ice_pwd_; } in password()
310 ice_pwd_ = ice_pwd; in SetIceParameters()
321 std::string ice_pwd_; variable
Dport_allocator.cc70 ice_pwd_(ice_pwd) { in PortAllocatorSession()