OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TurnPort
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/p2p/base/
turnport.cc
11
#include "webrtc/p2p/base/
turnport
.h"
61
explicit TurnAllocateRequest(
TurnPort
* port);
74
TurnPort
* port_;
79
explicit TurnRefreshRequest(
TurnPort
* port);
88
TurnPort
* port_;
95
TurnCreatePermissionRequest(
TurnPort
* port, TurnEntry* entry,
106
TurnPort
* port_;
114
TurnChannelBindRequest(
TurnPort
* port, TurnEntry* entry, int channel_id,
125
TurnPort
* port_;
136
TurnEntry(
TurnPort
* port, int channel_id
[
all
...]
turnport.h
35
class
TurnPort
: public Port {
43
static
TurnPort
* Create(rtc::Thread* thread,
53
return new
TurnPort
(thread, factory, network, socket, username, password,
57
static
TurnPort
* Create(rtc::Thread* thread,
69
return new
TurnPort
(thread, factory, network, ip, min_port, max_port,
74
virtual ~
TurnPort
();
138
sigslot::signal3<
TurnPort
*,
143
sigslot::signal2<
TurnPort
*, int> SignalTurnRefreshResult;
144
sigslot::signal3<
TurnPort
*, const rtc::SocketAddress&, int>
156
TurnPort
(rtc::Thread* thread
[
all
...]
turnport_unittest.cc
19
#include "webrtc/p2p/base/
turnport
.h"
39
using cricket::
TurnPort
;
176
void OnTurnCreatePermissionResult(
TurnPort
* port,
183
void OnTurnRefreshResult(
TurnPort
* port, int code) {
222
turn_port_.reset(
TurnPort
::Create(main_, &socket_factory_, &network_,
233
// when creating the instance of
TurnPort
.
240
turn_port_.reset(
TurnPort
::Create(main_, &socket_factory_, &network_,
264
turn_port_.reset(cricket::
TurnPort
::Create(
517
rtc::scoped_ptr<
TurnPort
> turn_port_;
558
// instead the address that
TurnPort
originally bound to. The candidate pai
[
all
...]
port_unittest.cc
19
#include "webrtc/p2p/base/
turnport
.h"
497
TurnPort
* CreateTurnPort(const SocketAddress& addr,
503
TurnPort
* CreateTurnPort(const SocketAddress& addr,
507
return
TurnPort
::Create(main_, socket_factory, &network_,
[
all
...]
/external/webrtc/webrtc/p2p/client/
basicportallocator.h
240
class
TurnPort
;
326
std::vector<
TurnPort
*> turn_ports_;
basicportallocator.cc
23
#include "webrtc/p2p/base/
turnport
.h"
557
// SignalAddressError is currently sent from StunPort/
TurnPort
.
[
all
...]
Completed in 258 milliseconds