Searched defs:LOGW (Results 1 – 4 of 4) sorted by relevance
| /base/security/deviceauth/frameworks/deviceauth_lite/source/log/ |
| D | log.h | 36 #define LOGW(...) get_logw()("[HiChain]", __func__, __VA_ARGS__) macro 41 #define LOGW(...) {} macro
|
| /base/security/deviceauth/deps_adapter/os_adapter/interfaces/linux/ |
| D | hc_log.h | 44 #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/ |
| D | hc_log.h | 42 #define LOGW(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_WARN, __FUNCTION__, fmt, ##__VA_ARGS__)) macro
|
| /base/hiviewdfx/faultloggerd/common/dfxlog/ |
| D | dfx_log.h | 40 #define LOGW(fmt, ...) macro
|