OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IceProtocolType
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portproxy.h
51
virtual void SetIceProtocolType(
IceProtocolType
protocol);
52
virtual
IceProtocolType
IceProtocol() const;
transportchannelimpl.h
58
virtual bool GetIceProtocolType(
IceProtocolType
* type) const = 0;
59
virtual void SetIceProtocolType(
IceProtocolType
type) = 0;
portinterface.h
63
virtual void SetIceProtocolType(
IceProtocolType
protocol) = 0;
64
virtual
IceProtocolType
IceProtocol() const = 0;
rawtransportchannel.h
101
virtual bool GetIceProtocolType(
IceProtocolType
* type) const { return false; }
102
virtual void SetIceProtocolType(
IceProtocolType
type) {}
portproxy.cc
50
void PortProxy::SetIceProtocolType(
IceProtocolType
protocol) {
55
IceProtocolType
PortProxy::IceProtocol() const {
p2ptransportchannel.h
83
virtual bool GetIceProtocolType(
IceProtocolType
* type) const;
84
virtual void SetIceProtocolType(
IceProtocolType
type);
248
IceProtocolType
protocol_type_;
port.h
145
virtual void SetIceProtocolType(
IceProtocolType
protocol) {
148
virtual
IceProtocolType
IceProtocol() const { return ice_protocol_; }
287
IceProtocolType
* remote_protocol_type) const;
387
IceProtocolType
ice_protocol_;
dtlstransportchannel.h
199
virtual bool GetIceProtocolType(
IceProtocolType
* type) const {
202
virtual void SetIceProtocolType(
IceProtocolType
type) {
fakesession.h
106
virtual bool GetIceProtocolType(
IceProtocolType
* type) const {
110
virtual void SetIceProtocolType(
IceProtocolType
type) { ice_proto_ = type; }
317
IceProtocolType
ice_proto_;
transportdescription.h
63
typedef TransportProtocol
IceProtocolType
;
p2ptransportchannel_unittest.cc
237
void SetIceProtocolType(cricket::
IceProtocolType
type) {
240
cricket::
IceProtocolType
protocol_type() { return protocol_type_; }
260
cricket::
IceProtocolType
protocol_type_;
411
void SetIceProtocol(int endpoint, cricket::
IceProtocolType
type) {
608
void TestHybridConnectivity(cricket::
IceProtocolType
proto) {
[
all
...]
p2ptransportchannel.cc
240
bool P2PTransportChannel::GetIceProtocolType(
IceProtocolType
* type) const {
245
void P2PTransportChannel::SetIceProtocolType(
IceProtocolType
type) {
[
all
...]
port.cc
402
IceProtocolType
remote_protocol_type;
485
IceProtocolType
* remote_protocol_type) const {
[
all
...]
transport.cc
809
IceProtocolType
protocol_type;
port_unittest.cc
551
void SetIceProtocolType(cricket::
IceProtocolType
protocol) {
579
cricket::
IceProtocolType
type,
625
cricket::
IceProtocolType
ice_protocol_;
[
all
...]
Completed in 2307 milliseconds