Searched refs:FALSE_LOG_MSG_IMPL (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/ |
H A D | log.h | 248 #ifndef FALSE_LOG_MSG_IMPL 249 #define FALSE_LOG_MSG_IMPL(loglevel, exec, fmt, args...) … macro 259 #define FALSE_LOG_MSG(exec, fmt, args...) FALSE_LOG_MSG_IMPL(MEDIA_LOG_E, exec, fmt, ##args) 263 #define FALSE_LOG_MSG_W(exec, fmt, args...) FALSE_LOG_MSG_IMPL(MEDIA_LOG_W, exec, fmt, ##args)
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/common/ |
H A D | log.h | 359 #ifndef FALSE_LOG_MSG_IMPL 360 #define FALSE_LOG_MSG_IMPL(loglevel, exec, fmt, args...) \ macro 370 #define FALSE_LOG_MSG(exec, fmt, args...) FALSE_LOG_MSG_IMPL(MEDIA_LOG_E, exec, fmt, ##args) 374 #define FALSE_LOG_MSG_W(exec, fmt, args...) FALSE_LOG_MSG_IMPL(MEDIA_LOG_W, exec, fmt, ##args)
|