Home
last modified time | relevance | path

Searched refs:SECONDS_TO_MILLI (Results 1 - 3 of 3) sorted by relevance

/base/time/time_service/framework/cj/include/
H A Dsystem_date_time.h29 constexpr int64_t SECONDS_TO_MILLI = 1000; member
30 constexpr int64_t NANO_TO_MILLI = SECONDS_TO_NANO / SECONDS_TO_MILLI;
/base/time/time_service/framework/cj/src/
H A Dsystem_date_time.cpp100 time = tv.tv_sec * SECONDS_TO_MILLI + tv.tv_nsec / NANO_TO_MILLI; in GetDeviceTime()
/base/time/time_service/framework/js/napi/system_date_time/src/
H A Dnapi_system_date_time.cpp31 constexpr int64_t SECONDS_TO_MILLI = 1000; member
32 constexpr int64_t NANO_TO_MILLI = SECONDS_TO_NANO / SECONDS_TO_MILLI;
517 time = tv.tv_sec * SECONDS_TO_MILLI + tv.tv_nsec / NANO_TO_MILLI; in GetDeviceTime()

Completed in 2 milliseconds