Searched refs:debugListVms (Results 1 – 3 of 3) sorted by relevance
33 VirtualMachineDebugInfo[] debugListVms(); in debugListVms() method
80 let vms = virt_manager.debugListVms().context("Failed to get list of VMs")?; in command_list()
91 fn debugListVms(&self) -> binder::Result<Vec<VirtualMachineDebugInfo>> { in debugListVms() method