Searched defs: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
|
/drivers/peripheral/fingerprint_auth/common/logs/ |
H A D | iam_logger.h | 44 #define ARGS(fmt, ...) \ macro
|
/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
|
/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
|
Completed in 2 milliseconds