Home
last modified time | relevance | path

Searched refs:destruction_timestamp (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dturnport.cc148 uint32_t destruction_timestamp() { return destruction_timestamp_; } in destruction_timestamp() function in cricket::TurnEntry
149 void set_destruction_timestamp(uint32_t destruction_timestamp) { in set_destruction_timestamp() argument
150 destruction_timestamp_ = destruction_timestamp; in set_destruction_timestamp()
985 bool cancelled = timestamp != entry->destruction_timestamp(); in DestroyEntryIfNotCancelled()
1001 ASSERT(entry->destruction_timestamp() == 0); in ScheduleEntryDestruction()
1011 ASSERT(entry->destruction_timestamp() != 0); in CancelEntryDestruction()