HomeSort by relevance Sort by last modified time
    Searched full:username_fragment (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.h 129 const std::string& username_fragment, const std::string& password);
133 int min_port, int max_port, const std::string& username_fragment,
194 // To resolve this problem, we implemented the username_fragment(),
197 // username_fragment() simply returns |ice_username_fragment_| when running
203 const std::string username_fragment() const;
375 // authenticated with this username_fragment and password.
376 // PortAllocatorSession will provide these username_fragment and password.
378 // Note: we should always use username_fragment() instead of using
380 // username_fragment().
port.cc 173 const std::string& username_fragment, const std::string& password)
183 ice_username_fragment_(username_fragment),
197 int min_port, int max_port, const std::string& username_fragment,
209 ice_username_fragment_(username_fragment),
222 // If the username_fragment and password are empty, we should just create one.
277 c.set_username(username_fragment());
405 local_ufrag != username_fragment()) {
516 remote_frag_len -= static_cast<int>(username_fragment().size());
520 *local_ufrag = username_attr_str.substr(0, username_fragment().size());
522 username_fragment().size(), username_attr_str.size())
757 const std::string Port::username_fragment() const { function in class:cricket::Port
    [all...]
relayport.cc 585 username_attr->CopyBytes(port_->username_fragment().c_str(),
586 port_->username_fragment().size());
786 entry_->port()->username_fragment().c_str(),
787 entry_->port()->username_fragment().size());
port_unittest.cc 123 const std::string& username_fragment, const std::string& password)
125 min_port, max_port, username_fragment, password) {
661 EXPECT_EQ(ch2.remote_fragment(), port1->username_fragment());
    [all...]
session_unittest.cc 160 // to compensate here. See Port::username_fragment() for detail.
    [all...]

Completed in 693 milliseconds