Searched refs:ForegroundActions (Results 1 – 1 of 1) sorted by relevance
117 fg: mpsc::Sender<ForegroundActions>,175 tx: mpsc::Sender<ForegroundActions>, in new() argument279 let _ = fg.send(ForegroundActions::RegisterAdapterCallback(adapter)).await; in create_adapter_proxy()303 let _ = fg.send(ForegroundActions::ConnectAllEnabledProfiles(device)).await; in connect_all_enabled_profiles()310 let _ = fg.send(ForegroundActions::RunCallback(callback)).await; in run_callback()341 enum ForegroundActions { enum400 let (tx, rx) = mpsc::channel::<ForegroundActions>(10); in main()491 tx: mpsc::Sender<ForegroundActions>, in handle_client_command() argument492 mut rx: mpsc::Receiver<ForegroundActions>, in handle_client_command() argument519 let _ = tx.send(ForegroundActions::Readline(result)).await; in handle_client_command()[all …]