Home
last modified time | relevance | path

Searched defs:HILOG_FATAL (Results 1 - 6 of 6) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhilog_wrapper.h25 #undef HILOG_FATAL macro
54 #define HILOG_FATAL(...) (void)OHOS::HiviewDFX::HiLog::Fatal(LOG_LABEL, __VA_ARGS__) macro
76 #define HILOG_FATAL(...) macro
/base/theme/wallpaper_mgr/utils/include/
H A Dhilog_wrapper.h24 #undef HILOG_FATAL macro
61 #define HILOG_FATAL(fmt, ...) \ macro
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
H A Dlog_c.h105 #define HILOG_FATAL(type, ...) ((void)HILOG_IMPL((type), LOG_FATAL, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) macro
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
H A Dhiview_log.h311 #define HILOG_FATAL(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_FATAL, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) macro
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog/
H A Dlog.h296 #define HILOG_FATAL(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_FATAL, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) macro
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
H A Dhiview_log.h402 #define HILOG_FATAL(mod, fmt, ...) HiLogPrintf(mod, HILOG_LV_FATAL, FUN_ARG_NUM(__VA_ARGS__), fmt, ##__VA_ARGS__) macro
404 #define HILOG_FATAL(mod, fmt, ...) macro

Completed in 3 milliseconds