/base/security/certificate_framework/frameworks/common/v1.0/src/ |
H A D | cf_log.c | 22 void CfLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CfLog() argument 37 HILOG_INFO(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CfLog() 40 HILOG_ERROR(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CfLog() 43 HILOG_WARN(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CfLog() 46 HILOG_DEBUG(LOG_CORE, "%{public}s[%{public}u]: %{private}s\n", funcName, lineNo, buf); in CfLog()
|
/base/security/certificate_manager/frameworks/cert_manager_standard/main/os_dependency/log/ |
H A D | cm_log.c | 25 void CmLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CmLog() argument 40 HILOG_INFO(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CmLog() 43 HILOG_ERROR(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CmLog() 46 HILOG_WARN(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CmLog() 49 HILOG_DEBUG(LOG_CORE, "%{public}s[%{public}u]: %{private}s\n", funcName, lineNo, buf); in CmLog()
|
/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() argument 39 HILOG_INFO(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, logBuf); in HcfLogPrint() 42 HILOG_ERROR(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, logBuf); in HcfLogPrint() 45 HILOG_WARN(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, logBuf); in HcfLogPrint() 48 HILOG_DEBUG(LOG_CORE, "%{public}s[%{public}u]: %{private}s\n", funcName, lineNo, logBuf); in HcfLogPrint()
|
/base/security/huks/test/unittest/huks_lite_test/common/ |
H A D | hks_test_log.c | 25 void HksTestLog(uint32_t logLevel, const char *funcName, int32_t lineNo, const char *format, ...)
in HksTestLog() argument 40 printf("[INFO] %s [%d]: %s\n", funcName, lineNo, buf);
in HksTestLog() 43 printf("[ERROR] %s [%d]: %s\n", funcName, lineNo, buf);
in HksTestLog() 46 printf("[WARNING] %s [%d]: %s\n", funcName, lineNo, buf);
in HksTestLog() 49 printf("[DEBUG] %s [%d]: %s\n", funcName, lineNo, buf);
in HksTestLog()
|
/base/security/huks/frameworks/crypto_lite/cipher/src/ |
H A D | cipher_log_lite.c | 25 void CipherLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...)
in CipherLog() argument 48 HILOG_ERROR(HILOG_MODULE_SCY, "%s[%u]: %s\n", funcName, lineNo, buf);
in CipherLog() 50 HILOG_ERROR(HILOG_MODULE_SCY, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf);
in CipherLog()
|
H A D | cipher_log.c | 24 void CipherLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...)
in CipherLog() argument 46 HILOG_ERROR(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf);
in CipherLog()
|
/base/security/huks/frameworks/crypto_lite/cipher/include/ |
H A D | cipher_log.h | 41 void CipherLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...);
|
/base/security/certificate_manager/frameworks/cert_manager_standard/main/common/include/ |
H A D | cm_log.h | 40 void CmLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...);
|
/base/security/huks/test/unittest/huks_lite_test/common/include/ |
H A D | hks_test_log.h | 34 void HksTestLog(uint32_t logLevel, const char *funcName, int32_t lineNo, const char *format, ...);
|
/base/security/certificate_framework/frameworks/common/v1.0/inc/ |
H A D | cf_log.h | 35 void CfLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...);
|
/base/security/crypto_framework/common/inc/ |
H A D | log.h | 44 void HcfLogPrint(uint32_t hcfLogLevel, const char *funcName, uint32_t lineNo, const char *format, ...);
|