Searched defs:HILOG_ERROR (Results 1 - 6 of 6) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | hilog_wrapper.h | 29 #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 D | hilog_wrapper.h | 28 #undef HILOG_ERROR macro 58 #define HILOG_ERROR(fmt, ...) \ macro
|
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/ |
H A D | log_c.h | 103 #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 D | hiview_log.h | 291 #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 D | log.h | 276 #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 D | hiview_log.h | 380 #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