Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/time/src/
H A Dtime_tick_notify.cpp35 constexpr uint64_t MINUTE_TO_MILLISECOND = 60000; variable
88 uint64_t timeMilliseconds = currTime % MINUTE_TO_MILLISECOND; in RefreshNextTriggerTime()
90 uint64_t nextTriggerTime = ((currTime / MINUTE_TO_MILLISECOND) + 1) * MINUTE_TO_MILLISECOND; in RefreshNextTriggerTime()
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_service_test.cpp64 constexpr int64_t MINUTE_TO_MILLISECOND = 60000; variable
1012 time = (time / MINUTE_TO_MILLISECOND) * MINUTE_TO_MILLISECOND;
1016 EXPECT_EQ(pair.first, time + MINUTE_TO_MILLISECOND);