Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dmain.rs769 if !handler.process_cmd_line(&first, &iter.collect::<Vec<String>>()) { in handle_client_command()
809 handler.process_cmd_line(cmd, &rest.to_vec()); in handle_client_command()
Dcommand_handler.rs425 pub fn process_cmd_line(&mut self, command: &str, args: &Vec<String>) -> bool { in process_cmd_line() method