| /vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/ |
| H A D | UIWizardCloneVDPageBasic2.cpp | 97 CSystemProperties systemProperties = vboxGlobal().virtualBox().GetSystemProperties(); local 98 const QVector<CMediumFormat> &medFormats = systemProperties.GetMediumFormats();
|
| H A D | UIWizardCloneVDPageExpert.cpp | 96 CSystemProperties systemProperties = vboxGlobal().virtualBox().GetSystemProperties(); local 97 const QVector<CMediumFormat> &medFormats = systemProperties.GetMediumFormats();
|
| /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/ |
| H A D | UIWizardNewVDPageBasic1.cpp | 96 CSystemProperties systemProperties = vboxGlobal().virtualBox().GetSystemProperties(); local 97 const QVector<CMediumFormat> &medFormats = systemProperties.GetMediumFormats();
|
| H A D | UIWizardNewVDPageExpert.cpp | 124 CSystemProperties systemProperties = vboxGlobal().virtualBox().GetSystemProperties(); local 125 const QVector<CMediumFormat> &medFormats = systemProperties.GetMediumFormats();
|
| /vbox/src/VBox/Main/src-server/ |
| H A D | VRDEServerImpl.cpp | 677 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 D | MachineImpl.cpp | 3577 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 D | VBoxManageStorageController.cpp | 114 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 D | VBoxManageAppliance.cpp | 716 ComPtr<ISystemProperties> systemProperties; local 721 COMGETTER(SystemProperties)(systemProperties.asOutParam())); 723 CHECK_ERROR(systemProperties,
|
| H A D | VBoxManageList.cpp | 284 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 D | VBoxManageInfo.cpp | 619 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 D | vboxweb.cpp | 1669 ComPtr<ISystemProperties> systemProperties; local 1670 pVirtualBox->COMGETTER(SystemProperties)(systemProperties.asOutParam()); 1673 systemProperties->COMGETTER(WebServiceAuthLibrary)(authLibrary.asOutParam());
|
| /vbox/include/VBox/ |
| H A D | settings.h | 428 SystemProperties systemProperties; member in class:settings::MainConfigFile
|
| /vbox/src/VBox/Main/src-client/ |
| H A D | ConsoleImpl2.cpp | 997 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 D | VBoxGlobal.cpp | 3464 CSystemProperties systemProperties = vboxGlobal().virtualBox().GetSystemProperties(); local 3465 QVector<CMediumFormat> mediumFormats = systemProperties.GetMediumFormats();
|