Home
last modified time | relevance | path

Searched refs:formatTime (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
H A Dlog_catcher_utils.cpp113 std::string formatTime = TimeUtil::TimestampFormatToDate(logTime, "%Y%m%d%H%M%S"); in WriteKernelStackToFd() local
115 "-" + formatTime + filterName + ".log"; in WriteKernelStackToFd()
/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp183 std::string formatTime = TimeUtil::TimestampFormatToDate(logTime, "%Y%m%d%H%M%S"); in GetFile() local
188 logFile = idStr + "-" + std::to_string(pid) + "-" + formatTime + ".log"; in GetFile()
190 logFile = "ffrt_" + std::to_string(pid) + "_" + formatTime; in GetFile()
632 std::string formatTime = TimeUtil::TimestampFormatToDate(logTime, "%Y%m%d%H%M%S"); in WriteKernelStackToFile() local
636 std::string logFile = idStr + "-" + std::to_string(pid) + "-" + formatTime + "-KernelStack-" + in WriteKernelStackToFile()

Completed in 3 milliseconds