OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:username_fragment
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/p2p/base/
port.cc
136
const std::string&
username_fragment
,
147
ice_username_fragment_(
username_fragment
),
165
const std::string&
username_fragment
,
177
ice_username_fragment_(
username_fragment
),
191
// relies on it. If the
username_fragment
and password are empty,
249
c.set_username(
username_fragment
());
366
local_ufrag !=
username_fragment
()) {
479
username_fragment
() == remote_ufrag &&
526
stun_username_attr_str->append(
username_fragment
());
664
const std::string Port::
username_fragment
() const
function in class:cricket::Port
[
all
...]
port.h
122
const std::string&
username_fragment
,
131
const std::string&
username_fragment
,
182
// To resolve this problem, we implemented the
username_fragment
(),
185
//
username_fragment
() simply returns |ice_username_fragment_| when running
191
const std::string
username_fragment
() const;
373
// authenticated with this
username_fragment
and password.
374
// PortAllocatorSession will provide these
username_fragment
and password.
376
// Note: we should always use
username_fragment
() instead of using
378
//
username_fragment
().
relayport.cc
585
username_attr->CopyBytes(port_->
username_fragment
().c_str(),
586
port_->
username_fragment
().size());
791
entry_->port()->
username_fragment
().c_str(),
792
entry_->port()->
username_fragment
().size());
port_unittest.cc
107
const std::string&
username_fragment
,
116
username_fragment
,
810
EXPECT_EQ(ch2.remote_fragment(), port1->
username_fragment
());
[
all
...]
Completed in 71 milliseconds