Home
last modified time | relevance | path

Searched refs:HILOG_MODULE_SCY (Results 1 – 5 of 5) sorted by relevance

/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
Dhc_log.h22 #define LOGD(fmt, ...) HILOG_DEBUG(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__)
23 #define LOGI(fmt, ...) HILOG_INFO(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__)
24 #define LOGW(fmt, ...) HILOG_WARN(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__)
25 #define LOGE(fmt, ...) HILOG_ERROR(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__)
/base/security/huks/frameworks/crypto_lite/cipher/src/
Dcipher_log_lite.c29 HILOG_ERROR(HILOG_MODULE_SCY, "Cipher log malloc fail"); in CipherLog()
39 HILOG_ERROR(HILOG_MODULE_SCY, "Cipher log concatenate error."); in CipherLog()
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()
/base/security/huks/frameworks/huks_standard/main/common/include/
Dhks_log.h45 #define LOG_ENGINE HILOG_MODULE_SCY
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
Dhiview_log.h112 HILOG_MODULE_SCY, enumerator
/base/hiviewdfx/hilog_lite/frameworks/mini/
Dhiview_log.c52 HiLogRegisterModule(HILOG_MODULE_SCY, "SCY") == FALSE || in HiLogInit()