Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dhistory_tracker.hpp308 bool IsDistantPast(void) const { return (mTime.GetValue() == kDistantPast); } in IsDistantPast()
309 void MarkAsDistantPast(void) { return mTime.SetValue(kDistantPast); } in MarkAsDistantPast()
312 static constexpr uint32_t kDistantPast = 0; member in ot::Utils::HistoryTracker::Timestamp
Dhistory_tracker.cpp493 if (mTime.GetValue() == kDistantPast) in SetToNow()