Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp59 time_t sysSec = tv.tv_sec; in GetTimeInfo() local
61 if (localtime_r(&sysSec, &tmLocal) == nullptr) { in GetTimeInfo()
66 if (gmtime_r(&sysSec, &tmUtc) == nullptr) { in GetTimeInfo()
/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()
Dinner_writer.cpp47 time_t sysSec = tv.tv_sec; in GetTimeZone() local
49 if (localtime_r(&sysSec, &tmLocal) == nullptr) { in GetTimeZone()