Searched refs:autoTime (Results 1 – 2 of 2) sorted by relevance
201 bool autoTime = IsAutoTime(); in ProcessTime() local202 if (!autoTime) { in ProcessTime()382 bool autoTime = true; in IsAutoTime() local384 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() local407 if (!autoTime) { in AutoTimeChange()410 TELEPHONY_LOGI("now update autoTime:%{public}d slotId:%{public}d", autoTime, slotId_); in AutoTimeChange()
71 std::string autoTime = system::GetParameter(AUTO_TIME_SYSTEM_PARAMETER, "ON"); in Init() local72 if ((ntpServer.empty() && ntpServerSpec.empty()) || autoTime.empty()) { in Init()79 autoTimeInfo_.status = autoTime; in Init()