Home
last modified time | relevance | path

Searched refs:HiLogPrintArgs (Results 1 - 11 of 11) sorted by relevance

/base/hiviewdfx/hiview/base/
H A Dhi_logger.cpp22 int HiLogPrintArgs(LogType type, LogLevel level, unsigned int domain, const char* tag, const char* fmt, va_list ap);
35 HiLogPrintArgs(LOG_CORE, LOG_LEVELS[level], domain, tag, format, args); in Print()
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
H A Dhilog_adapter.cpp39 int HiLogPrintArgs(LogType type, LogLevel level, unsigned int domain, const char* tag, const char* fmt, va_list ap);
47 return HiLogPrintArgs(LOG_CORE, LOG_LEVELS[level], domain, tag, fmt, ap); in HiLogAdapterPrintLog()
52 return HiLogPrintArgs(LOG_APP, LOG_LEVELS[level], LOG_CONSOLE_DOMAIN, tag, fmt, ap); in HiLogAdapterConsoleLog()
/base/hiviewdfx/hilog/platform/
H A Dhilog_printf.cpp37 int HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag, in HiLogPrintArgs() function
49 ret = HiLogPrintArgs(type, level, domain, tag, fmt, ap); in HiLogPrint()
H A Dhilog.cpp21 int HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag,
30 (ret) = ::HiLogPrintArgs(label.type, (level), label.domain, label.tag, fmt, args); \
/base/hiviewdfx/hilog/frameworks/include/
H A Dhilog_inner.h25 int HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag,
/base/hiviewdfx/hilog/frameworks/hilog_ndk/
H A Dhilog_ndk.c26 ret = HiLogPrintArgs(type, level, domain, tag, fmt, ap); in OH_LOG_Print()
/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog.cpp28 (ret) = ::HiLogPrintArgs(label.type, (level), label.domain, label.tag, fmt, args); \
H A Dhilog_printf.cpp215 int HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag, in HiLogPrintArgs() function
365 ret = HiLogPrintArgs(type, level, domain, tag, fmt, ap); in HiLogPrint()
/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhilog.cpp27 (ret) = ::HiLogPrintArgs(label.type, (level), label.domain, label.tag, fmt, args); \
H A Dhiview_log.c1490 int HiLogPrintArgs(LogType bufID, LogLevel prio, unsigned int domain, const char *tag, const char *fmt, va_list ap) in HiLogPrintArgs() function
1566 ret = HiLogPrintArgs(bufID, prio, domain, tag, fmt, ap); in HiLogPrint()
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
H A Dhiview_log.h210 int HiLogPrintArgs(LogType bufID, LogLevel prio,

Completed in 7 milliseconds