OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TurnEntry
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
turnport.cc
95
TurnCreatePermissionRequest(TurnPort* port,
TurnEntry
* entry,
104
void OnEntryDestroyed(
TurnEntry
* entry);
107
TurnEntry
* entry_;
114
TurnChannelBindRequest(TurnPort* port,
TurnEntry
* entry, int channel_id,
123
void OnEntryDestroyed(
TurnEntry
* entry);
126
TurnEntry
* entry_;
133
class
TurnEntry
: public sigslot::has_slots<> {
136
TurnEntry
(TurnPort* port, int channel_id,
167
// Signal sent when
TurnEntry
is destroyed.
168
sigslot::signal1<
TurnEntry
*> SignalDestroyed
[
all
...]
turnport.h
33
class
TurnEntry
;
188
typedef std::list<
TurnEntry
*> EntryList;
237
TurnEntry
* FindEntry(const rtc::SocketAddress& address) const;
238
TurnEntry
* FindEntry(int channel_id) const;
239
bool EntryExists(
TurnEntry
* e);
241
void DestroyEntry(
TurnEntry
* entry);
244
void DestroyEntryIfNotCancelled(
TurnEntry
* entry, uint32_t timestamp);
245
void ScheduleEntryDestruction(
TurnEntry
* entry);
246
void CancelEntryDestruction(
TurnEntry
* entry);
280
friend class
TurnEntry
;
[
all
...]
Completed in 50 milliseconds