Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dmain.rs310 let _ = fg.send(ForegroundActions::RunCallback(callback)).await; in run_callback()
343 RunCallback(Box<dyn Fn(Arc<Mutex<ClientContext>>) + Send>), // Run callback in foreground enumerator
545 ForegroundActions::RunCallback(callback) => { in handle_client_command()