Searched defs:HILOG_FATAL (Results 1 - 11 of 11) sorted by relevance
/foundation/ability/ability_runtime/services/common/include/ |
H A D | hilog_wrapper.h | 24 #undef HILOG_FATAL macro 53 #define HILOG_FATAL(fmt, ...) \ macro 70 #define HILOG_FATAL(...) macro
|
/foundation/barrierfree/accessibility/common/log/include/ |
H A D | hilog_wrapper.h | 32 #undef HILOG_FATAL macro 56 #define HILOG_FATAL(fmt, ...) \ macro 72 #define HILOG_FATAL(fmt, ...) \ macro 90 #define HILOG_FATAL(...) macro
|
/foundation/filemanagement/user_file_service/utils/ |
H A D | hilog_wrapper.h | 24 #undef HILOG_FATAL macro 51 #define HILOG_FATAL(fmt, ...) \ macro 68 #define HILOG_FATAL(...) macro
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | fms_log_wrapper.h | 27 #undef HILOG_FATAL macro 86 #define HILOG_FATAL(fmt, ...) do { \ macro 93 #define HILOG_FATAL(...) macro
|
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/ |
H A D | form_renderer_hilog.h | 24 #undef HILOG_FATAL macro 67 #define HILOG_FATAL(fmt, ...) PRINT_HILOG(FATAL, fmt, ##__VA_ARGS__) macro 74 #define HILOG_FATAL(...) macro
|
/foundation/arkui/ace_engine_lite/frameworks/common/log/ |
H A D | ace_log.h | 52 #define HILOG_FATAL(mod, format, ...) macro
|
H A D | ace_log.cpp | 50 void HILOG_FATAL(HiLogModuleType mod, const char *msg, ...) in HILOG_FATAL() function
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/util/ |
H A D | abilityms_log.h | 35 #define HILOG_FATAL(mod, format, ...)
macro
|
/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
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundlems_log.h | 35 #define HILOG_FATAL(mod, format, ...) macro
|
/foundation/multimedia/image_framework/mock/native/include/log/hilog/ |
H A D | log_c.h | 69 #define HILOG_FATAL(type, ...) ((void)HiLogPrint((type), LOG_FATAL, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) macro
|
Completed in 3 milliseconds