Searched refs:ForegroundActions (Results 1 – 1 of 1) sorted by relevance
120 fg: mpsc::Sender<ForegroundActions>,181 tx: mpsc::Sender<ForegroundActions>, in new() argument298 let _ = fg.send(ForegroundActions::RegisterAdapterCallback(adapter)).await; in create_adapter_proxy()322 let _ = fg.send(ForegroundActions::ConnectAllEnabledProfiles(device)).await; in connect_all_enabled_profiles()329 let _ = fg.send(ForegroundActions::RunCallback(callback)).await; in run_callback()358 enum ForegroundActions { enum418 let (tx, rx) = mpsc::channel::<ForegroundActions>(10); in main()521 tx: mpsc::Sender<ForegroundActions>, in handle_client_command() argument522 mut rx: mpsc::Receiver<ForegroundActions>, in handle_client_command() argument565 let _ = tx.send(ForegroundActions::Readline(result)).await; in handle_client_command()[all …]