Searched refs:currentBootTime (Results 1 – 2 of 2) sorted by relevance
122 int64_t currentBootTime = 0; in GetSystemBootTime() local123 int32_t ret = MiscServices::TimeServiceClient::GetInstance()->GetBootTimeMs(currentBootTime); in GetSystemBootTime()128 uint64_t bootTime = static_cast<uint64_t>(currentBootTime); in GetSystemBootTime()
284 auto currentBootTime = GetBootTimeNs(); in CheckTimerCount() local286 currentBootTime - lastTimerOutOfRangeTime_ > std::chrono::minutes(TIMER_ALRAM_INTERVAL)) { in CheckTimerCount()289 lastTimerOutOfRangeTime_ = currentBootTime; in CheckTimerCount()