Searched defs:LOGE (Results 1 – 8 of 8) sorted by relevance
| /test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/cpp/common/ |
| D | plugin_common.h | 25 #define LOGE(...) ((void)OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_DOMAIN, "HMG_LOG", __VA_ARGS__)) macro
|
| /test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/main/cpp/common/ |
| D | plugin_common.h | 26 #define LOGE(...) ((void)OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_DOMAIN, "HMG_LOG", __VA_ARGS__)) macro
|
| /test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/common/ |
| D | plugin_common.h | 25 #define LOGE(...) ((void)OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_DOMAIN, "HMG_LOG", __VA_ARGS__)) macro
|
| /test/xts/acts/arkui/ace_ets_web_napis/entry/src/main/cpp/common/ |
| D | plugin_common.h | 25 #define LOGE(...) ((void)OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_DOMAIN, "HMG_LOG", __VA_ARGS__)) macro
|
| /test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
| D | log.h | 43 #define LOGE(format, ...) fprintf(stdout, "\n%s:%d: " format "\n", __FILE__, __LINE__, ##__VA_ARG… macro
|
| /test/xts/acts/kernel_lite/utils/ |
| D | log.h | 47 #define LOGE(format, ...) fprintf(stdout, "\n%s:%d: " format "\n", __FILE__, __LINE__, ##__VA_ARG… macro
|
| /test/xts/acts/multimedia/image/image_ets_standard/pictureNdk/entry/src/main/cpp/ |
| D | PictureNdk.cpp | 40 #define LOGE(...) ((void)OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) macro
|
| /test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/ |
| D | avplayerndk.cpp | 61 #define LOGE(format, ...) ((void)OH_LOG_Print(LOG_APP, LOG_ERROR, 0xFF00, LOG_MSG_TAG, format, ##__… macro
|