Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp597 struct tm *gmtime_res = nullptr; in SetRtcTime() local
614 gmtime_res = gmtime_r(&sec, &tm); in SetRtcTime()
615 if (gmtime_res) { in SetRtcTime()