Home
last modified time | relevance | path

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/
Dplugin_common.h25 #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/
Dplugin_common.h26 #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/
Dplugin_common.h25 #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/
Dplugin_common.h25 #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/
Dlog.h43 #define LOGE(format, ...) fprintf(stdout, "\n%s:%d: " format "\n", __FILE__, __LINE__, ##__VA_ARG… macro
/test/xts/acts/kernel_lite/utils/
Dlog.h47 #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/
DPictureNdk.cpp40 #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/
Davplayerndk.cpp61 #define LOGE(format, ...) ((void)OH_LOG_Print(LOG_APP, LOG_ERROR, 0xFF00, LOG_MSG_TAG, format, ##__… macro