Searched defs:GetNow (Results 1 – 4 of 4) sorted by relevance
91 Time GetNow(void) const { return mNow; } in GetNow() function in ot::NextFireTime326 static TimeMilli GetNow(void) { return TimeMilli(otPlatAlarmMilliGetNow()); } in GetNow() function in ot::TimerMilli487 static TimeMicro GetNow(void) { return Time(otPlatAlarmMicroGetNow()); } in GetNow() function in ot::TimerMicro
780 def GetNow(): function
1300 TimeMilli GetNow(void) const { return mNextFireTime.GetNow(); } in GetNow() function in ot::Dns::Multicast::Core::EntryTimerContext1540 TimeMilli GetNow(void) const { return mNextFireTime.GetNow(); } in GetNow() function in ot::Dns::Multicast::Core::CacheTimerContext
1947 uint64_t RadioSpinel::GetNow(void) { return (mIsTimeSynced) ? (otPlatTimeGet() + mRadioTimeOffset) … in GetNow() function in ot::Spinel::RadioSpinel