OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SupportsProtocol
(Results
1 - 12
of
12
) sorted by null
/external/webrtc/webrtc/p2p/base/
portinterface.h
56
virtual bool
SupportsProtocol
(const std::string& protocol) const = 0;
relayport.h
63
bool
SupportsProtocol
(const std::string& protocol) const override {
tcpport.h
58
bool
SupportsProtocol
(const std::string& protocol) const override {
stunport.h
98
virtual bool
SupportsProtocol
(const std::string& protocol) const {
turnport.h
112
virtual bool
SupportsProtocol
(const std::string& protocol) const {
port_unittest.cc
144
virtual bool
SupportsProtocol
(const std::string& protocol) const {
[
all
...]
stunport.cc
257
if (!
SupportsProtocol
(address.protocol())) {
tcpport.cc
128
if (!
SupportsProtocol
(address.protocol())) {
p2ptransportchannel.cc
765
if (!port->
SupportsProtocol
(remote_candidate.protocol())) {
[
all
...]
turnport.cc
443
if (!
SupportsProtocol
(address.protocol())) {
[
all
...]
/external/webrtc/webrtc/p2p/client/
basicportallocator.h
230
bool
SupportsProtocol
(const RelayServerConfig& relay,
232
bool
SupportsProtocol
(RelayType turn_type, ProtocolType type) const;
basicportallocator.cc
[
all
...]
Completed in 92 milliseconds