Searched defs:IAM_LOGW (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/common/logs/ |
H A D | iam_logger.h | 42 #define IAM_LOGW(fmt, ...) ((void)HILOG_IMPL(LOG_CORE, LOG_WARN, LOG_DOMAIN, LOG_TAG, \ macro
|
/ohos5.0/drivers/peripheral/user_auth/common/logs/ |
H A D | iam_logger.h | 50 #define IAM_LOGW(...) USER_LOG(WARN, __VA_ARGS__) macro
|
/ohos5.0/drivers/peripheral/face_auth/common/logs/ |
H A D | iam_logger.h | 50 #define IAM_LOGW(...) FACE_LOG(WARN, __VA_ARGS__) macro
|
/ohos5.0/drivers/peripheral/fingerprint_auth/common/logs/ |
H A D | iam_logger.h | 50 #define IAM_LOGW(...) FINGERPRINT_LOG(WARN, __VA_ARGS__) macro
|
/ohos5.0/drivers/peripheral/pin_auth/common/logs/ |
H A D | iam_logger.h | 49 #define IAM_LOGW(...) PIN_LOG(WARN, __VA_ARGS__) macro
|
/ohos5.0/base/useriam/face_auth/common/logs/ |
H A D | iam_logger.h | 50 #define IAM_LOGW(...) FACE_LOG(WARN, __VA_ARGS__) macro
|
/ohos5.0/base/useriam/fingerprint_auth/common/logs/ |
H A D | iam_logger.h | 50 #define IAM_LOGW(...) FINGERPRINT_LOG(WARN, __VA_ARGS__) macro
|
/ohos5.0/base/useriam/pin_auth/common/logs/ |
H A D | iam_logger.h | 49 #define IAM_LOGW(...) PIN_LOG(WARN, __VA_ARGS__) macro
|