Home
last modified time | relevance | path

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

/base/time/time_service/services/
Dtime_system_ability.cpp64 constexpr int32_t ONE_MILLI = 1000; variable
371 if (currentTime < (time - ONE_MILLI) || currentTime > (time + ONE_MILLI)) { in SetRealTime()