Home
last modified time | relevance | path

Searched refs:FormatTime (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_print.h38 FormatTime timeFormat;
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_print.cpp81 if (format.timeFormat == FormatTime::TIME) { in PrintLogPrefix()
103 } else if (format.timeFormat == FormatTime::MONOTONIC) { in PrintLogPrefix()
106 } else if (format.timeFormat == FormatTime::EPOCH) { in PrintLogPrefix()
/base/hiviewdfx/hiview/base/utility/include/
H A Dtime_util.h60 std::string FormatTime(const int64_t timestamp, const std::string &format);
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp325 FormatTime timeFormat;
336 timeFormat(FormatTime::INVALID), timeAccuFormat(FormatTimeAccu::INVALID), year(false), zone(false),
432 .timeFormat = ((context.timeFormat == FormatTime::INVALID) ? FormatTime::TIME : context.timeFormat), in QueryLogHandler()
800 static int TimeHandler(HilogArgs& context, FormatTime value) in TimeHandler()
802 if (context.timeFormat != FormatTime::INVALID) { in TimeHandler()
830 return TimeHandler(context, FormatTime::TIME); in FormatHandler()
833 return TimeHandler(context, FormatTime::EPOCH); in FormatHandler()
836 return TimeHandler(context, FormatTime::MONOTONIC); in FormatHandler()
/base/hiviewdfx/hiview/base/utility/
H A Dtime_util.cpp133 std::string FormatTime(const int64_t timestamp, const std::string &format) in FormatTime() function
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h107 enum class FormatTime { class
/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp186 .timeFormat = FormatTime::TIME, in PrintLog()
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister.cpp277 .timeFormat = FormatTime::TIME, in WriteLogData()

Completed in 6 milliseconds