Searched refs:FormatTimeAccu (Results 1 - 6 of 6) sorted by relevance
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/ |
H A D | log_print.h | 39 FormatTimeAccu timeAccuFormat;
|
/base/hiviewdfx/hilog/frameworks/libhilog/utils/ |
H A D | log_print.cpp | 116 if (format.timeAccuFormat == FormatTimeAccu::MSEC) {
in PrintLogPrefix() 118 } else if (format.timeAccuFormat == FormatTimeAccu::USEC) {
in PrintLogPrefix() 120 } else if (format.timeAccuFormat == FormatTimeAccu::NSEC) {
in PrintLogPrefix()
|
/base/hiviewdfx/hilog/services/hilogtool/ |
H A D | main.cpp | 326 FormatTimeAccu timeAccuFormat; 336 timeFormat(FormatTime::INVALID), timeAccuFormat(FormatTimeAccu::INVALID), year(false), zone(false), 434 ((context.timeAccuFormat == FormatTimeAccu::INVALID) ? FormatTimeAccu::MSEC : context.timeAccuFormat), in QueryLogHandler() 809 static int TimeAccuHandler(HilogArgs& context, FormatTimeAccu value) in TimeAccuHandler() 811 if (context.timeAccuFormat != FormatTimeAccu::INVALID) { in TimeAccuHandler() 839 return TimeAccuHandler(context, FormatTimeAccu::MSEC); in FormatHandler() 842 return TimeAccuHandler(context, FormatTimeAccu::USEC); in FormatHandler() 845 return TimeAccuHandler(context, FormatTimeAccu::NSEC); in FormatHandler()
|
/base/hiviewdfx/hilog/frameworks/libhilog/include/ |
H A D | hilog_cmd.h | 114 enum class FormatTimeAccu { class
|
/base/hiviewdfx/hilog/frameworks/libhilog/ |
H A D | hilog_printf.cpp | 187 .timeAccuFormat = FormatTimeAccu::MSEC, in PrintLog()
|
/base/hiviewdfx/hilog/services/hilogd/ |
H A D | log_persister.cpp | 278 .timeAccuFormat = FormatTimeAccu::MSEC, in WriteLogData()
|
Completed in 6 milliseconds