Searched refs:kDistantPast (Results 1 – 2 of 2) sorted by relevance
308 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
493 if (mTime.GetValue() == kDistantPast) in SetToNow()