OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remote_ice_ufrag
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h
87
const std::string&
remote_ice_ufrag
() const { return remote_ice_ufrag_; }
function in class:cricket::FakeTransportChannel
transport_unittest.cc
169
EXPECT_EQ(kIceUfrag1, channel_->
remote_ice_ufrag
());
p2ptransportchannel_unittest.cc
307
const std::string&
remote_ice_ufrag
,
324
channel->SetRemoteIceCredentials(
remote_ice_ufrag
, remote_ice_pwd);
[
all
...]
Completed in 36 milliseconds