Lines Matching refs:vbox
25 void testEnumeration(VirtualBoxManager mgr, IVirtualBox vbox, IMachine vm)
33 vbox.getSystemProperties().getMaxNetworkAdapters(chipsetType).intValue()];
89 static void testStart(VirtualBoxManager mgr, IVirtualBox vbox, IMachine vm)
132 IVirtualBox vbox = mgr.getVBox();
133 if (vbox != null)
137 for (IMachine m:vbox.getMachines())
148 vm = vbox.getMachines().get(0);
149 System.out.println("VirtualBox version: " + vbox.getVersion() + "\n");
152 testEnumeration(mgr, vbox, vm);
153 testStart(mgr, vbox, vm);
154 //testEvents(mgr, vbox.getEventSource());