Home
last modified time | relevance | path

Searched defs:GetNow (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/common/
Dtimer.hpp91 Time GetNow(void) const { return mNow; } in GetNow() function in ot::NextFireTime
326 static TimeMilli GetNow(void) { return TimeMilli(otPlatAlarmMilliGetNow()); } in GetNow() function in ot::TimerMilli
487 static TimeMicro GetNow(void) { return Time(otPlatAlarmMicroGetNow()); } in GetNow() function in ot::TimerMicro
/openthread-latest/src/core/net/
Dmdns.hpp1300 TimeMilli GetNow(void) const { return mNextFireTime.GetNow(); } in GetNow() function in ot::Dns::Multicast::Core::EntryTimerContext
1540 TimeMilli GetNow(void) const { return mNextFireTime.GetNow(); } in GetNow() function in ot::Dns::Multicast::Core::CacheTimerContext
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1947 uint64_t RadioSpinel::GetNow(void) { return (mIsTimeSynced) ? (otPlatTimeGet() + mRadioTimeOffset) … in GetNow() function in ot::Spinel::RadioSpinel