Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_print.h39 FormatTimeAccu timeAccuFormat;
/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;
336 timeFormat(FormatTime::INVALID), timeAccuFormat(FormatTimeAccu::INVALID), year(false), zone(false),
434 ((context.timeAccuFormat == FormatTimeAccu::INVALID) ? FormatTimeAccu::MSEC : context.timeAccuFormat), in QueryLogHandler()
809 static int TimeAccuHandler(HilogArgs& context, FormatTimeAccu value) in TimeAccuHandler()
811 if (context.timeAccuFormat != FormatTimeAccu::INVALID) { in TimeAccuHandler()
839 return TimeAccuHandler(context, FormatTimeAccu::MSEC); in FormatHandler()
842 return TimeAccuHandler(context, FormatTimeAccu::USEC); in FormatHandler()
845 return TimeAccuHandler(context, FormatTimeAccu::NSEC); in FormatHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h114 enum class FormatTimeAccu { class
/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 6 milliseconds