Home
last modified time | relevance | path

Searched refs:remote_type (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/pc/
Djsep_transport_unittest.cc42 SdpType remote_type; member
469 param.remote_type) in TEST_P()
474 param.remote_type) in TEST_P()
511 param.remote_type) in TEST_P()
516 param.remote_type) in TEST_P()
582 param.remote_type) in TEST_P()
587 param.remote_type) in TEST_P()
638 param.remote_type) in TEST_P()
643 param.remote_type) in TEST_P()
/external/webrtc/p2p/base/
Dp2p_transport_channel_unittest.cc522 const std::string& remote_type = RemoteCandidate(ep1_ch1())->type(); in CheckCandidate1() local
527 remote_type == expected.controlled_type); in CheckCandidate1()
541 const std::string& remote_type = RemoteCandidate(ep1_ch1())->type(); in ExpectCandidate1() local
544 EXPECT_EQ(expected.controlled_type, remote_type); in ExpectCandidate1()
555 const std::string& remote_type = RemoteCandidate(ep2_ch1())->type(); in CheckCandidate2() local
560 remote_type == expected.controlling_type); in CheckCandidate2()
574 const std::string& remote_type = RemoteCandidate(ep2_ch1())->type(); in ExpectCandidate2() local
577 EXPECT_EQ(expected.controlling_type, remote_type); in ExpectCandidate2()