Searched defs:LOGE (Results 1 – 7 of 7) sorted by relevance
/base/security/device_auth/frameworks/deviceauth_lite/source/log/ |
D | log.h | 37 #define LOGE(...) get_loge()("[HiChain]", __func__, __VA_ARGS__) macro 42 #define LOGE(...) {} macro
|
/base/security/crypto_framework/common/inc/ |
D | log.h | 47 #define LOGE(fmt, ...) (HcfLogPrint(HCF_LOG_LEVEL_ERROR, __FUNCTION__, fmt, ##__VA_ARGS__)) macro 61 #define LOGE(fmt, ...) printf("[HCF][E][%s]: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/ |
D | hc_log.h | 59 #define LOGE(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_ERROR, __FUNCTION__, fmt, ##__VA_ARGS__)) macro 85 #define LOGE(fmt, ...) printf("[E][DEVAUTH]%s: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
|
/base/hiviewdfx/hilog/platform/interface/native/ |
D | log.h | 42 #define LOGE(fmt, ...) LOG_PRINT(Error, fmt, ##__VA_ARGS__) macro
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
D | hc_log.h | 25 #define LOGE(fmt, ...) HILOG_ERROR(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__) macro
|
/base/hiviewdfx/faultloggerd/common/dfxlog/ |
D | dfx_log.h | 33 #define LOGE(fmt, ...) macro
|
/base/security/certificate_framework/frameworks/common/v1.0/inc/ |
D | cf_log.h | 69 #define LOGE CF_LOG_E macro
|