Searched refs:aOSTypeId (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxOSTypeSelectorButton.h41 void setOSTypeId (const QString& aOSTypeId);
H A DVBoxOSTypeSelectorButton.cpp51 void VBoxOSTypeSelectorButton::setOSTypeId (const QString& aOSTypeId) argument
53 mOSTypeId = aOSTypeId;
54 CGuestOSType type = vboxGlobal().vmGuestOSType (aOSTypeId);
/vbox/src/VBox/Main/include/
H A DGuestImpl.h111 HRESULT getOSTypeId(com::Utf8Str &aOSTypeId);
H A DMachineImpl.h856 HRESULT getOSTypeId(com::Utf8Str &aOSTypeId);
857 HRESULT setOSTypeId(const com::Utf8Str &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.h310 static bool isDOSType (const QString &aOSTypeId);
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/cbinding/
H A DVBoxCAPI_v4_3.h6505 #define IMachine_get_OSTypeId(p, aOSTypeId) ((p)->lpVtbl->GetOSTypeId(p, aOSTypeId))
6506 #define IMachine_GetOSTypeId(p, aOSTypeId) ((p)->lpVtbl->GetOSTypeId(p, aOSTypeId))
6507 #define IMachine_put_OSTypeId(p, aOSTypeId) ((p)->lpVtbl->SetOSTypeId(p, aOSTypeId))
6508 #define IMachine_SetOSTypeId(p, aOSTypeId) ((p)->lpVtbl->SetOSTypeId(p, aOSTypeId))
10729 #define IGuest_get_OSTypeId(p, aOSTypeId) ((p)->lpVtbl->GetOSTypeId(p, aOSTypeId))
[all...]
/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 718 milliseconds