Searched defs:MEDIA_ERR_LOG (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/include/ |
H A D | media_log.h | 23 #define MEDIA_ERR_LOG(fmt, ...) DebugPrintf(fmt"\n", ##__VA_ARGS__) macro
|
/ohos5.0/foundation/multimedia/media_utils_lite/interfaces/kits/ |
H A D | media_log.h | 42 #define MEDIA_ERR_LOG(fmt, ...) DECORATOR_HILOG(HILOG_ERROR, fmt, ##__VA_ARGS__) macro
|
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | media_log.h | 42 #define MEDIA_ERR_LOG(fmt, ...) MEDIA_HILOG(HILOG_IMPL, LOG_ERROR, fmt, ##__VA_ARGS__) macro
|
/ohos5.0/foundation/multimedia/camera_framework/common/utils/ |
H A D | camera_log.h | 44 #define MEDIA_ERR_LOG(fmt, ...) DECORATOR_HILOG(HILOG_ERROR, fmt, ##__VA_ARGS__) macro
|