Lines Matching refs:head
95 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
96 hilog_rust::debug!(LOG_LABEL, "{} {}", @public(head), @public(format!($($arg)+)));
113 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
114 hilog_rust::debug!(LOG_LABEL, "{} {}", @public(head), @public(format!($($arg)+)));
131 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
132 hilog_rust::info!(LOG_LABEL, "{} {}", @public(head), @public(format!($($arg)+)));
149 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
150 hilog_rust::warn!(LOG_LABEL, "{} {}", @public(head), @public(format!($($arg)+)));
167 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
168 hilog_rust::error!(LOG_LABEL, "{} {}", @public(head), @public(format!($($arg)+)));
185 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); localVariable
186 hilog_rust::fatal!(LOG_LABEL, "{} {}", @public(head), @public(format!($($arg)+)));