Searched defs:guestOSType (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsGeneral.cpp50 CGuestOSType UIMachineSettingsGeneral::guestOSType() const function in class:UIMachineSettingsGeneral
H A DUIMachineSettingsDisplay.cpp56 void UIMachineSettingsDisplay::setGuestOSType(CGuestOSType guestOSType) argument
59 if (m_guestOSType == guestOSType)
63 m_guestOSType = guestOSType;
H A DUIMachineSettingsStorage.cpp3353 CGuestOSType guestOSType = vboxGlobal().virtualBox().GetGuestOSType(m_strMachineGuestOSTypeId); local
3356 UISafePointerWizardNewVD pWizard = new UIWizardNewVD(this, QString(), fileInfo.absolutePath(), guestOSType.GetRecommendedHDD());
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageModifyVM.cpp516 ComPtr<IGuestOSType> guestOSType; local
518 guestOSType.asOutParam()));
519 if (SUCCEEDED(rc) && guestOSType)
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1048 ComPtr<IGuestOSType> guestOSType; local
1049 hrc = virtualBox->GetGuestOSType(osTypeId.raw(), guestOSType.asOutParam()); H();
1052 hrc = guestOSType->COMGETTER(FamilyId)(guestTypeFamilyId.asOutParam()); H();
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp1090 ComPtr<IGuestOSType> guestOSType; local
1091 HRESULT rc = mParent->GetGuestOSType(Bstr(aOSTypeId).raw(), guestOSType.asOutParam());
1097 rc = guestOSType->COMGETTER(Id)(osTypeId.asOutParam());
8590 ComPtr<IGuestOSType> guestOSType; local
8592 guestOSType.asOutParam());

Completed in 136 milliseconds