Home
last modified time | relevance | path

Searched refs:targetUTCTime (Results 1 - 1 of 1) sorted by relevance

/foundation/resourceschedule/device_standby/services/common/src/
H A Dtime_provider.cpp98 struct tm targetUTCTime = curUTCTime; in DiffToFixedClock() local
99 targetUTCTime.tm_hour = tmHour; in DiffToFixedClock()
100 targetUTCTime.tm_min = tmMin; in DiffToFixedClock()
101 targetUTCTime.tm_sec = 0; in DiffToFixedClock()
102 STANDBYSERVICE_LOGD("target utc time info: %{public}02d:%{public}02d:%{public}02d", targetUTCTime.tm_hour, in DiffToFixedClock()
103 targetUTCTime.tm_min, targetUTCTime.tm_sec); in DiffToFixedClock()
104 timeDiff = std::mktime(&targetUTCTime) - curTimeStamp; in DiffToFixedClock()

Completed in 1 milliseconds