/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/ |
H A D | js_blob.cpp | 26 HILOG_FATAL("Blob constructor malloc failed"); in Init() 30 HILOG_FATAL("Blob constructor(length) memcpy_s failed"); in Init() 41 HILOG_FATAL("Blob constructor malloc failed"); in Init() 44 HILOG_FATAL("Blob constructor(start) memcpy_s failed"); in Init() 49 HILOG_FATAL("Blob constructor(start) memcpy_s failed"); in Init() 70 HILOG_FATAL("Blob constructor malloc failed"); in Init() 75 HILOG_FATAL("Blob constructor(start >= 0, end) memcpy_s failed"); in Init() 83 HILOG_FATAL("Blob constructor(start, end) memcpy_s failed"); in Init() 87 HILOG_FATAL("Blob constructor(start, end) memcpy_s failed"); in Init() 119 HILOG_FATAL("blob is null"); in ReadBytes() [all …]
|
H A D | js_buffer.cpp | 30 HILOG_FATAL("Buffer constructor malloc failed"); in Init() 42 HILOG_FATAL("Buffer constructor malloc failed"); in Init() 46 HILOG_FATAL("Buffer constructor memcpy_s failed"); in Init() 149 HILOG_FATAL("Buffer WriteBytes memmove_s failed"); in Copy() 281 HILOG_FATAL("Buffer get memcpy_s failed"); in Get() 302 HILOG_FATAL("Buffer ReadBytes memcpy_s failed"); in ReadBytes() 392 HILOG_FATAL("Buffer WriteBytes memcpy_s failed"); in WriteBytes()
|
/ohos5.0/foundation/barrierfree/accessibility/common/log/include/ |
H A D | hilog_wrapper.h | 31 #ifdef HILOG_FATAL 32 #undef HILOG_FATAL 56 #define HILOG_FATAL(fmt, ...) \ macro 72 #define HILOG_FATAL(fmt, ...) \ macro 90 #define HILOG_FATAL(...) macro
|
/ohos5.0/foundation/filemanagement/user_file_service/utils/ |
H A D | hilog_wrapper.h | 23 #ifdef HILOG_FATAL 24 #undef HILOG_FATAL 51 #define HILOG_FATAL(fmt, ...) \ macro 68 #define HILOG_FATAL(...) macro
|
/ohos5.0/foundation/ability/ability_runtime/services/common/include/ |
H A D | hilog_wrapper.h | 23 #ifdef HILOG_FATAL 24 #undef HILOG_FATAL 53 #define HILOG_FATAL(fmt, ...) \ macro 70 #define HILOG_FATAL(...) macro
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | hilog_wrapper.h | 24 #ifdef HILOG_FATAL 25 #undef HILOG_FATAL 54 #define HILOG_FATAL(...) (void)OHOS::HiviewDFX::HiLog::Fatal(LOG_LABEL, __VA_ARGS__) macro 76 #define HILOG_FATAL(...) macro
|
/ohos5.0/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 67 #define HILOG_FATAL(fmt, ...) PRINT_HILOG(FATAL, fmt, ##__VA_ARGS__) macro 74 #define HILOG_FATAL(...) macro
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | fms_log_wrapper.h | 26 #ifdef HILOG_FATAL 27 #undef HILOG_FATAL 103 #define HILOG_FATAL(fmt, ...) do { \ macro 110 #define HILOG_FATAL(...) macro
|
/ohos5.0/base/theme/wallpaper_mgr/utils/include/ |
H A D | hilog_wrapper.h | 23 #ifdef HILOG_FATAL 24 #undef HILOG_FATAL 61 #define HILOG_FATAL(fmt, ...) … macro 72 #define HILOG_FATAL(...) macro
|
/ohos5.0/foundation/arkui/napi/utils/ |
H A D | log.h | 44 #define HILOG_FATAL(fmt, ...) \ macro 60 #undef HILOG_FATAL 75 #define HILOG_FATAL(fmt, ...) \ macro 99 HILOG_FATAL(fmt, ##__VA_ARGS__); \
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/log/ |
H A D | ace_log.h | 50 #ifndef HILOG_FATAL 51 #define HILOG_FATAL(mod, format, ...) macro 67 void HILOG_FATAL(HiLogModuleType mod, const char *msg, ...);
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | task_runner.cpp | 36 HILOG_FATAL("taskpool:: runner_ is null"); in Run() 46 HILOG_FATAL("taskpool:: callback_.callback is null"); in Run()
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/console/ |
H A D | log.h | 30 #undef HILOG_FATAL 39 #define HILOG_FATAL(fmt, ...) ((void)HILOG_IMPL(LOG_APP, LOG_FATAL, LOG_DOMAIN, LOG_TAG, fmt, ##__V… macro
|
/ohos5.0/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__)
|
/ohos5.0/commonlibrary/ets_utils/tools/ |
H A D | log.h | 31 #undef HILOG_FATAL 40 #define HILOG_FATAL(fmt, ...) \ macro
|
/ohos5.0/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__))
|
/ohos5.0/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__))
|
/ohos5.0/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__))
|
/ohos5.0/foundation/multimedia/player_framework/services/utils/include/ |
H A D | media_log.h | 77 MEDIA_LOG(HILOG_FATAL, fmt, ##__VA_ARGS__) 83 #define MEDIA_LOGF(fmt, ...) MEDIA_LOG(HILOG_FATAL, fmt, ##__VA_ARGS__) 94 #define MEDIA_LOGF_NO_RELEASE(fmt, ...) MEDIA_LOG_PRERELEASE(HILOG_FATAL, fmt, ##__VA_ARGS__)
|
/ohos5.0/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
|
/ohos5.0/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
|
/ohos5.0/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__)
|
/ohos5.0/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__)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/ |
H A D | rs_log.h | 120 HILOG_FATAL(LOG_CORE, format, ##__VA_ARGS__) 131 HILOG_FATAL(LOG_CORE, format, ##__VA_ARGS__) 166 ? ((void)HILOG_FATAL(LOG_CORE, format, ##__VA_ARGS__)) \
|
/ohos5.0/commonlibrary/ets_utils/platform/ohos/ |
H A D | util_helper.cpp | 127 HILOG_FATAL("textencoder::copy buffer to arraybuffer error"); in EncodeConversion() 139 HILOG_FATAL("textencoder::copy buffer to arraybuffer error"); in EncodeConversion() 273 HILOG_FATAL("textencoder::copy buffer to arraybuffer error"); in OtherEncode() 281 HILOG_FATAL("textencoder::copy buffer to arraybuffer error"); in OtherEncode() 296 HILOG_FATAL("textencoder::copy buffer to arraybuffer error"); in OtherEncode() 431 HILOG_FATAL("textencoder::copy buffer to arraybuffer error"); in EncodeTo16BE()
|