OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TurnServerAllocation
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/p2p/base/
turnserver.cc
48
// IDs used for posted messages for
TurnServerAllocation
.
56
class
TurnServerAllocation
::Permission : public rtc::MessageHandler {
76
class
TurnServerAllocation
::Channel : public rtc::MessageHandler {
209
TurnServerAllocation
* allocation = FindAllocation(&conn);
242
TurnServerAllocation
* allocation = FindAllocation(conn);
335
TurnServerAllocation
* allocation = FindAllocation(conn);
386
TurnServerAllocation
* alloc = CreateAllocation(conn, proto, key);
430
TurnServerAllocation
* TurnServer::FindAllocation(TurnServerConnection* conn) {
435
TurnServerAllocation
* TurnServer::CreateAllocation(TurnServerConnection* conn,
445
TurnServerAllocation
* allocation = new TurnServerAllocation(this
[
all
...]
turnserver.h
65
class
TurnServerAllocation
: public rtc::MessageHandler,
68
TurnServerAllocation
(TurnServer* server_,
73
virtual ~
TurnServerAllocation
();
88
sigslot::signal1<
TurnServerAllocation
*> SignalDestroyed;
162
typedef std::map<TurnServerConnection,
TurnServerAllocation
*> AllocationMap;
227
TurnServerAllocation
* FindAllocation(TurnServerConnection* conn);
228
TurnServerAllocation
* CreateAllocation(
246
void OnAllocationDestroyed(
TurnServerAllocation
* allocation);
273
friend class
TurnServerAllocation
;
testturnserver.h
92
TurnServerAllocation
* FindAllocation(const rtc::SocketAddress& src) {
Completed in 61 milliseconds