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

/external/webrtc/webrtc/test/
H A Dcall_test.cc27 CallTest::CallTest() function in class:webrtc::test::CallTest
39 CallTest::~CallTest() {
42 void CallTest::RunBaseTest(BaseTest* test) {
117 void CallTest::Start() {
138 void CallTest::Stop() {
159 void CallTest::CreateCalls(const Call::Config& sender_config,
165 void CallTest::CreateSenderCall(const Call::Config& config) {
169 void CallTest
[all...]
H A Dcall_test.h34 class CallTest : public ::testing::Test { class in namespace:webrtc::test
36 CallTest();
37 virtual ~CallTest();
/external/webrtc/webrtc/call/
H A Dcall_unittest.cc40 TEST(CallTest, ConstructDestruct) {
44 TEST(CallTest, CreateDestroy_AudioSendStream) {
54 TEST(CallTest, CreateDestroy_AudioReceiveStream) {
64 TEST(CallTest, CreateDestroy_AudioSendStreams) {
87 TEST(CallTest, CreateDestroy_AudioReceiveStreams) {
H A Dpacket_injection_tests.cc18 class PacketInjectionTest : public test::CallTest {
H A Drampup_tests.cc37 : EndToEndTest(test::CallTest::kLongTimeoutMs),
141 send_config->rtp.nack.rtp_history_ms = test::CallTest::kNackRtpHistoryMs;
144 send_config->rtp.rtx.payload_type = test::CallTest::kSendRtxPayloadType;
149 test::CallTest::kUlpfecPayloadType;
150 send_config->rtp.fec.red_payload_type = test::CallTest::kRedPayloadType;
432 class RampUpTest : public test::CallTest {
H A Dbitrate_estimator_tests.cc81 bool Wait() { return done_.Wait(test::CallTest::kDefaultTimeoutMs); }
103 class BitrateEstimatorTest : public test::CallTest {
H A Dcall_perf_tests.cc47 class CallPerfTest : public test::CallTest {
/external/webrtc/webrtc/video/
H A Dvideo_quality_test.h22 class VideoQualityTest : public test::CallTest {
H A Dend_to_end_tests.cc50 class EndToEndTest : public test::CallTest {
1234 receive_config.rtp.local_ssrc = test::CallTest::kReceiverLocalVideoSsrc;
1589 ? test::CallTest::kDefaultTimeoutMs
2610 int64_t stop_time = now + test::CallTest::kLongTimeoutMs;
H A Dvideo_send_stream_tests.cc56 class VideoSendStreamTest : public test::CallTest {
/external/python/cpython3/Lib/unittest/test/testmock/
H A Dtesthelpers.py71 class CallTest(unittest.TestCase): class in inherits:unittest.TestCase
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DCallTest.java87 public final class CallTest { class

Completed in 613 milliseconds