Home
last modified time | relevance | path

Searched refs:LogPrintWithFormat (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_print.h45 void LogPrintWithFormat(const LogContent& content, const LogFormat& format, std::ostream& out = std…
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_print.cpp156 void LogPrintWithFormat(const LogContent& content, const LogFormat& format, std::ostream& out) in LogPrintWithFormat() function
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp191 LogPrintWithFormat(content, format); in PrintLog()
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/
H A Dlibhilog.map31 …"OHOS::HiviewDFX::LogPrintWithFormat(OHOS::HiviewDFX::LogContent const&, OHOS::HiviewDFX::LogForma…
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister.cpp283 LogPrintWithFormat(content, format, oss); in WriteLogData()
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp439 LogPrintWithFormat(content, format); in QueryLogHandler()