Home
last modified time | relevance | path

Searched refs:timeZone_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnitz_update.cpp60 std::string NitzUpdate::timeZone_; member in OHOS::Telephony::NitzUpdate
310 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()
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnitz_update.h63 static std::string timeZone_; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp368 timeZone_ = TimeUtil::GetTimeZone(); in InitTimeZone()
598 jsonStr << "\"tz_\":\"" << timeZone_ << "\","; in AddBaseInfoToJsonString()
681 return timeZone_; in GetTimeZone()
746 timeZone_ = timeZone; in SetTimeZone()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h247 std::string timeZone_; variable