Searched defs:systemProperties (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/
H A DUIWizardCloneVDPageBasic2.cpp97 CSystemProperties systemProperties = vboxGlobal().virtualBox().GetSystemProperties(); local
98 const QVector<CMediumFormat> &medFormats = systemProperties.GetMediumFormats();
H A DUIWizardCloneVDPageExpert.cpp96 CSystemProperties systemProperties = vboxGlobal().virtualBox().GetSystemProperties(); local
97 const QVector<CMediumFormat> &medFormats = systemProperties.GetMediumFormats();
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/
H A DUIWizardNewVDPageBasic1.cpp96 CSystemProperties systemProperties = vboxGlobal().virtualBox().GetSystemProperties(); local
97 const QVector<CMediumFormat> &medFormats = systemProperties.GetMediumFormats();
H A DUIWizardNewVDPageExpert.cpp124 CSystemProperties systemProperties = vboxGlobal().virtualBox().GetSystemProperties(); local
125 const QVector<CMediumFormat> &medFormats = systemProperties.GetMediumFormats();
/vbox/src/VBox/Main/src-server/
H A DVRDEServerImpl.cpp677 ComPtr<ISystemProperties> systemProperties; local
678 HRESULT hrc = mParent->i_getVirtualBox()->COMGETTER(SystemProperties)(systemProperties.asOutParam());
682 hrc = systemProperties->COMGETTER(VRDEAuthLibrary)(strlib.asOutParam());
819 ComPtr<ISystemProperties> systemProperties; local
820 hrc = mParent->i_getVirtualBox()->COMGETTER(SystemProperties)(systemProperties.asOutParam());
824 hrc = systemProperties->COMGETTER(DefaultVRDEExtPack)(&bstr);
H A DMachineImpl.cpp3577 ComPtr<ISystemProperties> systemProperties; local
3578 rc = mParent->COMGETTER(SystemProperties)(systemProperties.asOutParam());
3581 rc = systemProperties->COMGETTER(DefaultFrontend)(bstrFrontend.asOutParam());
5237 ComPtr<ISystemProperties> systemProperties; local
5238 rc = mParent->COMGETTER(SystemProperties)(systemProperties.asOutParam());
5241 if (!systemProperties.isNull())
5243 rc = systemProperties->COMGETTER(LogHistoryCount)(&uLogHistoryCount);
12071 ComPtr<ISystemProperties> systemProperties; local
12072 HRESULT rc = mParent->COMGETTER(SystemProperties)(systemProperties.asOutParam());
12077 systemProperties
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageStorageController.cpp114 ComPtr<ISystemProperties> systemProperties; local
320 CHECK_ERROR_RET(a->virtualBox, COMGETTER(SystemProperties)(systemProperties.asOutParam()), 1);
351 CHECK_ERROR_RET(systemProperties, GetMaxPortCountForStorageBus(storageBus, &maxPorts), 1);
353 CHECK_ERROR_RET(systemProperties, GetMaxDevicesPerPortForStorageBus(storageBus, &maxDevices), 1);
442 CHECK_ERROR(systemProperties, GetDeviceTypesForStorageBus(storageBus, ComSafeArrayAsOutParam(saDeviceTypes)));
538 CHECK_ERROR(systemProperties, GetDeviceTypesForStorageBus(storageBus, ComSafeArrayAsOutParam(saDeviceTypes)));
H A DVBoxManageAppliance.cpp716 ComPtr<ISystemProperties> systemProperties; local
721 COMGETTER(SystemProperties)(systemProperties.asOutParam()));
723 CHECK_ERROR(systemProperties,
H A DVBoxManageList.cpp284 ComPtr<ISystemProperties> systemProperties; local
285 CHECK_ERROR(pVirtualBox, COMGETTER(SystemProperties)(systemProperties.asOutParam()));
287 CHECK_ERROR(systemProperties, COMGETTER(MediumFormats)(ComSafeArrayAsOutParam(mediumFormats)));
574 ComPtr<ISystemProperties> systemProperties; local
575 pVirtualBox->COMGETTER(SystemProperties)(systemProperties.asOutParam());
585 systemProperties->COMGETTER(MinGuestRAM)(&ulValue);
587 systemProperties->COMGETTER(MaxGuestRAM)(&ulValue);
589 systemProperties->COMGETTER(MinGuestVRAM)(&ulValue);
591 systemProperties->COMGETTER(MaxGuestVRAM)(&ulValue);
593 systemProperties
803 ComPtr<ISystemProperties> systemProperties; local
[all...]
H A DVBoxManageInfo.cpp619 ComPtr<ISystemProperties> systemProperties; local
620 CHECK_ERROR2_RET(pVirtualBox, COMGETTER(SystemProperties)(systemProperties.asOutParam()), hrcCheck);
622 CHECK_ERROR2_RET(systemProperties, COMGETTER(MaxBootPosition)(&maxBootPosition), hrcCheck);
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp1669 ComPtr<ISystemProperties> systemProperties; local
1670 pVirtualBox->COMGETTER(SystemProperties)(systemProperties.asOutParam());
1673 systemProperties->COMGETTER(WebServiceAuthLibrary)(authLibrary.asOutParam());
/vbox/include/VBox/
H A Dsettings.h428 SystemProperties systemProperties; member in class:settings::MainConfigFile
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp997 ComPtr<ISystemProperties> systemProperties; local
998 hrc = virtualBox->COMGETTER(SystemProperties)(systemProperties.asOutParam()); H();
1056 hrc = systemProperties->GetMaxNetworkAdapters(chipsetType, &maxNetworkAdapters); H();
1305 hrc = systemProperties->COMGETTER(ExclusiveHwVirt)(&fHMExclusive); H();
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp3464 CSystemProperties systemProperties = vboxGlobal().virtualBox().GetSystemProperties(); local
3465 QVector<CMediumFormat> mediumFormats = systemProperties.GetMediumFormats();

Completed in 557 milliseconds