Searched refs:HiLogPrintArgs (Results 1 - 11 of 11) sorted by relevance
/base/hiviewdfx/hiview/base/ |
H A D | hi_logger.cpp | 22 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 D | hilog_adapter.cpp | 39 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 D | hilog_printf.cpp | 37 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 D | hilog.cpp | 21 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 D | hilog_inner.h | 25 int HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag,
|
/base/hiviewdfx/hilog/frameworks/hilog_ndk/ |
H A D | hilog_ndk.c | 26 ret = HiLogPrintArgs(type, level, domain, tag, fmt, ap);
in OH_LOG_Print()
|
/base/hiviewdfx/hilog/frameworks/libhilog/ |
H A D | hilog.cpp | 28 (ret) = ::HiLogPrintArgs(label.type, (level), label.domain, label.tag, fmt, args); \
|
H A D | hilog_printf.cpp | 215 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 D | hilog.cpp | 27 (ret) = ::HiLogPrintArgs(label.type, (level), label.domain, label.tag, fmt, args); \
|
H A D | hiview_log.c | 1490 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 D | hiview_log.h | 210 int HiLogPrintArgs(LogType bufID, LogLevel prio,
|
Completed in 7 milliseconds