Home
last modified time | relevance | path

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

/openthread-3.5.0/src/posix/platform/
Dvirtual_time.cpp187 uint64_t otPlatTimeGet(void) { return sNow; } in otPlatTimeGet() function
Dalarm.cpp80 uint64_t otPlatTimeGet(void) in otPlatTimeGet() function
/openthread-3.5.0/examples/platforms/simulation/virtual_time/
Dalarm-sim.c177 uint64_t otPlatTimeGet(void) { return platformAlarmGetNow(); } in otPlatTimeGet() function
/openthread-3.5.0/examples/platforms/simulation/
Dalarm.c300 uint64_t otPlatTimeGet(void) { return platformGetNow(); } in otPlatTimeGet() function
/openthread-3.5.0/src/core/radio/
Dradio_platform.cpp237 OT_TOOL_WEAK uint64_t otPlatTimeGet(void) { return UINT64_MAX; } in otPlatTimeGet() function