Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_database.h31 constexpr int64_t MILLISECOND_TO_NANO = 1000000; variable
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp997 std::chrono::nanoseconds nsec(triggerTime * MILLISECOND_TO_NANO); in SetAutoReboot()