Searched defs:LOGE (Results 1 – 4 of 4) sorted by relevance
/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/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/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
|