/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | transport_unittest.cc | 169 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->GetIceRole()); in TEST_F() 179 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->GetIceRole()); in TEST_F() 184 EXPECT_EQ(cricket::ICEROLE_CONTROLLED, channel_->GetIceRole()); in TEST_F() 221 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->GetIceRole()); in TEST_F() 246 EXPECT_EQ(cricket::ICEROLE_CONTROLLED, channel_->GetIceRole()); in TEST_F() 277 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->GetIceRole()); in TEST_F() 334 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->GetIceRole()); in TEST_F() 348 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->GetIceRole()); in TEST_F() 358 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel_->GetIceRole()); in TEST_F()
|
D | portproxy.cc | 66 IceRole PortProxy::GetIceRole() const { in GetIceRole() function in cricket::PortProxy 68 return impl_->GetIceRole(); in GetIceRole()
|
D | dtlstransportchannel.h | 127 virtual IceRole GetIceRole() const { in GetIceRole() function 128 return channel_->GetIceRole(); in GetIceRole()
|
D | transportchannelproxy.cc | 214 IceRole TransportChannelProxy::GetIceRole() const { in GetIceRole() function in cricket::TransportChannelProxy 219 return impl_->GetIceRole(); in GetIceRole()
|
D | transportchannelimpl.h | 53 virtual IceRole GetIceRole() const = 0;
|
D | portproxy.h | 56 virtual IceRole GetIceRole() const;
|
D | transportchannelproxy.h | 71 virtual IceRole GetIceRole() const;
|
D | portinterface.h | 68 virtual IceRole GetIceRole() const = 0;
|
D | dtlstransportchannel_unittest.cc | 540 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel1->GetIceRole()); in TEST_F() 545 EXPECT_EQ(cricket::ICEROLE_CONTROLLED, channel2->GetIceRole()); in TEST_F() 559 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, channel1->GetIceRole()); in TEST_F() 564 EXPECT_EQ(cricket::ICEROLE_CONTROLLED, channel2->GetIceRole()); in TEST_F()
|
D | rawtransportchannel.h | 97 virtual IceRole GetIceRole() const { return ICEROLE_UNKNOWN; } in GetIceRole() function
|
D | port.cc | 797 if (connection_->port()->GetIceRole() == ICEROLE_CONTROLLING) { in Prepare() 809 } else if (connection_->port()->GetIceRole() == ICEROLE_CONTROLLED) { in Prepare() 892 IceRole role = port_->GetIceRole(); in priority() 1016 (port_->GetIceRole() == ICEROLE_CONTROLLED)) { in OnReadPacket()
|
D | p2ptransportchannel.h | 80 virtual IceRole GetIceRole() const { return ice_role_; } in GetIceRole() function
|
D | transport.cc | 678 if (channel->GetIceRole() != ICEROLE_CONTROLLING) { in OnChannelConnectionRemoved() 708 channel->GetIceRole() == ICEROLE_CONTROLLING && in MaybeCompleted_w()
|
D | port.h | 151 IceRole GetIceRole() const { return ice_role_; } in GetIceRole() function
|
D | fakesession.h | 103 virtual IceRole GetIceRole() const { return role_; } in GetIceRole() function
|
D | p2ptransportchannel_unittest.cc | 1468 EXPECT_EQ(cricket::ICEROLE_CONTROLLING, ports_before[i]->GetIceRole()); in TEST_F() 1479 EXPECT_EQ(cricket::ICEROLE_CONTROLLED, ports_before[i]->GetIceRole()); in TEST_F()
|
D | port_unittest.cc | 2122 EXPECT_EQ(port->GetIceRole(), proxy->GetIceRole()); in TEST_F()
|
/external/chromium_org/jingle/glue/ |
D | channel_socket_adapter_unittest.cc | 43 MOCK_CONST_METHOD0(GetIceRole, cricket::IceRole());
|