Searched refs:timeZone_ (Results 1 – 4 of 4) sorted by relevance
60 std::string NitzUpdate::timeZone_; member in OHOS::Telephony::NitzUpdate310 timeZone_ = timeZone; in SaveTimeZone()425 …OGI("now update autoTimezone slotId:%{public}d, timeZone_:%{public}s", slotId_, timeZone_.c_str()); in AutoTimeZoneChange()426 if (timeZone_.empty()) { in AutoTimeZoneChange()429 SaveTimeZone(timeZone_); in AutoTimeZoneChange()
63 static std::string timeZone_; variable
368 timeZone_ = TimeUtil::GetTimeZone(); in InitTimeZone()598 jsonStr << "\"tz_\":\"" << timeZone_ << "\","; in AddBaseInfoToJsonString()681 return timeZone_; in GetTimeZone()746 timeZone_ = timeZone; in SetTimeZone()
247 std::string timeZone_; variable