Searched refs:HcfLogPrint (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/crypto_framework/common/inc/ |
H A D | log.h | 35 void HcfLogPrint(uint32_t hcfLogLevel, const char *funcName, uint32_t lineNo, const char *format, .… 47 #define LOGI(...) HcfLogPrint(HCF_LOG_LEVEL_I, __func__, __LINE__, __VA_ARGS__) 48 #define LOGW(...) HcfLogPrint(HCF_LOG_LEVEL_W, __func__, __LINE__, __VA_ARGS__) 49 #define LOGE(...) HcfLogPrint(HCF_LOG_LEVEL_E, __func__, __LINE__, __VA_ARGS__) 50 #define LOGD(...) HcfLogPrint(HCF_LOG_LEVEL_D, __func__, __LINE__, __VA_ARGS__)
|
/ohos5.0/base/security/crypto_framework/common/src/ |
H A D | log.c | 24 void HcfLogPrint(uint32_t hcfLogLevel, const char *funcName, uint32_t lineNo, const char *format, .… in HcfLogPrint() function
|