Searched defs:LOGW (Results 1 - 8 of 8) sorted by relevance
/base/notification/eventhandler/frameworks/cj/src/ |
H A D | emitter_log.h | 41 #define LOGW(...) \ macro
|
/base/security/asset/frameworks/os_dependency/log/inc/ |
H A D | asset_log.h | 36 #define LOGW(fmt, arg...) \ macro
|
/base/security/security_guard/frameworks/common/log/include/ |
H A D | security_collector_log.h | 44 #undef LOGW macro 55 #define LOGW(fmt, ...) \ macro
|
/base/security/certificate_framework/frameworks/common/v1.0/inc/ |
H A D | cf_log.h | 66 #define LOGW CF_LOG_W macro
|
/base/security/crypto_framework/common/inc/ |
H A D | log.h | 28 #define LOGW(fmt, ...) HILOG_WARN(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__) macro 57 #define LOGW(...) HcfLogPrint(HCF_LOG_LEVEL_W, __func__, __LINE__, __VA_ARGS__) macro 66 #define LOGW(fmt, ...) printf("[HCF][W][%s]: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
H A D | hc_log.h | 24 #define LOGW(fmt, ...) HILOG_WARN(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__)
macro
|
/base/security/device_auth/frameworks/deviceauth_lite/inc/log/ |
H A D | log.h | 42 #define LOGW(...) get_logw()("[HiChain]", __func__, __VA_ARGS__) macro 47 #define LOGW(...) {} macro
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/ |
H A D | hc_log.h | 62 #define LOGW(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_WARN, __FUNCTION__, fmt, ##__VA_ARGS__))
macro 88 #define LOGW(fmt, ...) printf("[W][DEVAUTH]%s: " fmt "\n", __FUNCTION__, ##__VA_ARGS__)
macro
|
Completed in 2 milliseconds