Home
last modified time | relevance | path

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

/base/security/device_auth/frameworks/deviceauth_lite/source/log/
Dlog.h37 #define LOGE(...) get_loge()("[HiChain]", __func__, __VA_ARGS__) macro
42 #define LOGE(...) {} macro
/base/security/crypto_framework/common/inc/
Dlog.h47 #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/
Dhc_log.h59 #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/
Dlog.h42 #define LOGE(fmt, ...) LOG_PRINT(Error, fmt, ##__VA_ARGS__) macro
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
Dhc_log.h25 #define LOGE(fmt, ...) HILOG_ERROR(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__) macro
/base/hiviewdfx/faultloggerd/common/dfxlog/
Ddfx_log.h33 #define LOGE(fmt, ...) macro
/base/security/certificate_framework/frameworks/common/v1.0/inc/
Dcf_log.h69 #define LOGE CF_LOG_E macro