Lines Matching refs:head
118 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
119 hilog_rust::info!(LOG_LABEL, "{} {}", @public(head), @public(format!($($arg)+)));
136 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
137 hilog_rust::info!(LOG_LABEL, "{} {}", @public(head), @public(format!($($arg)+)));
154 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
155 hilog_rust::info!(LOG_LABEL, "{} {}", @public(head), @public(format!($($arg)+)));
172 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
173 hilog_rust::warn!(LOG_LABEL, "{} {}", @public(head), @public(format!($($arg)+)));
190 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
191 hilog_rust::error!(LOG_LABEL, "{} {}", @public(head), @public(format!($($arg)+)));
208 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
209 hilog_rust::fatal!(LOG_LABEL, "{} {}", @public(head), @public(format!($($arg)+)));