Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_print.cpp114 if (format.timeAccuFormat == FormatTimeAccu::MSEC) { in PrintLogPrefix()
116 } else if (format.timeAccuFormat == FormatTimeAccu::USEC) { in PrintLogPrefix()
118 } else if (format.timeAccuFormat == FormatTimeAccu::NSEC) { in PrintLogPrefix()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_print.h39 FormatTimeAccu timeAccuFormat;
/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp317 FormatTimeAccu timeAccuFormat;
326 …timeFormat(FormatTime::INVALID), timeAccuFormat(FormatTimeAccu::INVALID), year(false), zone(false),
424 …((context.timeAccuFormat == FormatTimeAccu::INVALID) ? FormatTimeAccu::MSEC : context.timeAccuForm… in QueryLogHandler()
806 if (context.timeAccuFormat != FormatTimeAccu::INVALID) { in FormatHandler()
810 context.timeAccuFormat = FormatTimeAccu::MSEC; in FormatHandler()
812 context.timeAccuFormat = FormatTimeAccu::USEC; in FormatHandler()
814 context.timeAccuFormat = FormatTimeAccu::NSEC; in FormatHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h110 enum class FormatTimeAccu { enum
/base/hiviewdfx/hilog/frameworks/libhilog/
Dhilog_printf.cpp178 .timeAccuFormat = FormatTimeAccu::MSEC, in PrintLog()
/base/hiviewdfx/hilog/services/hilogd/
Dlog_persister.cpp276 .timeAccuFormat = FormatTimeAccu::MSEC, in WriteLogData()