Searched refs:GetDistantPast (Results 1 – 2 of 2) sorted by relevance
224 Time GetDistantPast(void) const { return Time(mValue - kDistantInterval); } in GetDistantPast() function in ot::Time
660 t2 = t1.GetDistantPast(); in TestTimerTime()668 VerifyOrQuit(Max(t1, t1.GetDistantPast()) == t1); in TestTimerTime()669 VerifyOrQuit(Max(t1.GetDistantPast(), t1) == t1); in TestTimerTime()