Home
last modified time | relevance | path

Searched defs:HILOG_WARN (Results 1 – 8 of 8) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/
Dhilog_wrapper.h55 #define HILOG_WARN(...) { \ macro
77 #define HILOG_WARN(...) macro
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dhilog_wrapper.h56 #define HILOG_WARN(...) { \ macro
78 #define HILOG_WARN(...) macro
/base/telephony/core_service/services/sim/include/
Dhilog_wrapper.h48 #define HILOG_WARN(...) (void)OHOS::HiviewDFX::HiLog::Warn(LOG_LABEL, __VA_ARGS__) macro
55 #define HILOG_WARN(...) macro
/base/theme/wallpaper_mgr/utils/include/
Dhilog_wrapper.h61 #define HILOG_WARN(fmt, ...) \ macro
74 #define HILOG_WARN(...) macro
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
Dlog_c.h67 #define HILOG_WARN(type, ...) ((void)HiLogPrint((type), LOG_WARN, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) macro
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog/
Dlog.h256 #define HILOG_WARN(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_WARN, LOG_DOMAIN, LOG_TAG, __VA_ARGS_… macro
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
Dhiview_log.h271 #define HILOG_WARN(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_WARN, LOG_DOMAIN, LOG_TAG, __VA_ARGS_… macro
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
Dhiview_log.h356 #define HILOG_WARN(mod, fmt, ...) HiLogPrintf(mod, HILOG_LV_WARN, FUN_ARG_NUM(__VA_ARGS__), fmt, ##… macro
358 #define HILOG_WARN(mod, fmt, ...) macro