Searched refs:MsftCommandPending (Results 1 – 1 of 1) sorted by relevance
1331 enum MsftCommandPending { enum1368 msft_command_pending: MsftCommandPending,1395 msft_command_pending: MsftCommandPending::NoPending, in new()1623 &MsftCommandPending::NoPending => {} in msft_run_queue_and_update_scan()1640 self.msft_command_pending = MsftCommandPending::Enable(should_enable_msft); in msft_run_queue_and_update_scan()1648 self.msft_command_pending = MsftCommandPending::Add(scanner_id, monitor); in msft_run_queue_and_update_scan()1652 self.msft_command_pending = MsftCommandPending::Remove(monitor_handle); in msft_run_queue_and_update_scan()1668 if let MsftCommandPending::Add(id, monitor) = &self.msft_command_pending { in msft_abort_add_commands_by_scanner_id()1670 self.msft_command_pending = MsftCommandPending::Aborted(*id, monitor.clone()); in msft_abort_add_commands_by_scanner_id()3764 MsftCommandPending::Aborted(scanner_id, monitor) => { in inband_msft_adv_monitor_add_callback()[all …]