Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/platform/
Dnexus_core.cpp45 mNextAlarmTime = mNow.GetDistantFuture(); in Core()
80 mNextAlarmTime = mNow.GetDistantFuture(); in AdvanceTime()
/openthread-latest/src/core/common/
Dtime.hpp212 Time GetDistantFuture(void) const { return Time(mValue + kDistantInterval); } in GetDistantFuture() function in ot::Time
Dtimer.hpp119 bool IsSet(void) const { return (mNextTime != mNow.GetDistantFuture()); } in IsSet()
Dtimer.cpp50 , mNextTime(aNow.GetDistantFuture()) in NextFireTime()
/openthread-latest/tests/unit/
Dtest_timer.cpp655 t2 = t1.GetDistantFuture(); in TestTimerTime()
665 VerifyOrQuit(Min(t1, t1.GetDistantFuture()) == t1); in TestTimerTime()
666 VerifyOrQuit(Min(t1.GetDistantFuture(), t1) == t1); in TestTimerTime()
/openthread-latest/src/core/net/
Dtcp6.cpp874 earliestPendingTimerExpiry = now.GetDistantFuture(); in HandleTimer()
Dmdns.cpp731 VerifyOrExit(aContext.mNextAggrTxTime != aContext.GetNow().GetDistantFuture()); in ExtendAnswerDelay()
3462 mNextAggrTxTime = mNextFireTime.GetNow().GetDistantFuture(); in EntryContext()
3472 mNextAggrTxTime = mNextFireTime.GetNow().GetDistantFuture(); in EntryContext()