Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsession_unittest.cc125 static const int kMediaContentIndex0 = 0; variable
203 case kMediaContentIndex0: in OnIceCandidate()
2168 remote_desc->candidates(kMediaContentIndex0); in TEST_F()
2170 EXPECT_EQ(kMediaContentIndex0, candidates->at(0)->sdp_mline_index()); in TEST_F()
2192 JsepIceCandidate ice_candidate1(kMediaContentName0, kMediaContentIndex0, in TEST_F()
2203 remote_desc->candidates(kMediaContentIndex0); in TEST_F()
2205 EXPECT_EQ(kMediaContentIndex0, candidates->at(0)->sdp_mline_index()); in TEST_F()
2212 JsepIceCandidate ice_candidate2(kMediaContentName0, kMediaContentIndex0, in TEST_F()
2220 candidates = remote_desc->candidates(kMediaContentIndex0); in TEST_F()
2222 EXPECT_EQ(kMediaContentIndex0, candidates->at(0)->sdp_mline_index()); in TEST_F()
[all …]