Searched refs:FormatTime (Results 1 - 8 of 8) sorted by relevance
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/ |
H A D | log_print.h | 38 FormatTime timeFormat;
|
/base/hiviewdfx/hilog/frameworks/libhilog/utils/ |
H A D | log_print.cpp | 81 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 D | time_util.h | 60 std::string FormatTime(const int64_t timestamp, const std::string &format);
|
/base/hiviewdfx/hilog/services/hilogtool/ |
H A D | main.cpp | 325 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 D | time_util.cpp | 133 std::string FormatTime(const int64_t timestamp, const std::string &format) in FormatTime() function
|
/base/hiviewdfx/hilog/frameworks/libhilog/include/ |
H A D | hilog_cmd.h | 107 enum class FormatTime { class
|
/base/hiviewdfx/hilog/frameworks/libhilog/ |
H A D | hilog_printf.cpp | 186 .timeFormat = FormatTime::TIME, in PrintLog()
|
/base/hiviewdfx/hilog/services/hilogd/ |
H A D | log_persister.cpp | 277 .timeFormat = FormatTime::TIME, in WriteLogData()
|
Completed in 6 milliseconds