Searched refs:FormatTime (Results 1 – 8 of 8) sorted by relevance
79 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()
38 FormatTime timeFormat;
60 std::string FormatTime(const int64_t timestamp, const std::string &format);
316 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()
128 std::string FormatTime(const int64_t timestamp, const std::string &format) in FormatTime() function
103 enum class FormatTime { enum
177 .timeFormat = FormatTime::TIME, in PrintLog()
275 .timeFormat = FormatTime::TIME, in WriteLogData()