Lines Matching defs:fmt
38 #define HILOGD(fmt, ...) HILOG_DEBUG(LOG_CORE, "[%{public}s:%{public}d]: " fmt, \ argument
41 #define HILOGD(fmt, ...) argument
45 #define HILOGI(fmt, ...) HILOG_INFO(LOG_CORE, "[%{public}s:%{public}d]: " fmt, \ argument
48 #define HILOGI(fmt, ...) argument
52 #define HILOGW(fmt, ...) HILOG_WARN(LOG_CORE, "[%{public}s:%{public}d]: " fmt, \ argument
55 #define HILOGW(fmt, ...) argument
59 #define HILOGE(fmt, ...) HILOG_ERROR(LOG_CORE, "[%{public}s:%{public}d]: " fmt, \ argument
62 #define HILOGE(fmt, ...) argument
68 #define HILOGD(fmt, ...) printf(LOG_TAG ": " "<DEBUG>[%{public}s:%{public}d]: " fmt "\n", \ argument
71 #define HILOGD(fmt, ...) argument
75 #define HILOGI(fmt, ...) printf(LOG_TAG ": " "<INFO>[%{public}s:%{public}d]: " fmt "\n", \ argument
78 #define HILOGI(fmt, ...) argument
82 #define HILOGW(fmt, ...) printf(LOG_TAG ": " "<WARN>[%{public}s:%{public}d]: " fmt "\n", \ argument
85 #define HILOGW(fmt, ...) argument
89 #define HILOGE(fmt, ...) printf(LOG_TAG ": " "<ERROR>[%{public}s:%{public}d]: " fmt "\n", \ argument
92 #define HILOGE(fmt, ...) argument