Searched defs:otPlatTimeGet (Results 1 – 6 of 6) sorted by relevance
188 uint64_t otPlatTimeGet(void) { return sNow; } in otPlatTimeGet() function
80 uint64_t otPlatTimeGet(void) in otPlatTimeGet() function
176 uint64_t otPlatTimeGet(void) { return platformAlarmGetNow(); } in otPlatTimeGet() function
296 uint64_t otPlatTimeGet(void) { return platformGetNow(); } in otPlatTimeGet() function
262 extern "C" OT_TOOL_WEAK uint64_t otPlatTimeGet(void) { return UINT64_MAX; } in otPlatTimeGet() function
350 uint64_t otPlatTimeGet(void) { return FakePlatform::CurrentPlatform().GetNow(); } in otPlatTimeGet() function