Home
last modified time | relevance | path

Searched defs:LOGE (Results 1 – 4 of 4) sorted by relevance

/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/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/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