Home
last modified time | relevance | path

Searched refs:TIME_CONVERSION (Results 1 – 1 of 1) sorted by relevance

/base/msdp/device_status/services/timer_manager/src/
Dtimer_manager.cpp35 constexpr int32_t TIME_CONVERSION { 1000 }; variable
294 tspec.it_value.tv_sec = expire / TIME_CONVERSION; in ArmTimer()
295 tspec.it_value.tv_nsec = (expire % TIME_CONVERSION) * TIME_CONVERSION * TIME_CONVERSION; in ArmTimer()