Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_appearance/test/unittest/
H A Dui_appearance_test.cpp218 uint64_t zeroTimestamp = static_cast<uint64_t>(nowZero * SECOND_TO_MILLI); variable
222 uint64_t startTimestamp = zeroTimestamp + (current + 1) * MINUTE_TO_SECOND * SECOND_TO_MILLI;
226 startTimestamp = zeroTimestamp + (current - 1) * MINUTE_TO_SECOND * SECOND_TO_MILLI;
/ohos5.0/foundation/arkui/ui_appearance/services/utils/src/
H A Dalarm_timer_manager.cpp96 uint64_t zeroTimestamp = static_cast<uint64_t>(nowZero * SECOND_TO_MILLI); in SetTimerTriggerTime() local
97 uint64_t startTimestamp = zeroTimestamp + startTime * MINUTE_TO_SECOND * SECOND_TO_MILLI; in SetTimerTriggerTime()
98 uint64_t endTimestamp = zeroTimestamp + endTime * MINUTE_TO_SECOND * SECOND_TO_MILLI; in SetTimerTriggerTime()