Searched defs:LOGE (Results 1 – 4 of 4) sorted by relevance
/base/security/deviceauth/frameworks/deviceauth_lite/source/log/ |
D | log.h | 37 #define LOGE(...) get_loge()("[HiChain]", __func__, __VA_ARGS__) macro 42 #define LOGE(...) {} macro
|
/base/security/deviceauth/deps_adapter/os_adapter/interfaces/linux/ |
D | hc_log.h | 45 #define LOGE(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_ERROR, __FUNCTION__, fmt, ##__VA_ARGS__)) macro 60 #define LOGE(fmt, ...) printf("[E][DEVAUTH]%s: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
|
/base/security/deviceauth/deps_adapter/os_adapter/interfaces/liteos/ |
D | hc_log.h | 43 #define LOGE(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_ERROR, __FUNCTION__, fmt, ##__VA_ARGS__)) macro
|
/base/hiviewdfx/faultloggerd/common/dfxlog/ |
D | dfx_log.h | 41 #define LOGE(fmt, ...) macro
|