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