Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/common/v1.0/inc/
H A Dcf_log.h26 CF_LOG_LEVEL_E, enumerator
50 #define CF_LOG_E(...) CfLog(CF_LOG_LEVEL_E, __func__, __LINE__, __VA_ARGS__)
/ohos5.0/base/security/certificate_framework/frameworks/common/v1.0/src/
H A Dcf_log.c39 case CF_LOG_LEVEL_E: in CfLog()