Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/common/
Dforward.rs112 task_command: String, field
357 if *_session_id == session_id && task_string.contains(&value.task_command) { in get_channel_id()
482 task_command: String, field
496 task_command: Default::default(), in new()
579 let map_info = String::from(if server_or_daemon { "1|" } else { "0|" }) + &ctx.task_command; in check_command()
1275 let command = context_forward.task_command.clone(); in forward_parse_cmd()
1316 context_forward.task_command = command.clone(); in begin_forward()
1363 context_forward.task_command = content.clone(); in slave_connect()