Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnitz_update.cpp201 bool autoTime = IsAutoTime(); in ProcessTime() local
202 if (!autoTime) { in ProcessTime()
382 bool autoTime = true; in IsAutoTime() local
384 autoTime = false; in IsAutoTime()
386 … TELEPHONY_LOGI("NitzUpdate::IsAutoTime autoTime:%{public}d slotId:%{public}d", autoTime, slotId_); in IsAutoTime()
387 return autoTime; in IsAutoTime()
406 bool autoTime = IsAutoTime(); in AutoTimeChange() local
407 if (!autoTime) { in AutoTimeChange()
410 TELEPHONY_LOGI("now update autoTime:%{public}d slotId:%{public}d", autoTime, slotId_); in AutoTimeChange()
/ohos5.0/base/time/time_service/services/time/src/
H A Dntp_update_time.cpp71 std::string autoTime = system::GetParameter(AUTO_TIME_SYSTEM_PARAMETER, "ON"); in Init() local
72 if ((ntpServer.empty() && ntpServerSpec.empty()) || autoTime.empty()) { in Init()
79 autoTimeInfo_.status = autoTime; in Init()