/foundation/barrierfree/accessibility/common/log/include/ |
H A D | hilog_wrapper.h | 31 #ifdef HILOG_FATAL 32 #undef HILOG_FATAL macro 56 #define HILOG_FATAL(fmt, ...) \ macro 72 #define HILOG_FATAL(fmt, ...) \ macro 90 #define HILOG_FATAL(...) macro
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | fms_log_wrapper.h | 26 #ifdef HILOG_FATAL 27 #undef HILOG_FATAL macro 86 #define HILOG_FATAL(fmt, ...) do { \ macro 93 #define HILOG_FATAL(...) macro
|
/foundation/ability/ability_runtime/services/common/include/ |
H A D | hilog_wrapper.h | 23 #ifdef HILOG_FATAL 24 #undef HILOG_FATAL macro 53 #define HILOG_FATAL(fmt, ...) \ macro 70 #define HILOG_FATAL(...) macro
|
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/ |
H A D | form_renderer_hilog.h | 23 #ifdef HILOG_FATAL 24 #undef HILOG_FATAL macro 67 #define HILOG_FATAL(fmt, ...) PRINT_HILOG(FATAL, fmt, ##__VA_ARGS__) macro 74 #define HILOG_FATAL(...) macro
|
/foundation/filemanagement/user_file_service/utils/ |
H A D | hilog_wrapper.h | 23 #ifdef HILOG_FATAL 24 #undef HILOG_FATAL macro 51 #define HILOG_FATAL(fmt, ...) \ macro 68 #define HILOG_FATAL(...) macro
|
/foundation/arkui/ace_engine_lite/frameworks/common/log/ |
H A D | ace_log.h | 51 #ifndef HILOG_FATAL 52 #define HILOG_FATAL(mod, format, ...) macro 71 void HILOG_FATAL(HiLogModuleType mod, const char *msg, ...);
|
/foundation/arkui/napi/utils/ |
H A D | log.h | 44 #define HILOG_FATAL(fmt, ...) \ macro 60 #undef HILOG_FATAL macro 75 #define HILOG_FATAL(fmt, ...) \ macro 99 HILOG_FATAL(fmt, ##__VA_ARGS__); \
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
H A D | ge_log.h | 37 #define LOGF(format, ...) HILOG_FATAL(LOG_CORE, format, ##__VA_ARGS__) 43 #define GE_LOGF(format, ...) HILOG_FATAL(LOG_CORE, format, ##__VA_ARGS__)
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/util/ |
H A D | abilityms_log.h | 34 #ifndef HILOG_FATAL
35 #define HILOG_FATAL(mod, format, ...)
macro
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundlems_log.h | 34 #ifndef HILOG_FATAL 35 #define HILOG_FATAL(mod, format, ...) macro
|
/foundation/systemabilitymgr/safwk/services/safwk/include/ |
H A D | safwk_log.h | 89 #define LOGF(...) HILOG_FATAL(LOG_CORE, __VA_ARGS__)
92 HILOG_FATAL(LOG_CORE, "%{public}s " fmt, __FUNCTION__, ##__VA_ARGS__)
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | sam_log.h | 110 HILOG_FATAL(LOG_CORE, __VA_ARGS__); \ 113 #define HILOGF(...) HILOG_FATAL(LOG_CORE, __VA_ARGS__)
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/ |
H A D | rs_log.h | 119 HILOG_FATAL(LOG_CORE, format, ##__VA_ARGS__) 130 HILOG_FATAL(LOG_CORE, format, ##__VA_ARGS__) 165 ? ((void)HILOG_FATAL(LOG_CORE, format, ##__VA_ARGS__)) \
|
/foundation/multimedia/player_framework/services/utils/include/ |
H A D | media_log.h | 79 MEDIA_LOG(HILOG_FATAL, fmt, ##__VA_ARGS__) 85 #define MEDIA_LOGF(fmt, ...) MEDIA_LOG(HILOG_FATAL, fmt, ##__VA_ARGS__) 96 #define MEDIA_LOGF_NO_RELEASE(fmt, ...) MEDIA_LOG_PRERELEASE(HILOG_FATAL, fmt, ##__VA_ARGS__)
|
/foundation/ai/neural_network_runtime/common/ |
H A D | log.h | 36 #define LOGF(...) HILOG_FATAL(LOG_CORE, __VA_ARGS__)
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/ |
H A D | image_log.h | 28 #define IMAGE_LOGF(...) HILOG_FATAL(LOG_CORE, __VA_ARGS__)
|
/foundation/resourceschedule/frame_aware_sched/common/include/ |
H A D | rme_log_domain.h | 50 #define RME_LOGF(...) HILOG_FATAL(LOG_CORE, ##__VA_ARGS__)
|
/foundation/resourceschedule/qos_manager/include/ |
H A D | concurrent_task_log.h | 30 #define CONCUR_LOGF(...) (void)HILOG_FATAL(LOG_CORE, __VA_ARGS__)
|
/foundation/communication/wifi/wifi/base/cRPC/include/ |
H A D | log.h | 35 #define LOGF(...) HILOG_FATAL(LOG_CORE, ##__VA_ARGS__)
|
/foundation/communication/bluetooth_service/services/bluetooth/common/ |
H A D | log.h | 62 HILOG_FATAL(LOG_CORE, "[%{public}s(%{public}s:%{public}d)]" fmt, \ 109 #define LOG_FATAL(...) HILOG_FATAL(LOG_CORE, __VA_ARGS__)
|
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/ |
H A D | audio_log.h | 44 #define AUDIO_FATAL_LOG(fmt, ...) DECORATOR_HILOG(HILOG_FATAL, fmt, ##__VA_ARGS__) 107 #define AUDIO_PRERELEASE_LOGF(fmt, ...) DECORATOR_PRERELEASE_HILOG(HILOG_FATAL, fmt, ##__VA_ARGS__)
|
/foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
H A D | softbus_log.h | 56 HILOG_FATAL(HILOG_MODULE_SOFTBUS, FORMAT(fmt), FILE_NAME, __LINE__, __FUNCTION__, ##__VA_ARGS__) 66 #define SOFTBUS_LOGF_INNER(label, fmt, ...) HILOG_FATAL(HILOG_MODULE_SOFTBUS, FORMAT(fmt), __FUNCTION__, ##__VA_ARGS__)
|
/foundation/multimedia/media_foundation/interface/inner_api/common/ |
H A D | log.h | 124 #define MEDIA_LOG_F(fmt, ...) HST_HILOG(HILOG_FATAL, fmt, ##__VA_ARGS__) 128 #define MEDIA_LOG_F_NO_RELEASE(fmt, ...) HST_HILOG_NO_RELEASE(HILOG_FATAL, fmt, ##__VA_ARGS__) 133 #define MEDIA_LOG_F_SHORT(fmt, ...) HST_HILOG_SHORT(HILOG_FATAL, fmt, ##__VA_ARGS__) 150 #define MEDIA_LOG_F_T(fmt, ...) HST_HILOG_TAG(HILOG_FATAL, fmt, ##__VA_ARGS__)
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/ |
H A D | log.h | 43 HILOG_FATAL(LOG_CORE, format, ##__VA_ARGS__)
|
/foundation/multimedia/media_foundation/video_processing_engine/framework/dfx/include/ |
H A D | vpe_log.h | 34 #define VPE_LOGF(fmt, ...) HILOG_FATAL(LOG_CORE, fmt, ##__VA_ARGS__)
|