HomeSort by relevance Sort by last modified time
    Searched refs:GetIceRole (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portinterface.h 68 virtual IceRole GetIceRole() const = 0;
portproxy.h 56 virtual IceRole GetIceRole() const;
transportchannel.h 95 virtual IceRole GetIceRole() const = 0;
transportchannelproxy.h 69 virtual IceRole GetIceRole() const;
transport_unittest.cc 154 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->GetIceRole());
164 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->GetIceRole());
169 EXPECT_EQ(cricket::ICEROLE_CONTROLLED, channel_->GetIceRole());
190 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->GetIceRole());
204 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->GetIceRole());
212 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->GetIceRole());
dtlstransportchannel.h 126 virtual IceRole GetIceRole() const {
127 return channel_->GetIceRole();
portproxy.cc 66 IceRole PortProxy::GetIceRole() const {
68 return impl_->GetIceRole();
rawtransportchannel.h 96 virtual IceRole GetIceRole() const { return ICEROLE_UNKNOWN; }
transportchannelproxy.cc 171 IceRole TransportChannelProxy::GetIceRole() const {
176 return impl_->GetIceRole();
dtlstransportchannel_unittest.cc 436 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel1->GetIceRole());
441 EXPECT_EQ(cricket::ICEROLE_CONTROLLED, channel2->GetIceRole());
455 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel1->GetIceRole());
460 EXPECT_EQ(cricket::ICEROLE_CONTROLLED, channel2->GetIceRole());
p2ptransportchannel.h 79 virtual IceRole GetIceRole() const { return ice_role_; }
port.cc 764 if (connection_->port()->GetIceRole() == ICEROLE_CONTROLLING) {
776 } else if (connection_->port()->GetIceRole() == ICEROLE_CONTROLLED) {
859 IceRole role = port_->GetIceRole();
    [all...]
fakesession.h 100 virtual IceRole GetIceRole() const { return role_; }
port.h 145 IceRole GetIceRole() const { return ice_role_; }
p2ptransportchannel_unittest.cc     [all...]
port_unittest.cc     [all...]
  /external/chromium_org/jingle/glue/
channel_socket_adapter_unittest.cc 40 MOCK_CONST_METHOD0(GetIceRole, cricket::IceRole());
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 1007 if (channel->GetIceRole() == ICEROLE_CONTROLLING) {
    [all...]

Completed in 205 milliseconds