Searched refs:getGuestOSType (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/glue/tests/
H A DTestVBox.java101 IGuestOSType foo = vbox.getGuestOSType(osType);
/vbox/src/VBox/Main/include/
H A DVirtualBoxImpl.h309 HRESULT getGuestOSType(const com::Utf8Str &aId,
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py1913 oOsType = self.oVBox.getGuestOSType(sOsTypeId);
1915 reporter.errorXcpt('getGuestOSType("%s") failed for "%s"' % (sOsTypeId, self.sName));
2118 oOsType = self.oVBox.getGuestOSType(sOsTypeId);
2120 reporter.errorXcpt('getGuestOSType("%s") failed for "%s"' % (sOsTypeId, self.sName));
H A Dvbox.py1773 oOsType = self.oVBox.getGuestOSType(oVM.OSTypeId)
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py964 vmos = ctx['vb'].getGuestOSType(mach.OSTypeId)
1096 ctx['vb'].getGuestOSType(oskind)
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1888 HRESULT VirtualBox::getGuestOSType(const com::Utf8Str &aId, function in class:VirtualBox

Completed in 82 milliseconds