Home | History | Annotate | Download | only in base

Lines Matching defs:TestClient

837 class TestClient : public sigslot::has_slots<> {
840 TestClient(cricket::PortAllocator* port_allocator,
854 ~TestClient() {
899 this, &TestClient::OnSessionCreate);
901 this, &TestClient::OnSessionDestroy);
903 this, &TestClient::OnOutgoingMessage);
990 session->SignalState.connect(this, &TestClient::OnSessionState);
991 session->SignalError.connect(this, &TestClient::OnSessionError);
993 this, &TestClient::OnSessionRemoteDescriptionUpdate);
995 this, &TestClient::OnNewLocalDescription);
997 this, &TestClient::OnNewRemoteDescription);
1190 rtc::scoped_ptr<TestClient> initiator(
1191 new TestClient(allocator.get(), &next_message_id,
1196 rtc::scoped_ptr<TestClient> responder(
1197 new TestClient(allocator.get(), &next_message_id,
1629 rtc::scoped_ptr<TestClient> initiator(
1630 new TestClient(allocator.get(), &next_message_id,
1636 rtc::scoped_ptr<TestClient> responder(
1637 new TestClient(allocator.get(), &next_message_id,
1711 rtc::scoped_ptr<TestClient> initiator(
1712 new TestClient(allocator.get(), &next_message_id,
1718 rtc::scoped_ptr<TestClient> responder(
1719 new TestClient(allocator.get(), &next_message_id,
1856 rtc::scoped_ptr<TestClient> initiator(
1857 new TestClient(allocator.get(), &next_message_id,
1863 rtc::scoped_ptr<TestClient> responder(
1864 new TestClient(allocator.get(), &next_message_id,
1993 rtc::scoped_ptr<TestClient> initiator(
1994 new TestClient(allocator.get(), &next_message_id,
2000 rtc::scoped_ptr<TestClient> responder(
2001 new TestClient(allocator.get(), &next_message_id,
2047 rtc::scoped_ptr<TestClient> initiator(
2048 new TestClient(allocator.get(), &next_message_id,
2131 rtc::scoped_ptr<TestClient> initiator(
2132 new TestClient(allocator.get(), &next_message_id,
2161 TestClient* client,
2185 rtc::scoped_ptr<TestClient> initiator(
2186 new TestClient(allocator.get(), &next_message_id,
2225 rtc::scoped_ptr<TestClient> initiator(
2226 new TestClient(allocator.get(), &next_message_id,
2265 rtc::scoped_ptr<TestClient> initiator(
2266 new TestClient(allocator.get(), &next_message_id,