Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_appearance/test/unittest/
H A Dui_appearance_test.cpp217 std::time_t nowZero = std::mktime(nowTime); variable
218 uint64_t zeroTimestamp = static_cast<uint64_t>(nowZero * SECOND_TO_MILLI);
/ohos5.0/foundation/arkui/ui_appearance/services/utils/src/
H A Dalarm_timer_manager.cpp94 std::time_t nowZero = std::mktime(nowTime); in SetTimerTriggerTime() local
96 uint64_t zeroTimestamp = static_cast<uint64_t>(nowZero * SECOND_TO_MILLI); in SetTimerTriggerTime()