OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcptype
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/p2p/base/
candidate.h
156
const std::string&
tcptype
() const { return tcptype_; }
function in class:cricket::Candidate
157
void set_tcptype(const std::string&
tcptype
){
158
tcptype_ =
tcptype
;
tcpport.cc
132
if (address.
tcptype
() == TCPTYPE_ACTIVE_STR ||
133
(address.
tcptype
().empty() && address.address().port() == 0)) {
transport.cc
279
(cand.
tcptype
() == TCPTYPE_ACTIVE_STR || port == 0)) {
p2ptransportchannel_unittest.cc
656
void VerifySavedTcpCandidates(int endpoint, const std::string&
tcptype
) {
659
EXPECT_EQ(data->candidate.
tcptype
(),
tcptype
);
660
if (data->candidate.
tcptype
() == cricket::TCPTYPE_ACTIVE_STR) {
662
} else if (data->candidate.
tcptype
() == cricket::TCPTYPE_PASSIVE_STR) {
665
FAIL() << "Unknown
tcptype
: " << data->candidate.
tcptype
();
[
all
...]
port.cc
230
const std::string&
tcptype
,
236
ASSERT(!
tcptype
.empty());
245
c.set_tcptype(
tcptype
);
[
all
...]
port.h
313
const std::string&
tcptype
,
/external/webrtc/talk/app/webrtc/
webrtcsdp.cc
175
static const char kTcpCandidateType[] = "
tcptype
";
1058
std::string
tcptype
;
local
[
all
...]
Completed in 960 milliseconds