Home
last modified time | relevance | path

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

/base/security/device_auth/frameworks/deviceauth_lite/inc/log/
Dlog.h42 #define LOGW(...) get_logw()("[HiChain]", __func__, __VA_ARGS__) macro
47 #define LOGW(...) {} macro
/base/security/crypto_framework/common/inc/
Dlog.h48 #define LOGW(...) HcfLogPrint(HCF_LOG_LEVEL_W, __func__, __LINE__, __VA_ARGS__) macro
57 #define LOGW(fmt, ...) printf("[HCF][W][%s]: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
/base/notification/eventhandler/frameworks/cj/src/
Demitter_log.h41 #define LOGW(...) \ macro
/base/security/asset/frameworks/os_dependency/log/inc/
Dasset_log.h36 #define LOGW(fmt, arg...) \ macro
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
Dhc_log.h62 #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
/base/security/security_guard/frameworks/common/log/include/
Dsecurity_collector_log.h56 #define LOGW(fmt, ...) \ 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/security/certificate_framework/frameworks/common/v1.0/inc/
Dcf_log.h66 #define LOGW CF_LOG_W macro
/base/hiviewdfx/faultloggerd/common/dfxlog/
Ddfx_log.h49 #define LOGW(fmt, ...) DFXLOG_PRINT(LOG_WARN, "[%s:%d] " fmt, (__FILE_NAME__), (__LINE__), ##__VA_A… macro
95 #define LOGW(fmt, ...) DFXLOG_STD_ARRAY_FILE(LOG_WARN, fmt, ##__VA_ARGS__) macro