Home
last modified time | relevance | path

Searched defs:LOGW (Results 1 – 7 of 7) sorted by relevance

/base/security/device_auth/frameworks/deviceauth_lite/source/log/
Dlog.h36 #define LOGW(...) get_logw()("[HiChain]", __func__, __VA_ARGS__) macro
41 #define LOGW(...) {} macro
/base/security/crypto_framework/common/inc/
Dlog.h46 #define LOGW(fmt, ...) (HcfLogPrint(HCF_LOG_LEVEL_WARN, __FUNCTION__, fmt, ##__VA_ARGS__)) macro
60 #define LOGW(fmt, ...) printf("[HCF][W][%s]: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
Dhc_log.h58 #define LOGW(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_WARN, __FUNCTION__, fmt, ##__VA_ARGS__)) macro
84 #define LOGW(fmt, ...) printf("[W][DEVAUTH]%s: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
/base/hiviewdfx/hilog/platform/interface/native/
Dlog.h43 #define LOGW(fmt, ...) LOG_PRINT(Warn, fmt, ##__VA_ARGS__) macro
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
Dhc_log.h24 #define LOGW(fmt, ...) HILOG_WARN(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__) macro
/base/hiviewdfx/faultloggerd/common/dfxlog/
Ddfx_log.h32 #define LOGW(fmt, ...) macro
/base/security/certificate_framework/frameworks/common/v1.0/inc/
Dcf_log.h68 #define LOGW CF_LOG_W macro