/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | hilog_wrapper.h | 24 #ifdef HILOG_FATAL 25 #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 D | hilog_wrapper.h | 23 #ifdef HILOG_FATAL 24 #undef HILOG_FATAL macro 61 #define HILOG_FATAL(fmt, ...) \ macro 72 #define HILOG_FATAL(...)
|
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/ |
H A D | hilog_wrapper.h | 59 #define HILOG_HILOGF(...) HILOG_FATAL(HILOG_MODULE_POWERMGR, __VA_ARGS__) 65 #define HILOG_HILOGF(...) HILOG_FATAL(LOG_CORE, FORMATED(__VA_ARGS__))
|
/base/powermgr/powermgr_lite/frameworks/include/ |
H A D | hilog_wrapper.h | 59 #define POWER_HILOGF(...) HILOG_FATAL(HILOG_MODULE_POWERMGR, __VA_ARGS__) 65 #define POWER_HILOGF(...) HILOG_FATAL(LOG_CORE, FILE_FORMATED(__VA_ARGS__))
|
/base/powermgr/battery_lite/frameworks/native/include/ |
H A D | hilog_wrapper.h | 55 #define POWER_HILOGF(...) HILOG_FATAL(HILOG_MODULE_POWERMGR, __VA_ARGS__) 61 #define POWER_HILOGF(...) HILOG_FATAL(LOG_CORE, FILE_FORMATED(__VA_ARGS__))
|
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/ |
H A D | thread_sampler_utils.h | 34 #define XCOLLIE_LOGF(...) HILOG_FATAL(LOG_CORE, ##__VA_ARGS__)
|
/base/security/access_token/frameworks/el5filekeymanager/include/ |
H A D | el5_filekey_manager_log.h | 35 #define LOG_FATAL(fmt, ...) HILOG_FATAL(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA_ARGS__)
|
/base/security/device_security_level/baselib/utils/include/ |
H A D | utils_log.h | 35 #define SECURITY_LOG_FATAL(fmt, ...) HILOG_FATAL(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA_ARGS__)
|
/base/security/security_guard/frameworks/common/log/include/ |
H A D | security_collector_log.h | 52 (void)HILOG_FATAL(LOG_CORE, "[%{public}s]" fmt, __func__, ##__VA_ARGS__)
|
H A D | security_guard_log.h | 33 #define SGLOGF(fmt, ...) HILOG_FATAL(LOG_CORE, "[%{public}s]" fmt, __func__, ##__VA_ARGS__)
|
/base/sensors/sensor/utils/common/include/ |
H A D | sensor_log.h | 46 HILOG_FATAL(LOG_CORE, SENSOR_FUNC_FMT fmt, SENSOR_FUNC_INFO, ##__VA_ARGS__); \
|
/base/sensors/miscdevice/utils/common/include/ |
H A D | miscdevice_log.h | 49 HILOG_FATAL(LOG_CORE, MISC_FUNC_FMT fmt, MISC_FUNC_INFO, ##__VA_ARGS__); \
|
/base/hiviewdfx/hidumper/utils/native/include/ |
H A D | hilog_wrapper.h | 45 HILOG_FATAL(LOG_CORE, "%{public}s# " fmt, __FUNCTION__, ##__VA_ARGS__)
|
/base/security/access_token/interfaces/innerkits/analysis_model/src/ |
H A D | analysis_model_log.h | 27 #define MODEL_LOG_FATAL(fmt, ...) HILOG_FATAL(LOG_CORE, fmt, ##__VA_ARGS__)
|
/base/telephony/ril_adapter/utils/native/include/ |
H A D | telephony_log_c.h | 59 #define TELEPHONY_LOGF(fmt, args...) DECORATOR_HILOG(HILOG_FATAL, fmt, ##args)
|
/base/telephony/core_service/utils/log/include/ |
H A D | telephony_log_c.h | 59 #define TELEPHONY_LOGF(fmt, args...) DECORATOR_HILOG(HILOG_FATAL, fmt, ##args)
|
/base/useriam/pin_auth/common/logs/ |
H A D | iam_logger.h | 42 #define PIN_LOG_FATAL(...) HILOG_FATAL(LOG_CORE, __VA_ARGS__)
|
/base/useriam/face_auth/common/logs/ |
H A D | iam_logger.h | 42 #define FACE_FATAL(...) HILOG_FATAL(LOG_CORE, __VA_ARGS__)
|
/base/useriam/fingerprint_auth/common/logs/ |
H A D | iam_logger.h | 42 #define FINGERPRINT_LOG_FATAL(...) HILOG_FATAL(LOG_CORE, __VA_ARGS__)
|
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog/ |
H A D | log.h | 163 /** Fatal level to be used by {@link HILOG_FATAL} */ 296 #define HILOG_FATAL(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_FATAL, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) macro
|
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/ |
H A D | log_c.h | 105 #define HILOG_FATAL(type, ...) ((void)HILOG_IMPL((type), LOG_FATAL, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
macro
|
/base/startup/appspawn/util/include/ |
H A D | appspawn_utils.h | 167 HILOG_FATAL(LOG_CORE, "[%{public}s:%{public}d]" fmt, (APP_FILE_NAME), (__LINE__), ##__VA_ARGS__) 184 HILOG_FATAL(HILOG_MODULE_HIVIEW, "[%{public}s:%{public}d]" fmt, (APP_FILE_NAME), (__LINE__), ##__VA_ARGS__)
|
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/ |
H A D | hiview_log.h | 163 /** Fatal level to be used by {@link HILOG_FATAL} */ 311 #define HILOG_FATAL(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_FATAL, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) macro
|
/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | xcollie_utils.h | 38 #define XCOLLIE_LOGF(...) HILOG_FATAL(LOG_CORE, ##__VA_ARGS__)
|
/base/hiviewdfx/faultloggerd/common/dfxlog/ |
H A D | dfx_log.h | 67 HILOG_FATAL(LOG_CORE, "[%{public}s:%{public}d] " fmt, (__FILE_NAME__), (__LINE__), ##__VA_ARGS__)
|