Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dhisysevent.cpp53 time_t sysSec = tv.tv_sec; in GetTimeZone() local
55 if (localtime_r(&sysSec, &tmLocal) == nullptr) { in GetTimeZone()
60 if (gmtime_r(&sysSec, &tmUtc) == nullptr) { in GetTimeZone()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp60 time_t sysSec = tv.tv_sec; in GetTimeInfo() local
62 if (localtime_r(&sysSec, &tmLocal) == nullptr) { in GetTimeInfo()
67 if (gmtime_r(&sysSec, &tmUtc) == nullptr) { in GetTimeInfo()