Home
last modified time | relevance | path

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

/base/time/time_service/services/
H A Dtime_system_ability.cpp60 static const int NANO_TO_BASE = 1000000000LL; member
68 constexpr int32_t NANO_TO_MILLI = NANO_TO_BASE / MILLI_TO_BASE;
763 time = tv.tv_sec * NANO_TO_BASE + tv.tv_nsec; in GetBootTimeNs()
793 time = tv.tv_sec * NANO_TO_BASE + tv.tv_nsec; in GetThreadTimeNs()

Completed in 2 milliseconds