OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetIceRole
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portproxy.h
56
virtual IceRole
GetIceRole
() const;
transportchannelimpl.h
53
virtual IceRole
GetIceRole
() const = 0;
transport_unittest.cc
169
EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->
GetIceRole
());
179
EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->
GetIceRole
());
184
EXPECT_EQ(cricket::ICEROLE_CONTROLLED, channel_->
GetIceRole
());
221
EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->
GetIceRole
());
246
EXPECT_EQ(cricket::ICEROLE_CONTROLLED, channel_->
GetIceRole
());
277
EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->
GetIceRole
());
334
EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->
GetIceRole
());
348
EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->
GetIceRole
());
358
EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->
GetIceRole
());
portproxy.cc
66
IceRole PortProxy::
GetIceRole
() const {
68
return impl_->
GetIceRole
();
portinterface.h
68
virtual IceRole
GetIceRole
() const = 0;
transportchannelproxy.h
71
virtual IceRole
GetIceRole
() const;
rawtransportchannel.h
97
virtual IceRole
GetIceRole
() const { return ICEROLE_UNKNOWN; }
dtlstransportchannel.h
127
virtual IceRole
GetIceRole
() const {
128
return channel_->
GetIceRole
();
transportchannelproxy.cc
214
IceRole TransportChannelProxy::
GetIceRole
() const {
219
return impl_->
GetIceRole
();
dtlstransportchannel_unittest.cc
540
EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel1->
GetIceRole
());
545
EXPECT_EQ(cricket::ICEROLE_CONTROLLED, channel2->
GetIceRole
());
559
EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel1->
GetIceRole
());
564
EXPECT_EQ(cricket::ICEROLE_CONTROLLED, channel2->
GetIceRole
());
p2ptransportchannel.h
80
virtual IceRole
GetIceRole
() const { return ice_role_; }
port.cc
797
if (connection_->port()->
GetIceRole
() == ICEROLE_CONTROLLING) {
809
} else if (connection_->port()->
GetIceRole
() == ICEROLE_CONTROLLED) {
[
all
...]
fakesession.h
103
virtual IceRole
GetIceRole
() const { return role_; }
port.h
151
IceRole
GetIceRole
() const { return ice_role_; }
transport.cc
678
if (channel->
GetIceRole
() != ICEROLE_CONTROLLING) {
708
channel->
GetIceRole
() == ICEROLE_CONTROLLING &&
p2ptransportchannel_unittest.cc
[
all
...]
port_unittest.cc
[
all
...]
/external/chromium_org/jingle/glue/
channel_socket_adapter_unittest.cc
43
MOCK_CONST_METHOD0(
GetIceRole
, cricket::IceRole());
Completed in 2201 milliseconds