Searched refs:HasTransport (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsession_unittest.cc965 bool HasTransport(const std::string& content_name) const { function in class:TestClient
1214 EXPECT_TRUE(initiator->HasTransport(content_name_a));
1216 EXPECT_TRUE(initiator->HasTransport(content_name_b));
1257 EXPECT_TRUE(responder->HasTransport(content_name_a));
1259 EXPECT_TRUE(responder->HasTransport(content_name_b));
1872 EXPECT_TRUE(initiator->HasTransport(content_name));
1874 EXPECT_TRUE(initiator->HasTransport(content_name));
1910 EXPECT_TRUE(responder->HasTransport(content_name));
1912 EXPECT_TRUE(responder->HasTransport(content_name));

Completed in 444 milliseconds