Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dvirtual_time.cpp188 uint64_t otPlatTimeGet(void) { return sNow; } in otPlatTimeGet() function
Dalarm.cpp80 uint64_t otPlatTimeGet(void) in otPlatTimeGet() function
/openthread-latest/examples/platforms/simulation/virtual_time/
Dalarm-sim.c176 uint64_t otPlatTimeGet(void) { return platformAlarmGetNow(); } in otPlatTimeGet() function
/openthread-latest/examples/platforms/simulation/
Dalarm.c296 uint64_t otPlatTimeGet(void) { return platformGetNow(); } in otPlatTimeGet() function
/openthread-latest/src/core/radio/
Dradio_platform.cpp262 extern "C" OT_TOOL_WEAK uint64_t otPlatTimeGet(void) { return UINT64_MAX; } in otPlatTimeGet() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp350 uint64_t otPlatTimeGet(void) { return FakePlatform::CurrentPlatform().GetNow(); } in otPlatTimeGet() function