Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dturn_port.cc170 absl::optional<int64_t> destruction_timestamp() { in destruction_timestamp() function in cricket::TurnEntry
173 void set_destruction_timestamp(int64_t destruction_timestamp) { in set_destruction_timestamp() argument
174 destruction_timestamp_.emplace(destruction_timestamp); in set_destruction_timestamp()
1214 if (entry->destruction_timestamp()) { in CreateOrRefreshEntry()
1258 if (entry->destruction_timestamp() && in DestroyEntryIfNotCancelled()
1259 timestamp == *entry->destruction_timestamp()) { in DestroyEntryIfNotCancelled()
1274 RTC_DCHECK(!entry->destruction_timestamp().has_value()); in ScheduleEntryDestruction()