Searched defs:GetNow (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/src/core/common/ | ||
D | timer.hpp | 91 Time GetNow(void) const { return mNow; } in GetNow() function in ot::NextFireTime |
/openthread-latest/src/core/net/ | ||
D | mdns.hpp | 1300 TimeMilli GetNow(void) const { return mNextFireTime.GetNow(); } in GetNow() function in ot::Dns::Multicast::Core::EntryTimerContext |
/openthread-latest/src/lib/spinel/ | ||
D | radio_spinel.cpp | 1947 uint64_t RadioSpinel::GetNow(void) { return (mIsTimeSynced) ? (otPlatTimeGet() + mRadioTimeOffset) … in GetNow() function in ot::Spinel::RadioSpinel |