Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 25 of 204) sorted by relevance

123456789

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
Dlog.h31 #define FILLP_LOG_IN(_level, _type, _pre, fmt, ...) argument
77 #define FILLP_LOGERR(fmt, ...) FILLP_LOG_IN(FILLP_DBG_LVL_ERROR, FILLP_DBG_LOG, "F-LOGERR", fmt, ##… argument
79 #define FILLP_LOGWAR(fmt, ...) FILLP_LOG_IN(FILLP_DBG_LVL_WARNING, FILLP_DBG_LOG, "F-LOGWAR", fmt, … argument
81 #define FILLP_LOGINF(fmt, ...) FILLP_LOG_IN(FILLP_DBG_LVL_INFO, FILLP_DBG_LOG, "F-LOGINF", fmt, ##_… argument
83 #define FILLP_LOGDTL(fmt, ...) FILLP_LOG_IN(FILLP_DBG_LVL_DETAIL, FILLP_DBG_LOG, "F-LOGDTL", fmt, #… argument
85 #define FILLP_LOGDBG(fmt, ...) FILLP_LOG_IN(FILLP_DBG_LVL_DEBUG, FILLP_DBG_LOG, "F-LOGDBG", fmt, ##… argument
87 #define FILLP_LOGBUTT(fmt, ...) FILLP_LOG_IN(FILLP_DBG_LVL_BUTT, FILLP_DBG_LOG, "F-LOGBUTT", fmt, #… argument
89 #define FILLP_HELPBUTT(fmt, ...) FILLP_LOG_IN(FILLP_DBG_LVL_BUTT, FILLP_DBG_HELP, "F-HELPBUTT", fmt… argument
91 #define FILLP_SHOWDATABUTT(fmt, ...) \ argument
94 #define FILLP_SHOWLEVELBUTT(fmt, ...) \ argument
[all …]
/foundation/communication/dsoftbus/core/common/include/
Dsoftbus_log.h31 #define SOFTBUS_DPRINTF(fd, fmt, ...) argument
96 #define DLOGD(fmt, ...) SoftBusLog(SOFTBUS_LOG_DISC, SOFTBUS_LOG_DBG, fmt, ##__VA_ARGS__) argument
97 #define DLOGI(fmt, ...) SoftBusLog(SOFTBUS_LOG_DISC, SOFTBUS_LOG_INFO, fmt, ##__VA_ARGS__) argument
98 #define DLOGW(fmt, ...) SoftBusLog(SOFTBUS_LOG_DISC, SOFTBUS_LOG_WARN, fmt, ##__VA_ARGS__) argument
99 #define DLOGE(fmt, ...) SoftBusLog(SOFTBUS_LOG_DISC, SOFTBUS_LOG_ERROR, fmt, ##__VA_ARGS__) argument
102 #define CLOGD(fmt, ...) SoftBusLog(SOFTBUS_LOG_CONN, SOFTBUS_LOG_DBG, fmt, ##__VA_ARGS__) argument
103 #define CLOGI(fmt, ...) SoftBusLog(SOFTBUS_LOG_CONN, SOFTBUS_LOG_INFO, fmt, ##__VA_ARGS__) argument
104 #define CLOGW(fmt, ...) SoftBusLog(SOFTBUS_LOG_CONN, SOFTBUS_LOG_WARN, fmt, ##__VA_ARGS__) argument
105 #define CLOGE(fmt, ...) SoftBusLog(SOFTBUS_LOG_CONN, SOFTBUS_LOG_ERROR, fmt, ##__VA_ARGS__) argument
108 #define LLOGD(fmt, ...) SoftBusLog(SOFTBUS_LOG_LNN, SOFTBUS_LOG_DBG, fmt, ##__VA_ARGS__) argument
[all …]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
Dlogger.h27 #define LOG_DEBUG(fmt, ...) … argument
36 #define LOG_INFO(fmt, ...) … argument
45 #define LOG_WARN(fmt, ...) … argument
54 #define LOG_ERROR(fmt, ...) … argument
63 #define LOG_FATAL(fmt, ...) … argument
77 #define LOG_DEBUG(fmt, ...) \ argument
79 #define LOG_ERROR(fmt, ...) \ argument
81 #define LOG_INFO(fmt, ...) \ argument
83 #define LOG_WARN(fmt, ...) \ argument
/foundation/graphic/graphic_2d/frameworks/surface/include/
Dbuffer_log.h42 #define _B_CNPRINTF(func, fmt, ...) \ argument
46 #define _B_CPRINTF(func, fmt, ...) \ argument
50 #define BLOGFD(fmt, ...) _B_CPRINTF(_B_DFUNC, "plz use self logfunc," fmt, ##__VA_ARGS__) argument
51 #define BLOGFI(fmt, ...) _B_CPRINTF(_B_IFUNC, "plz use self logfunc," fmt, ##__VA_ARGS__) argument
52 #define BLOGFW(fmt, ...) _B_CPRINTF(_B_WFUNC, "plz use self logfunc," fmt, ##__VA_ARGS__) argument
53 #define BLOGFE(fmt, ...) _B_CPRINTF(_B_EFUNC, "plz use self logfunc," fmt, ##__VA_ARGS__) argument
55 #define BLOGD(fmt, ...) _B_CPRINTF(_B_DFUNC, fmt, ##__VA_ARGS__) argument
56 #define BLOGI(fmt, ...) _B_CPRINTF(_B_IFUNC, fmt, ##__VA_ARGS__) argument
57 #define BLOGW(fmt, ...) _B_CPRINTF(_B_WFUNC, fmt, ##__VA_ARGS__) argument
58 #define BLOGE(fmt, ...) _B_CPRINTF(_B_EFUNC, fmt, ##__VA_ARGS__) argument
[all …]
/foundation/multimedia/av_codec/services/dfx/include/
Davcodec_log.h34 #define AVCODEC_LOG(func, fmt, args...) \ argument
39 #define AVCODEC_LOGF(fmt, ...) AVCODEC_LOG(::OHOS::HiviewDFX::HiLog::Fatal, fmt, ##__VA_ARGS__) argument
40 #define AVCODEC_LOGE(fmt, ...) AVCODEC_LOG(::OHOS::HiviewDFX::HiLog::Error, fmt, ##__VA_ARGS__) argument
41 #define AVCODEC_LOGW(fmt, ...) AVCODEC_LOG(::OHOS::HiviewDFX::HiLog::Warn, fmt, ##__VA_ARGS__) argument
42 #define AVCODEC_LOGI(fmt, ...) AVCODEC_LOG(::OHOS::HiviewDFX::HiLog::Info, fmt, ##__VA_ARGS__) argument
43 #define AVCODEC_LOGD(fmt, ...) AVCODEC_LOG(::OHOS::HiviewDFX::HiLog::Debug, fmt, ##__VA_ARGS__) argument
44 #define AVCODEC_LOGD_LIMIT(frequency, fmt, ...) \ argument
50 #define CHECK_AND_RETURN_RET_LOG(cond, ret, fmt, ...) \ argument
58 #define CHECK_AND_RETURN_LOG(cond, fmt, ...) \ argument
66 #define CHECK_AND_BREAK_LOG(cond, fmt, ...) \ argument
[all …]
/foundation/arkui/ace_engine/interfaces/inner_api/ace/uicast/
Duicast_subscriber.h36 #define HIVIEW_PRINTF(func, fmt, ...) func(LOG_LABEL, "<%{public}d>" fmt, __LINE__, ##__VA_ARGS__) argument
38 #define WLOGD(fmt, ...) HIVIEW_PRINTF(HiviewDFX::HiLog::Debug, fmt, ##__VA_ARGS__) argument
39 #define WLOGI(fmt, ...) HIVIEW_PRINTF(HiviewDFX::HiLog::Info, fmt, ##__VA_ARGS__) argument
40 #define WLOGW(fmt, ...) HIVIEW_PRINTF(HiviewDFX::HiLog::Warn, fmt, ##__VA_ARGS__) argument
41 #define WLOGE(fmt, ...) HIVIEW_PRINTF(HiviewDFX::HiLog::Error, fmt, ##__VA_ARGS__) argument
43 #define LOGD(fmt, ...) WLOGD("%{public}s: " fmt, __func__, ##__VA_ARGS__) argument
44 #define LOGI(fmt, ...) WLOGI("%{public}s: " fmt, __func__, ##__VA_ARGS__) argument
45 #define LOGW(fmt, ...) WLOGW("%{public}s: " fmt, __func__, ##__VA_ARGS__) argument
46 #define LOGE(fmt, ...) WLOGE("%{public}s: " fmt, __func__, ##__VA_ARGS__) argument
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
Dhdi_log.h31 #define __HLOG(func, fmt, ...) \ argument
34 #define HLOGD(fmt, ...) __HLOG(::OHOS::HiviewDFX::HiLog::Debug, fmt, ##__VA_ARGS__) argument
35 #define HLOGI(fmt, ...) __HLOG(::OHOS::HiviewDFX::HiLog::Info, fmt, ##__VA_ARGS__) argument
36 #define HLOGW(fmt, ...) __HLOG(::OHOS::HiviewDFX::HiLog::Warn, fmt, ##__VA_ARGS__) argument
37 #define HLOGE(fmt, ...) __HLOG(::OHOS::HiviewDFX::HiLog::Error, fmt, ##__VA_ARGS__) argument
39 #define HLOG_SUCCESS(fmt, ...) HLOGI("Success, Way: " fmt, ##__VA_ARGS__) argument
40 #define HLOG_FAILURE(fmt, ...) HLOGE("Failure, Reason: " fmt, ##__VA_ARGS__) argument
42 #define HLOG_ERROR(errno, fmt, ...) \ argument
/foundation/multimodalinput/input/util/common/include/
Dklog.h27 #define KMSG_LOGT(fmt, ...) kMsgLog((MMI_FILE_NAME), (__LINE__), "<7>", fmt"\n", ##__VA_ARGS__) argument
28 #define KMSG_LOGD(fmt, ...) kMsgLog((MMI_FILE_NAME), (__LINE__), "<7>", fmt"\n", ##__VA_ARGS__) argument
29 #define KMSG_LOGI(fmt, ...) kMsgLog((MMI_FILE_NAME), (__LINE__), "<6>", fmt"\n", ##__VA_ARGS__) argument
30 #define KMSG_LOGW(fmt, ...) kMsgLog((MMI_FILE_NAME), (__LINE__), "<4>", fmt"\n", ##__VA_ARGS__) argument
31 #define KMSG_LOGE(fmt, ...) kMsgLog((MMI_FILE_NAME), (__LINE__), "<3>", fmt"\n", ##__VA_ARGS__) argument
32 #define KMSG_LOGF(fmt, ...) kMsgLog((MMI_FILE_NAME), (__LINE__), "<3>", fmt"\n", ##__VA_ARGS__) argument
Dmmi_log.h51 #define MMI_HILOGD(fmt, ...) do { \ argument
56 #define MMI_HILOGI(fmt, ...) do { \ argument
59 #define MMI_HILOGW(fmt, ...) do { \ argument
62 #define MMI_HILOGE(fmt, ...) do { \ argument
65 #define MMI_HILOGF(fmt, ...) do { \ argument
69 #define MMI_HILOGDK(fmt, ...) do { \ argument
74 #define MMI_HILOGIK(fmt, ...) do { \ argument
79 #define MMI_HILOGWK(fmt, ...) do { \ argument
84 #define MMI_HILOGEK(fmt, ...) do { \ argument
89 #define MMI_HILOGFK(fmt, ...) do { \ argument
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
Daudio_log.h31 #define DECORATOR_HILOG(op, fmt, args...) \ argument
36 #define DECORATOR_HILOG(op, fmt, args...) \ argument
42 #define AUDIO_DEBUG_LOG(fmt, ...) DECORATOR_HILOG(HILOG_DEBUG, fmt, ##__VA_ARGS__) argument
43 #define AUDIO_ERR_LOG(fmt, ...) DECORATOR_HILOG(HILOG_ERROR, fmt, ##__VA_ARGS__) argument
44 #define AUDIO_WARNING_LOG(fmt, ...) DECORATOR_HILOG(HILOG_WARN, fmt, ##__VA_ARGS__) argument
45 #define AUDIO_INFO_LOG(fmt, ...) DECORATOR_HILOG(HILOG_INFO, fmt, ##__VA_ARGS__) argument
46 #define AUDIO_FATAL_LOG(fmt, ...) DECORATOR_HILOG(HILOG_FATAL, fmt, ##__VA_ARGS__) argument
54 #define CHECK_AND_RETURN_RET_LOG(cond, ret, fmt, ...) \ argument
62 #define CHECK_AND_RETURN_LOG(cond, fmt, ...) \ argument
70 #define CHECK_AND_BREAK_LOG(cond, fmt, ...) \ argument
/foundation/filemanagement/storage_service/services/common/include/
Dstorage_service_log.h23 #define PRINT_LOG(Level, fmt, ...) \ argument
27 #define LOGD(fmt, ...) PRINT_LOG(Debug, fmt, ##__VA_ARGS__) argument
28 #define LOGI(fmt, ...) PRINT_LOG(Info, fmt, ##__VA_ARGS__) argument
29 #define LOGW(fmt, ...) PRINT_LOG(Warn, fmt, ##__VA_ARGS__) argument
30 #define LOGE(fmt, ...) PRINT_LOG(Error, fmt, ##__VA_ARGS__) argument
31 #define LOGF(fmt, ...) PRINT_LOG(Fatal, fmt, ##__VA_ARGS__) argument
/foundation/resourceschedule/memmgr/common/include/
Dmemmgr_log.h45 #define DP_LOG(level, fmt, ...) \ argument
48 #define HILOGF(fmt, ...) DP_LOG(Fatal, fmt, ##__VA_ARGS__) argument
49 #define HILOGE(fmt, ...) DP_LOG(Error, fmt, ##__VA_ARGS__) argument
50 #define HILOGW(fmt, ...) DP_LOG(Warn, fmt, ##__VA_ARGS__) argument
51 #define HILOGI(fmt, ...) DP_LOG(Info, fmt, ##__VA_ARGS__) argument
52 #define HILOGD(fmt, ...) DP_LOG(Debug, fmt, ##__VA_ARGS__) argument
/foundation/deviceprofile/device_info_manager/common/include/
Ddevice_profile_log.h45 #define DP_LOG(level, fmt, ...) \ argument
48 #define HILOGF(fmt, ...) DP_LOG(Fatal, fmt, ##__VA_ARGS__) argument
49 #define HILOGE(fmt, ...) DP_LOG(Error, fmt, ##__VA_ARGS__) argument
50 #define HILOGW(fmt, ...) DP_LOG(Warn, fmt, ##__VA_ARGS__) argument
51 #define HILOGI(fmt, ...) DP_LOG(Info, fmt, ##__VA_ARGS__) argument
52 #define HILOGD(fmt, ...) DP_LOG(Debug, fmt, ##__VA_ARGS__) argument
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
Dmedia_log.h35 #define MEDIA_HILOG(op, fmt, args...) \ argument
40 #define MEDIA_DEBUG_LOG(fmt, ...) MEDIA_HILOG(OHOS::HiviewDFX::HiLog::Debug, fmt, ##__VA_ARGS__) argument
41 #define MEDIA_ERR_LOG(fmt, ...) MEDIA_HILOG(OHOS::HiviewDFX::HiLog::Error, fmt, ##__VA_ARGS__) argument
42 #define MEDIA_WARN_LOG(fmt, ...) MEDIA_HILOG(OHOS::HiviewDFX::HiLog::Warn, fmt, ##__VA_ARGS__) argument
43 #define MEDIA_INFO_LOG(fmt, ...) MEDIA_HILOG(OHOS::HiviewDFX::HiLog::Info, fmt, ##__VA_ARGS__) argument
44 #define MEDIA_FATAL_LOG(fmt, ...) MEDIA_HILOG(OHOS::HiviewDFX::HiLog::Fatal, fmt, ##__VA_ARGS__) argument
46 #define CHECK_AND_RETURN_RET_LOG(cond, ret, fmt, ...) \ argument
54 #define CHECK_AND_RETURN_LOG(cond, fmt, ...) \ argument
62 #define CHECK_AND_PRINT_LOG(cond, fmt, ...) \ argument
/foundation/multimedia/media_library/frameworks/utils/include/
Dmedialibrary_common_log.h35 #define COMMON_HILOG(op, fmt, args...) \ argument
40 #define COMMON_DEBUG_LOG(fmt, ...) COMMON_HILOG(OHOS::HiviewDFX::HiLog::Debug, fmt, ##__VA_ARGS__) argument
41 #define COMMON_ERR_LOG(fmt, ...) COMMON_HILOG(OHOS::HiviewDFX::HiLog::Error, fmt, ##__VA_ARGS__) argument
42 #define COMMON_WARN_LOG(fmt, ...) COMMON_HILOG(OHOS::HiviewDFX::HiLog::Warn, fmt, ##__VA_ARGS__) argument
43 #define COMMON_INFO_LOG(fmt, ...) COMMON_HILOG(OHOS::HiviewDFX::HiLog::Info, fmt, ##__VA_ARGS__) argument
44 #define COMMON_FATAL_LOG(fmt, ...) COMMON_HILOG(OHOS::HiviewDFX::HiLog::Fatal, fmt, ##__VA_ARGS__) argument
46 #define CHECK_AND_ERR_LOG(cond, fmt, ...) \ argument
/foundation/ability/dmsfwk_lite/include/
Ddmslite_log.h31 #define DMSLITE_LOG(LEVEL, fmt, ...) argument
38 #define HILOGD(fmt, ...) DMSLITE_LOG(DEBUG, fmt, ##__VA_ARGS__) argument
44 #define HILOGI(fmt, ...) DMSLITE_LOG(INFO, fmt, ##__VA_ARGS__) argument
50 #define HILOGW(fmt, ...) DMSLITE_LOG(WARN, fmt, ##__VA_ARGS__) argument
56 #define HILOGE(fmt, ...) DMSLITE_LOG(ERROR, fmt, ##__VA_ARGS__) argument
62 #define HILOGF(fmt, ...) DMSLITE_LOG(FATAL, fmt, ##__VA_ARGS__) argument
/foundation/multimodalinput/input/test/unittest/standalone/include/
Dmmi_log.h38 inline void PrintLog(const OHOS::HiviewDFX::HiLogLabel& label, const char* type, const char* fmt, .… in PrintLog()
51 #define MMI_HILOGD(fmt, ...) PrintLog(LABEL, "D", fmt, ##__VA_ARGS__) argument
52 #define MMI_HILOGI(fmt, ...) PrintLog(LABEL, "I", fmt, ##__VA_ARGS__) argument
53 #define MMI_HILOGW(fmt, ...) PrintLog(LABEL, "W", fmt, ##__VA_ARGS__) argument
54 #define MMI_HILOGE(fmt, ...) PrintLog(LABEL, "E", fmt, ##__VA_ARGS__) argument
55 #define MMI_HILOGF(fmt, ...) PrintLog(LABEL, "F", fmt, ##__VA_ARGS__) argument
56 #define MMI_HILOGDK(fmt, ...) PrintLog(LABEL, "D", fmt, ##__VA_ARGS__) argument
57 #define MMI_HILOGIK(fmt, ...) PrintLog(LABEL, "I", fmt, ##__VA_ARGS__) argument
58 #define MMI_HILOGWK(fmt, ...) PrintLog(LABEL, "W", fmt, ##__VA_ARGS__) argument
59 #define MMI_HILOGEK(fmt, ...) PrintLog(LABEL, "E", fmt, ##__VA_ARGS__) argument
[all …]
/foundation/filemanagement/dfs_service/utils/log/include/
Dutils_log.h36 #define PRINT_LOG(Level, fmt, ...) \ argument
40 #define LOGD(fmt, ...) PRINT_LOG(Debug, fmt, ##__VA_ARGS__) argument
41 #define LOGI(fmt, ...) PRINT_LOG(Info, fmt, ##__VA_ARGS__) argument
42 #define LOGW(fmt, ...) PRINT_LOG(Warn, fmt, ##__VA_ARGS__) argument
43 #define LOGE(fmt, ...) PRINT_LOG(Error, fmt, ##__VA_ARGS__) argument
44 #define LOGF(fmt, ...) PRINT_LOG(Fatal, fmt, ##__VA_ARGS__) argument
/foundation/filemanagement/app_file_service/interfaces/common/include/
Dlog.h26 #define PRINT_LOG(Level, fmt, ...) \ argument
30 #define LOGI(fmt, ...) PRINT_LOG(Info, fmt, ##__VA_ARGS__) argument
31 #define LOGW(fmt, ...) PRINT_LOG(Warn, fmt, ##__VA_ARGS__) argument
32 #define LOGD(fmt, ...) PRINT_LOG(Debug, fmt, ##__VA_ARGS__) argument
33 #define LOGE(fmt, ...) PRINT_LOG(Error, fmt, ##__VA_ARGS__) argument
34 #define LOGF(fmt, ...) PRINT_LOG(Fatal, fmt, ##__VA_ARGS__) argument
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
Dnetnative_log_wrapper.h31 #define PRINT_NATIVE_LOG(op, fmt, ...) … argument
35 #define NETNATIVE_LOG_D(fmt, ...) PRINT_NATIVE_LOG(Debug, fmt, ##__VA_ARGS__) argument
36 #define NETNATIVE_LOGE(fmt, ...) PRINT_NATIVE_LOG(Error, fmt, ##__VA_ARGS__) argument
37 #define NETNATIVE_LOGW(fmt, ...) PRINT_NATIVE_LOG(Warn, fmt, ##__VA_ARGS__) argument
38 #define NETNATIVE_LOGI(fmt, ...) PRINT_NATIVE_LOG(Info, fmt, ##__VA_ARGS__) argument
39 #define NETNATIVE_LOGF(fmt, ...) PRINT_NATIVE_LOG(Fatal, fmt, ##__VA_ARGS__) argument
/foundation/ai/intelligent_voice_framework/utils/
Dintell_voice_log.h25 #define INTELL_VOICE_LOG_DEBUG(fmt, ...) \ argument
27 #define INTELL_VOICE_LOG_ERROR(fmt, ...) \ argument
29 #define INTELL_VOICE_LOG_WARN(fmt, ...) \ argument
31 #define INTELL_VOICE_LOG_INFO(fmt, ...) \ argument
33 #define INTELL_VOICE_LOG_FATAL(fmt, ...) \ argument
/foundation/filemanagement/file_api/utils/filemgmt_libhilog/
Dfilemgmt_libhilog.h36 #define FILEMGMT_PRINT_LOG(Level, fmt, ...) … argument
60 #define HILOGD(fmt, ...) FILEMGMT_PRINT_LOG(Debug, fmt, ##__VA_ARGS__) argument
61 #define HILOGI(fmt, ...) FILEMGMT_PRINT_LOG(Info, fmt, ##__VA_ARGS__) argument
62 #define HILOGW(fmt, ...) FILEMGMT_PRINT_LOG(Warn, fmt, ##__VA_ARGS__) argument
63 #define HILOGE(fmt, ...) FILEMGMT_PRINT_LOG(Error, fmt, ##__VA_ARGS__) argument
64 #define HILOGF(fmt, ...) FILEMGMT_PRINT_LOG(Fatal, fmt, ##__VA_ARGS__) argument
/foundation/multimedia/av_session/utils/include/
Davsession_log.h31 #define DECORATOR_HILOG(func, fmt, args...) \ argument
37 #define SLOGD(fmt, ...) DECORATOR_HILOG(HILOG_DEBUG, fmt, ##__VA_ARGS__) argument
38 #define SLOGI(fmt, ...) DECORATOR_HILOG(HILOG_INFO, fmt, ##__VA_ARGS__) argument
39 #define SLOGW(fmt, ...) DECORATOR_HILOG(HILOG_WARN, fmt, ##__VA_ARGS__) argument
40 #define SLOGE(fmt, ...) DECORATOR_HILOG(HILOG_ERROR, fmt, ##__VA_ARGS__) argument
41 #define SLOGF(fmt, ...) DECORATOR_HILOG(HILOG_FATAL, fmt, ##__VA_ARGS__) argument
46 #define CHECK_AND_RETURN_RET_LOG(cond, ret, fmt, ...) \ argument
54 #define CHECK_AND_RETURN_LOG(cond, fmt, ...) \ argument
62 #define CHECK_AND_BREAK_LOG(cond, fmt, ...) \ argument
70 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ argument
[all …]
/foundation/multimedia/player_framework/services/utils/include/
Dmedia_log.h32 #define MEDIA_LOG(func, fmt, args...) \ argument
38 #define DUMP_LOG(level, fmt, args...) \ argument
43 #define MEDIA_LOGD(fmt, ...) \ argument
46 #define MEDIA_LOGI(fmt, ...) \ argument
49 #define MEDIA_LOGW(fmt, ...) \ argument
52 #define MEDIA_LOGE(fmt, ...) \ argument
55 #define MEDIA_LOGF(fmt, ...) \ argument
82 #define CHECK_AND_RETURN_RET_LOG(cond, ret, fmt, ...) \ argument
90 #define CHECK_AND_RETURN_LOG(cond, fmt, ...) \ argument
98 #define CHECK_AND_BREAK_LOG(cond, fmt, ...) \ argument
/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/common/
Dlog.h53 #define HILOGD(fmt, ...) \ argument
55 #define HILOGI(fmt, ...) \ argument
57 #define HILOGW(fmt, ...) \ argument
59 #define HILOGE(fmt, ...) \ argument
61 #define HILOGF(fmt, ...) \ argument

123456789