Searched refs:TestConnectionWrapper (Results 1 – 1 of 1) sorted by relevance
165 class TestConnectionWrapper : public sigslot::has_slots<> { class167 explicit TestConnectionWrapper(Connection* conn) : connection_(conn) { in TestConnectionWrapper() function in cricket::TestConnectionWrapper169 this, &TestConnectionWrapper::OnConnectionDestroyed); in TestConnectionWrapper()172 ~TestConnectionWrapper() { in ~TestConnectionWrapper()1580 TestConnectionWrapper conn(turn_port_->CreateConnection( in TEST_F()