Home
last modified time | relevance | path

Searched refs:GetIceRole (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransport_unittest.cc169 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()
Dportproxy.cc66 IceRole PortProxy::GetIceRole() const { in GetIceRole() function in cricket::PortProxy
68 return impl_->GetIceRole(); in GetIceRole()
Ddtlstransportchannel.h127 virtual IceRole GetIceRole() const { in GetIceRole() function
128 return channel_->GetIceRole(); in GetIceRole()
Dtransportchannelproxy.cc214 IceRole TransportChannelProxy::GetIceRole() const { in GetIceRole() function in cricket::TransportChannelProxy
219 return impl_->GetIceRole(); in GetIceRole()
Dtransportchannelimpl.h53 virtual IceRole GetIceRole() const = 0;
Dportproxy.h56 virtual IceRole GetIceRole() const;
Dtransportchannelproxy.h71 virtual IceRole GetIceRole() const;
Dportinterface.h68 virtual IceRole GetIceRole() const = 0;
Ddtlstransportchannel_unittest.cc540 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()
Drawtransportchannel.h97 virtual IceRole GetIceRole() const { return ICEROLE_UNKNOWN; } in GetIceRole() function
Dport.cc797 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()
Dp2ptransportchannel.h80 virtual IceRole GetIceRole() const { return ice_role_; } in GetIceRole() function
Dtransport.cc678 if (channel->GetIceRole() != ICEROLE_CONTROLLING) { in OnChannelConnectionRemoved()
708 channel->GetIceRole() == ICEROLE_CONTROLLING && in MaybeCompleted_w()
Dport.h151 IceRole GetIceRole() const { return ice_role_; } in GetIceRole() function
Dfakesession.h103 virtual IceRole GetIceRole() const { return role_; } in GetIceRole() function
Dp2ptransportchannel_unittest.cc1468 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()
Dport_unittest.cc2122 EXPECT_EQ(port->GetIceRole(), proxy->GetIceRole()); in TEST_F()
/external/chromium_org/jingle/glue/
Dchannel_socket_adapter_unittest.cc43 MOCK_CONST_METHOD0(GetIceRole, cricket::IceRole());