Home
last modified time | relevance | path

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

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhilog_wrapper.h29 #undef HILOG_ERROR macro
55 #define HILOG_ERROR(...) (void)OHOS::HiviewDFX::HiLog::Error(LOG_LABEL, __VA_ARGS__) macro
77 #define HILOG_ERROR(...) macro
/base/theme/wallpaper_mgr/utils/include/
H A Dhilog_wrapper.h28 #undef HILOG_ERROR macro
58 #define HILOG_ERROR(fmt, ...) \ macro
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
H A Dlog_c.h103 #define HILOG_ERROR(type, ...) ((void)HILOG_IMPL((type), LOG_ERROR, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) macro
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
H A Dhiview_log.h291 #define HILOG_ERROR(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_ERROR, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) macro
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog/
H A Dlog.h276 #define HILOG_ERROR(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_ERROR, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) macro
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
H A Dhiview_log.h380 #define HILOG_ERROR(mod, fmt, ...) HiLogPrintf(mod, HILOG_LV_ERROR, FUN_ARG_NUM(__VA_ARGS__), fmt, ##__VA_ARGS__) macro
382 #define HILOG_ERROR(mod, fmt, ...) macro

Completed in 3 milliseconds