Home
last modified time | relevance | path

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

/base/security/deviceauth/frameworks/deviceauth_lite/source/log/
Dlog.h36 #define LOGW(...) get_logw()("[HiChain]", __func__, __VA_ARGS__) macro
41 #define LOGW(...) {} macro
/base/security/deviceauth/deps_adapter/os_adapter/interfaces/linux/
Dhc_log.h44 #define LOGW(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_WARN, __FUNCTION__, fmt, ##__VA_ARGS__)) macro
59 #define LOGW(fmt, ...) printf("[W][DEVAUTH]%s: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
/base/security/deviceauth/deps_adapter/os_adapter/interfaces/liteos/
Dhc_log.h42 #define LOGW(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_WARN, __FUNCTION__, fmt, ##__VA_ARGS__)) macro
/base/hiviewdfx/faultloggerd/common/dfxlog/
Ddfx_log.h40 #define LOGW(fmt, ...) macro