Searched defs:HasChannel (Results 1 - 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dtransport.h144 // Note: HasChannel does not lead to race conditions, unlike GetChannel.
145 bool HasChannel(const std::string& name) { function in class:cricket::Transport
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransport.h263 // Note: HasChannel does not lead to race conditions, unlike GetChannel.
264 bool HasChannel(int component) { function in class:cricket::Transport
H A Dp2ptransportchannel_unittest.cc210 bool HasChannel(cricket::TransportChannel* ch) { function in struct:P2PTransportChannelTestBase::Endpoint
214 if (!HasChannel(ch)) return NULL;
259 if (ep1_.HasChannel(channel))
647 if (ep1_.HasChannel(ch)) {
649 } else if (ep2_.HasChannel(ch)) {
H A Dsession.cc80 ASSERT(!transport_->get()->HasChannel(component));
97 bool TransportProxy::HasChannel(int component) { function in class:cricket::TransportProxy
98 return transport_->get()->HasChannel(component);
255 if (!target->transport_->get()->HasChannel(iter->first)) {
314 if (!HasChannel(cand->component())) {
H A Dsession_unittest.cc985 bool HasChannel(const std::string& content_name, function in class:TestClient
1233 EXPECT_TRUE(initiator->HasChannel(content_name_a, component_a));
1235 EXPECT_TRUE(initiator->HasChannel(content_name_b, component_b));
1276 EXPECT_TRUE(responder->HasChannel(content_name_a, component_a));
1278 EXPECT_TRUE(responder->HasChannel(content_name_b, component_b));
1669 EXPECT_TRUE(initiator->HasChannel(content_name, 1));
1670 EXPECT_TRUE(initiator->HasChannel(content_name, 2));
1751 EXPECT_TRUE(initiator->HasChannel(content_name, 1));
1752 EXPECT_TRUE(initiator->HasChannel(content_name, 2));
1806 EXPECT_TRUE(responder->HasChannel(content_nam
[all...]

Completed in 101 milliseconds