Home
last modified time | relevance | path

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

/aosp12/packages/modules/Virtualization/virtmanager/aidl/android/system/virtmanager/
H A DIVirtManager.aidl33 VirtualMachineDebugInfo[] debugListVms(); in debugListVms() method
/aosp12/packages/modules/Virtualization/vm/src/
H A Dmain.rs80 let vms = virt_manager.debugListVms().context("Failed to get list of VMs")?; in command_list()
/aosp12/packages/modules/Virtualization/virtmanager/src/
H A Daidl.rs91 fn debugListVms(&self) -> binder::Result<Vec<VirtualMachineDebugInfo>> { in debugListVms() method