Home
last modified time | relevance | path

Searched refs:HILOG_FATAL (Results 1 – 25 of 134) sorted by relevance

123456

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_blob.cpp26 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 Djs_buffer.cpp30 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 Dhilog_wrapper.h31 #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 Dhilog_wrapper.h23 #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 Dhilog_wrapper.h23 #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 Dhilog_wrapper.h24 #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 Dform_renderer_hilog.h23 #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 Dfms_log_wrapper.h26 #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 Dhilog_wrapper.h23 #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 Dlog.h44 #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 Dace_log.h50 #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 Dtask_runner.cpp36 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 Dlog.h30 #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 Dge_log.h37 #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 Dlog.h31 #undef HILOG_FATAL
40 #define HILOG_FATAL(fmt, ...) \ macro
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
H A Dhilog_wrapper.h59 #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 Dhilog_wrapper.h55 #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 Dhilog_wrapper.h59 #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 Dmedia_log.h77 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 Dbundlems_log.h34 #ifndef HILOG_FATAL
35 #define HILOG_FATAL(mod, format, ...) macro
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/util/
H A Dabilityms_log.h34 #ifndef HILOG_FATAL
35 #define HILOG_FATAL(mod, format, ...) macro
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/include/
H A Dsafwk_log.h89 #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 Dsam_log.h110 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 Drs_log.h120 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 Dutil_helper.cpp127 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()

123456