Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dtime.hpp224 Time GetDistantPast(void) const { return Time(mValue - kDistantInterval); } in GetDistantPast() function in ot::Time
/openthread-latest/tests/unit/
Dtest_timer.cpp660 t2 = t1.GetDistantPast(); in TestTimerTime()
668 VerifyOrQuit(Max(t1, t1.GetDistantPast()) == t1); in TestTimerTime()
669 VerifyOrQuit(Max(t1.GetDistantPast(), t1) == t1); in TestTimerTime()