OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ice_candidates
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsepsessiondescription_unittest.cc
142
const IceCandidateCollection*
ice_candidates
= jsep_desc_->candidates(0);
local
143
ASSERT_TRUE(
ice_candidates
!= NULL);
144
EXPECT_EQ(1u,
ice_candidates
->count());
145
const IceCandidateInterface* ice_candidate =
ice_candidates
->at(0);
159
const IceCandidateCollection*
ice_candidates
= jsep_desc_->candidates(1);
local
160
ASSERT_TRUE(
ice_candidates
!= NULL);
161
EXPECT_EQ(1u,
ice_candidates
->count());
162
const IceCandidateInterface* ice_candidate =
ice_candidates
->at(0);
176
const IceCandidateCollection*
ice_candidates
= jsep_desc_->candidates(0);
local
177
ASSERT_TRUE(
ice_candidates
!= NULL)
[
all
...]
Completed in 225 milliseconds