Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dtimer.hpp86 Time GetNow(void) const { return mNow; } in GetNow() function in ot::NextFireTime
316 static TimeMilli GetNow(void) { return TimeMilli(otPlatAlarmMilliGetNow()); } in GetNow() function in ot::TimerMilli
463 static TimeMicro GetNow(void) { return Time(otPlatAlarmMicroGetNow()); } in GetNow() function in ot::TimerMicro
/openthread-latest/tests/nexus/platform/
Dnexus_core.hpp55 TimeMilli GetNow(void) { return mNow; } in GetNow() function in ot::Nexus::Core
/openthread-latest/tests/gtest/
Dfake_platform.hpp70 virtual uint64_t GetNow() const { return mNow; } in GetNow() function in ot::FakePlatform
/openthread-latest/src/core/radio/
Dradio.hpp993 inline uint64_t Radio::GetNow(void) { return otPlatRadioGetNow(GetInstancePtr()); } in GetNow() function in ot::Radio
1105 inline uint64_t Radio::GetNow(void) { return NumericLimits<uint64_t>::kMax; } in GetNow() function in ot::Radio
/openthread-latest/src/core/net/
Dmdns.hpp1280 TimeMilli GetNow(void) const { return mNextFireTime.GetNow(); } in GetNow() function
1514 TimeMilli GetNow(void) const { return mNextFireTime.GetNow(); } in GetNow() function
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1988 uint64_t RadioSpinel::GetNow(void) { return (mIsTimeSynced) ? (otPlatTimeGet() + mRadioTimeOffset) … in GetNow() function in ot::Spinel::RadioSpinel