OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ice_ufrag
(Results
26 - 30
of
30
) sorted by null
1
2
/external/webrtc/webrtc/p2p/base/
transportcontroller_unittest.cc
332
EXPECT_EQ(kIceUfrag1, channel->
ice_ufrag
());
dtlstransportchannel_unittest.cc
560
EXPECT_EQ(kIceUfrag1, channel1->
ice_ufrag
());
[
all
...]
/external/webrtc/talk/session/media/
mediasession.cc
571
selected_transport_info->description.
ice_ufrag
;
581
it->description.
ice_ufrag
= selected_ufrag;
[
all
...]
/external/webrtc/webrtc/p2p/client/
portallocator_unittest.cc
204
const std::string&
ice_ufrag
, const std::string& ice_pwd) {
207
sid, content_name, component,
ice_ufrag
, ice_pwd);
[
all
...]
/external/webrtc/talk/app/webrtc/
webrtcsession_unittest.cc
805
transport_desc1->
ice_ufrag
!= transport_desc2->
ice_ufrag
) {
824
std::string ufrag_line = "a=ice-ufrag:" + transport_desc->
ice_ufrag
[
all
...]
Completed in 389 milliseconds
1
2