OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoteCandidate
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h
54
class
RemoteCandidate
: public Candidate {
56
RemoteCandidate
(const Candidate& c, Port* origin_port)
150
std::vector<
RemoteCandidate
> remote_candidates_;
p2ptransportchannel.cc
281
std::vector<
RemoteCandidate
>::iterator iter;
308
std::vector<
RemoteCandidate
>::iterator it;
470
remote_candidates_.push_back(
RemoteCandidate
(remote_candidate, origin_port));
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel_unittest.cc
444
RemoteCandidate
(ep1_ch1())->type() == expected.remote_type &&
445
RemoteCandidate
(ep1_ch1())->protocol() == expected.remote_proto,
452
EXPECT_EQ(expected.remote_type,
RemoteCandidate
(ep1_ch1())->type());
453
EXPECT_EQ(expected.remote_proto,
RemoteCandidate
(ep1_ch1())->protocol());
464
RemoteCandidate
(ep2_ch1())->protocol() == expected.remote_proto2,
471
RemoteCandidate
(ep2_ch1())->protocol());
481
if (expected.remote_type2 !=
RemoteCandidate
(ep2_ch1())->type())
485
RemoteCandidate
(ep2_ch1())->type() == cricket::LOCAL_PORT_TYPE ||
486
RemoteCandidate
(ep2_ch1())->type() == cricket::STUN_PORT_TYPE ||
487
RemoteCandidate
(ep2_ch1())->type() == cricket::PRFLX_PORT_TYPE)
[
all
...]
p2ptransportchannel.h
55
class
RemoteCandidate
: public Candidate {
57
RemoteCandidate
(const Candidate& c, PortInterface* origin_port)
236
std::vector<
RemoteCandidate
> remote_candidates_;
p2ptransportchannel.cc
377
std::vector<
RemoteCandidate
>::iterator iter;
415
std::vector<
RemoteCandidate
>::iterator it;
763
remote_candidates_.push_back(
RemoteCandidate
(remote_candidate, origin_port));
[
all
...]
Completed in 608 milliseconds