Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_print.cpp79 if (format.timeFormat == FormatTime::TIME) { in PrintLogPrefix()
101 } else if (format.timeFormat == FormatTime::MONOTONIC) { in PrintLogPrefix()
104 } else if (format.timeFormat == FormatTime::EPOCH) { in PrintLogPrefix()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_print.h38 FormatTime timeFormat;
/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp316 FormatTime timeFormat;
326 …timeFormat(FormatTime::INVALID), timeAccuFormat(FormatTimeAccu::INVALID), year(false), zone(false),
422 ….timeFormat = ((context.timeFormat == FormatTime::INVALID) ? FormatTime::TIME : context.timeFormat… in QueryLogHandler()
795 if (context.timeFormat != FormatTime::INVALID) { in FormatHandler()
799 context.timeFormat = FormatTime::TIME; in FormatHandler()
801 context.timeFormat = FormatTime::EPOCH; in FormatHandler()
803 context.timeFormat = FormatTime::MONOTONIC; in FormatHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h103 enum class FormatTime { enum
/base/hiviewdfx/hilog/frameworks/libhilog/
Dhilog_printf.cpp163 .timeFormat = FormatTime::TIME, in PrintLog()
/base/hiviewdfx/hilog/services/hilogd/
Dlog_persister.cpp275 .timeFormat = FormatTime::TIME, in WriteLogData()