Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/common/v1.0/inc/
H A Dcf_log.h25 CF_LOG_LEVEL_I, enumerator
48 #define CF_LOG_I(...) CfLog(CF_LOG_LEVEL_I, __func__, __LINE__, __VA_ARGS__)
/ohos5.0/base/security/certificate_framework/frameworks/common/v1.0/src/
H A Dcf_log.c36 case CF_LOG_LEVEL_I: in CfLog()