Home
last modified time | relevance | path

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

/base/time/time_service/framework/cj/include/
H A Dsystem_date_time.h28 constexpr int64_t SECONDS_TO_NANO = 1000000000; 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.cpp98 time = tv.tv_sec * SECONDS_TO_NANO + tv.tv_nsec; in GetDeviceTime()
/base/time/time_service/framework/js/napi/system_date_time/src/
H A Dnapi_system_date_time.cpp30 constexpr int64_t SECONDS_TO_NANO = 1000000000; member
32 constexpr int64_t NANO_TO_MILLI = SECONDS_TO_NANO / SECONDS_TO_MILLI;
515 time = tv.tv_sec * SECONDS_TO_NANO + tv.tv_nsec; in GetDeviceTime()

Completed in 2 milliseconds