Searched defs:GetNow (Results 1 – 6 of 6) sorted by relevance
86 Time GetNow(void) const { return mNow; } in GetNow() function in ot::NextFireTime316 static TimeMilli GetNow(void) { return TimeMilli(otPlatAlarmMilliGetNow()); } in GetNow() function in ot::TimerMilli463 static TimeMicro GetNow(void) { return Time(otPlatAlarmMicroGetNow()); } in GetNow() function in ot::TimerMicro
55 TimeMilli GetNow(void) { return mNow; } in GetNow() function in ot::Nexus::Core
70 virtual uint64_t GetNow() const { return mNow; } in GetNow() function in ot::FakePlatform
993 inline uint64_t Radio::GetNow(void) { return otPlatRadioGetNow(GetInstancePtr()); } in GetNow() function in ot::Radio1105 inline uint64_t Radio::GetNow(void) { return NumericLimits<uint64_t>::kMax; } in GetNow() function in ot::Radio
1280 TimeMilli GetNow(void) const { return mNextFireTime.GetNow(); } in GetNow() function1514 TimeMilli GetNow(void) const { return mNextFireTime.GetNow(); } in GetNow() function
1988 uint64_t RadioSpinel::GetNow(void) { return (mIsTimeSynced) ? (otPlatTimeGet() + mRadioTimeOffset) … in GetNow() function in ot::Spinel::RadioSpinel