Home
last modified time | relevance | path

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 Dmedia_log.h23 #define MEDIA_ERR_LOG(fmt, ...) DebugPrintf(fmt"\n", ##__VA_ARGS__) macro
/ohos5.0/foundation/multimedia/media_utils_lite/interfaces/kits/
H A Dmedia_log.h42 #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 Dmedia_log.h42 #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 Dcamera_log.h44 #define MEDIA_ERR_LOG(fmt, ...) DECORATOR_HILOG(HILOG_ERROR, fmt, ##__VA_ARGS__) macro