Searched refs:ARGS (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/face_auth/common/logs/ |
H A D | iam_logger.h | 45 #define ARGS(fmt, ...) "[%{public}s@%{public}s:%{public}d] " fmt, __FUNCTION__, FACE_AUTH_FILE, __LINE__, ##__VA_ARGS__ macro 46 #define FACE_LOG(level, ...) FACE_AUTH_##level(ARGS(__VA_ARGS__))
|
/drivers/peripheral/fingerprint_auth/common/logs/ |
H A D | iam_logger.h | 44 #define ARGS(fmt, ...) \ macro 46 #define FINGERPRINT_LOG(level, ...) FINGERPRINT_AUTH_##level(ARGS(__VA_ARGS__))
|
/drivers/peripheral/pin_auth/common/logs/ |
H A D | iam_logger.h | 44 #define ARGS(fmt, ...) "[%{public}s@%{public}s:%{public}d] " fmt, __FUNCTION__, PIN_AUTH_FILE, __LINE__, ##__VA_ARGS__ macro 45 #define PIN_LOG(level, ...) PIN_AUTH_##level(ARGS(__VA_ARGS__))
|
/drivers/peripheral/user_auth/common/logs/ |
H A D | iam_logger.h | 45 #define ARGS(fmt, ...) "[%{public}s@%{public}s:%{public}d] " fmt, __FUNCTION__, USER_AUTH_FILE, __LINE__, ##__VA_ARGS__ macro 46 #define USER_LOG(level, ...) USER_AUTH_##level(ARGS(__VA_ARGS__))
|
Completed in 2 milliseconds