Searched refs:lastSystemTime_ (Results 1 – 7 of 7) sorted by relevance
57 int64_t NitzUpdate::lastSystemTime_ = 0; member in OHOS::Telephony::NitzUpdate79 if ((now / MILLI_TO_BASE - lastSystemTime_) < MAX_UPDATE_TIME) { in ProcessNitzUpdate()222 if (lastSystemTime_ == 0 && lastNetworkTime_ == 0) { in IsValidTime()223 lastSystemTime_ = currentSystemTime; in IsValidTime()230 int64_t systemElapsedTime = currentSystemTime - lastSystemTime_; in IsValidTime()238 lastSystemTime_ = currentSystemTime; in IsValidTime()413 if (lastNetworkTime_ == 0 || lastSystemTime_ == 0 || time < lastSystemTime_) { in AutoTimeChange()416 SaveTime(lastNetworkTime_ + (time - lastSystemTime_)); in AutoTimeChange()
28 lastSystemTime_(0), in TimeTickMonitor()51 lastSystemTime_ = GetSysCurrentTime(); in StartTimeTickMonitor()128 int64_t systemOffset = static_cast<int64_t>(systemTime - lastSystemTime_); in TimeTick()130 lastSystemTime_ = systemTime; in TimeTick()
74 Timestamp lastSystemTime_ = 0; variable
51 if (!CheckValid(tmpTime, lastSystemTime_)) { in GetGpsTime()61 lastSystemTime_ = MiscServices::TimeServiceClient::GetInstance()->GetWallTimeMs(); in SetGpsTime()
36 int64_t lastSystemTime_ = 0; variable
59 static int64_t lastSystemTime_; variable
178 (void)GetCurrentSysTimeInMicrosecond(lastSystemTime_); in Initialize()180 … LOGD("Initialize time helper skew: %" PRIu64 " %" PRIu64, lastSystemTime_, lastMonotonicTime_); in Initialize()215 lastSystemTime_ = currentSystemTime; in GetTime()227 auto systemTimeOffset = static_cast<int64_t>(currentSystemTime - lastSystemTime_); in TimeSkew()247 lastSystemTime_ = currentSystemTime; in TimeSkew()302 Timestamp lastSystemTime_ = 0; member in __anon7150c7630110::TimeHelper