Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_print.h39 FormatTimeAccu timeAccuFormat; member
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_print.cpp116 if (format.timeAccuFormat == FormatTimeAccu::MSEC) { in PrintLogPrefix()
118 } else if (format.timeAccuFormat == FormatTimeAccu::USEC) { in PrintLogPrefix()
120 } else if (format.timeAccuFormat == FormatTimeAccu::NSEC) { in PrintLogPrefix()
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp326 FormatTimeAccu timeAccuFormat; member
336 timeFormat(FormatTime::INVALID), timeAccuFormat(FormatTimeAccu::INVALID), year(false), zone(false),
433 .timeAccuFormat = in QueryLogHandler()
434 ((context.timeAccuFormat == FormatTimeAccu::INVALID) ? FormatTimeAccu::MSEC : context.timeAccuFormat), in QueryLogHandler()
811 if (context.timeAccuFormat != FormatTimeAccu::INVALID) { in TimeAccuHandler()
814 context.timeAccuFormat = value; in TimeAccuHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp187 .timeAccuFormat = FormatTimeAccu::MSEC, in PrintLog()
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister.cpp278 .timeAccuFormat = FormatTimeAccu::MSEC, in WriteLogData()

Completed in 5 milliseconds