Searched defs:aOSTypeId (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxOSTypeSelectorButton.cpp51 void VBoxOSTypeSelectorButton::setOSTypeId (const QString& aOSTypeId) argument
53 mOSTypeId = aOSTypeId;
54 CGuestOSType type = vboxGlobal().vmGuestOSType (aOSTypeId);
/vbox/src/VBox/Main/src-client/
H A DGuestImpl.cpp361 HRESULT Guest::getOSTypeId(com::Utf8Str &aOSTypeId) argument
366 aOSTypeId = mData.mOSTypeId;
374 aOSTypeId = bstr;
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp2162 bool VBoxGlobal::isDOSType (const QString &aOSTypeId) argument
2164 if (aOSTypeId.left (3) == "dos" ||
2165 aOSTypeId.left (3) == "win" ||
2166 aOSTypeId.left (3) == "os2")
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp1078 HRESULT Machine::getOSTypeId(com::Utf8Str &aOSTypeId) argument
1082 aOSTypeId = mUserData->s.strOsType;
1087 HRESULT Machine::setOSTypeId(const com::Utf8Str &aOSTypeId) argument
1091 HRESULT rc = mParent->GetGuestOSType(Bstr(aOSTypeId).raw(), guestOSType.asOutParam());

Completed in 129 milliseconds