Home
last modified time | relevance | path

Searched defs:CommandHandler (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h618 using CommandHandler = variable
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs54 fn _noop(_handler: &mut CommandHandler, _args: &Vec<String>) -> CommandResult { in _noop()
67 pub(crate) struct CommandHandler { struct
68 context: Arc<Mutex<ClientContext>>,
69 command_options: HashMap<String, CommandOption>,
354 impl CommandHandler { impl
356 pub fn new(context: Arc<Mutex<ClientContext>>) -> CommandHandler { in new()
Dmain.rs397 mut handler: CommandHandler, in start_interactive_shell()