Home
last modified time | relevance | path

Searched refs:HiLogPrint (Results 1 - 12 of 12) sorted by relevance

/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog/
H A Dlog.h191 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char* tag, const char* fmt, ...)
194 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char* tag, const char* fmt, ...)
212 * @see HiLogPrint
216 #define HILOG_DEBUG(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
232 * @see HiLogPrint
236 #define HILOG_INFO(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
252 * @see HiLogPrint
256 #define HILOG_WARN(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_WARN, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
272 * @see HiLogPrint
276 #define HILOG_ERROR(type, ...) ((void)HiLogPrint(LOG_COR
[all...]
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
H A Dhiview_log.h191 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char* tag, const char* fmt, ...)
194 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char* tag, const char* fmt, ...)
227 * @see HiLogPrint
231 #define HILOG_DEBUG(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
247 * @see HiLogPrint
251 #define HILOG_INFO(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
267 * @see HiLogPrint
271 #define HILOG_WARN(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_WARN, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
287 * @see HiLogPrint
291 #define HILOG_ERROR(type, ...) ((void)HiLogPrint(LOG_COR
[all...]
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
H A Dlog_c.h89 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...)
115 #define HILOG_IMPL(type, level, domain, tag, ...) HiLogPrint(type, level, domain, tag, ##__VA_ARGS__)
/base/tee/tee_client/services/tlogcat/src/
H A Dsys_hilog_cfg.c53 (void)HiLogPrint(LOG_CORE, logLevel, LOG_DOMAIN, logTag, "index: %{public}u: %{public}s", in TeeHilogPrint()
/base/hiviewdfx/hilog/platform/
H A Dhilog_printf.cpp44 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogPrint() function
/base/startup/init/services/log/
H A Dinit_log.c107 (void)HiLogPrint(INIT_LOG_INIT, LOG_LEVEL[logLevel], domain, tag, "%s", logInfo); in PrintLog()
/base/hiviewdfx/hilog/interfaces/rust/src/
H A Dmacros.rs33 $crate::HiLogPrint($log_label.log_type as u8, $level as u8, $log_label.domain as u32,
/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp360 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogPrint() function
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/
H A Dhilog_napi_base.cpp293 HiLogPrint((isAppLog ? LOG_APP : LOG_CORE), in HilogImpl()
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_module.cpp284 HiLogPrint(DEFAULT_LOG_TYPE, static_cast<LogLevel>(level), domain, tag, HilogString::Get(&logContent), ""); in HilogImpl()
/base/update/updater/services/diffpatch/patch_shared/
H A Dpatch_shared.cpp36 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogPrint() function
/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c1561 int HiLogPrint(LogType bufID, LogLevel prio, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogPrint() function

Completed in 8 milliseconds