Searched refs:GuestOSType (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DGuestOSTypeImpl.cpp26 GuestOSType::GuestOSType() function in class:GuestOSType
42 GuestOSType::~GuestOSType()
46 HRESULT GuestOSType::FinalConstruct()
51 void GuestOSType::FinalRelease()
75 HRESULT GuestOSType::init(const Global::OSType &ostype)/*const char *aFamilyId, const char *aFamilyDescription,
138 void GuestOSType::uninit()
149 HRESULT GuestOSType::getFamilyId(com::Utf8Str &aFamilyId)
157 HRESULT GuestOSType
[all...]
H A DBIOSSettingsImpl.cpp555 void BIOSSettings::i_applyDefaults (GuestOSType *aOsType)
H A DSerialPortImpl.cpp592 void SerialPort::i_applyDefaults (GuestOSType *aOsType)
H A DVirtualBoxImpl.cpp168 typedef ObjectsList<GuestOSType> GuestOSTypesOList;
458 ComObjPtr<GuestOSType> guestOSTypeObj;
1534 GuestOSType *osType = NULL;
3008 ComObjPtr<GuestOSType> VirtualBox::i_getUnknownOSType()
3010 ComObjPtr<GuestOSType> type;
3550 GuestOSType*& pGuestOSType)
3552 /* Look for a GuestOSType object */
H A DNetworkAdapterImpl.cpp1237 void NetworkAdapter::i_applyDefaults(GuestOSType *aOsType)
H A DMachineImpl.cpp297 GuestOSType *aOsType,
/vbox/src/VBox/Main/include/
H A DBIOSSettingsImpl.h25 class GuestOSType;
55 void i_applyDefaults(GuestOSType *aOsType);
H A DSerialPortImpl.h25 class GuestOSType;
57 void i_applyDefaults (GuestOSType *aOsType);
H A DGuestOSTypeImpl.h25 class ATL_NO_VTABLE GuestOSType : class in inherits:GuestOSTypeWrap
30 DECLARE_EMPTY_CTOR_DTOR(GuestOSType)
H A DNetworkAdapterImpl.h25 class GuestOSType;
59 void i_applyDefaults(GuestOSType *aOsType);
H A DVirtualBoxImpl.h36 class GuestOSType;
164 ComObjPtr<GuestOSType> i_getUnknownOSType();
200 GuestOSType*& pGuestOSType);
H A DMachineImpl.h360 GuestOSType *aOsType,

Completed in 108 milliseconds