Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/services/core/ability/alarm/src/
H A Dalarm_timer_utils.cpp122 int64_t currentBootTime = 0; in GetSystemBootTime() local
123 int32_t ret = MiscServices::TimeServiceClient::GetInstance()->GetBootTimeMs(currentBootTime); in GetSystemBootTime()
128 uint64_t bootTime = static_cast<uint64_t>(currentBootTime); in GetSystemBootTime()
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp284 auto currentBootTime = GetBootTimeNs(); in CheckTimerCount() local
286 currentBootTime - lastTimerOutOfRangeTime_ > std::chrono::minutes(TIMER_ALRAM_INTERVAL)) { in CheckTimerCount()
289 lastTimerOutOfRangeTime_ = currentBootTime; in CheckTimerCount()