Home
last modified time | relevance | path

Searched refs:print_error_info (Results 1 – 1 of 1) sorted by relevance

/developtools/hdc/hdc_rust/src/common/
Dforward.rs1088 pub async fn print_error_info(session_id: u32, channel_id: u32, error: &mut String) { in print_error_info() function
1117 print_error_info(session_id, channel_id, &mut error).await; in command_dispatch()