Home
last modified time | relevance | path

Searched defs:otPlatAlarmMilliGetNow (Results 1 – 18 of 18) sorted by relevance

/openthread-latest/tests/nexus/platform/
Dnexus_alarm.cpp43 uint32_t otPlatAlarmMilliGetNow(void) { return Core::Get().GetNow().GetValue(); } in otPlatAlarmMilliGetNow() function
/openthread-latest/tests/unit/
Dtest_multicast_listeners_table.cpp60 extern "C" uint32_t otPlatAlarmMilliGetNow(void) { return sNow; } in otPlatAlarmMilliGetNow() function
Dtest_link_metrics_manager.cpp52 uint32_t otPlatAlarmMilliGetNow(void) { return sNow; } in otPlatAlarmMilliGetNow() function
Dtest_trickle_timer.cpp55 uint32_t otPlatAlarmMilliGetNow(void) { return sNow; } in otPlatAlarmMilliGetNow() function
Dtest_timer.cpp71 uint32_t otPlatAlarmMilliGetNow(void) { return sNow; } in otPlatAlarmMilliGetNow() function
Dtest_srp_server.cpp106 uint32_t otPlatAlarmMilliGetNow(void) { return sNow; } in otPlatAlarmMilliGetNow() function
Dtest_dso.cpp68 uint32_t otPlatAlarmMilliGetNow(void) { return sNow; } in otPlatAlarmMilliGetNow() function
Dtest_dns_client.cpp110 uint32_t otPlatAlarmMilliGetNow(void) { return sNow; } in otPlatAlarmMilliGetNow() function
Dtest_srp_adv_proxy.cpp107 uint32_t otPlatAlarmMilliGetNow(void) { return sNow; } in otPlatAlarmMilliGetNow() function
Dtest_dnssd_discovery_proxy.cpp111 uint32_t otPlatAlarmMilliGetNow(void) { return sNow; } in otPlatAlarmMilliGetNow() function
Dtest_platform.cpp119 OT_TOOL_WEAK uint32_t otPlatAlarmMilliGetNow(void) in otPlatAlarmMilliGetNow() function
Dtest_routing_manager.cpp285 uint32_t otPlatAlarmMilliGetNow(void) { return sNow; } in otPlatAlarmMilliGetNow() function
Dtest_mdns.cpp1530 uint32_t otPlatAlarmMilliGetNow(void) { return sNow; } in otPlatAlarmMilliGetNow() function
/openthread-latest/examples/platforms/simulation/virtual_time/
Dalarm-sim.c61 uint32_t otPlatAlarmMilliGetNow(void) { return (uint32_t)(sNow / OT_US_PER_MS); } in otPlatAlarmMilliGetNow() function
/openthread-latest/src/posix/platform/
Dalarm.cpp131 uint32_t otPlatAlarmMilliGetNow(void) { return (uint32_t)(platformAlarmGetNow() / OT_US_PER_MS); } in otPlatAlarmMilliGetNow() function
/openthread-latest/examples/platforms/simulation/
Dalarm.c161 uint32_t otPlatAlarmMilliGetNow(void) { return (uint32_t)(platformGetNow() / OT_US_PER_MS); } in otPlatAlarmMilliGetNow() function
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp176 uint32_t otPlatAlarmMilliGetNow(void) { return sAlarmNow / 1000; } in otPlatAlarmMilliGetNow() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp340 uint32_t otPlatAlarmMilliGetNow(void) { return FakePlatform::CurrentPlatform().GetNow() / OT_US_PER… in otPlatAlarmMilliGetNow() function