Home
last modified time | relevance | path

Searched refs:HCF_LOG_LEVEL_ERROR (Results 1 – 2 of 2) sorted by relevance

/base/security/crypto_framework/common/inc/
Dlog.h25 HCF_LOG_LEVEL_ERROR = 3 enumerator
47 #define LOGE(fmt, ...) (HcfLogPrint(HCF_LOG_LEVEL_ERROR, __FUNCTION__, fmt, ##__VA_ARGS__))
/base/security/crypto_framework/common/src/
Dlog.c34 case HCF_LOG_LEVEL_ERROR: in HcfOutPrint()