Home
last modified time | relevance | path

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

/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp32 static const int NANO_TO_SEC = 1000000000LL; member
33 constexpr int32_t NANO_TO_MILLI = NANO_TO_SEC / MILLI_TO_SEC;
498 time = tv.tv_sec * NANO_TO_SEC + tv.tv_nsec; in GetWallTimeNs()
510 time = tv.tv_sec * NANO_TO_SEC + tv.tv_nsec; in GetWallTimeNs()
548 time = tv.tv_sec * NANO_TO_SEC + tv.tv_nsec; in GetBootTimeNs()
560 time = tv.tv_sec * NANO_TO_SEC + tv.tv_nsec; in GetBootTimeNs()
598 time = tv.tv_sec * NANO_TO_SEC + tv.tv_nsec; in GetMonotonicTimeNs()
610 time = tv.tv_sec * NANO_TO_SEC + tv.tv_nsec; in GetMonotonicTimeNs()

Completed in 2 milliseconds