Home
last modified time | relevance | path

Searched refs:FormatTime (Results 1 – 8 of 8) 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/hiview/base/utility/include/
Dtime_util.h60 std::string FormatTime(const int64_t timestamp, const std::string &format);
/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/hiview/base/utility/
Dtime_util.cpp128 std::string FormatTime(const int64_t timestamp, const std::string &format) in FormatTime() function
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h103 enum class FormatTime { enum
/base/hiviewdfx/hilog/frameworks/libhilog/
Dhilog_printf.cpp177 .timeFormat = FormatTime::TIME, in PrintLog()
/base/hiviewdfx/hilog/services/hilogd/
Dlog_persister.cpp275 .timeFormat = FormatTime::TIME, in WriteLogData()