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

/vbox/src/VBox/Main/src-server/
H A DStorageControllerImpl.cpp89 pSystemProperties(NULL),
93 unconst(pSystemProperties) = pVirtualBox->i_getSystemProperties();
97 SystemProperties * const pSystemProperties; member in struct:StorageController::Data
420 HRESULT rc = m->pSystemProperties->GetMaxDevicesPerPortForStorageBus(m->bd->mStorageBus, aMaxDevicesPerPortCount);
431 HRESULT rc = m->pSystemProperties->GetMinPortCountForStorageBus(m->bd->mStorageBus, aMinPortCount);
440 HRESULT rc = m->pSystemProperties->GetMaxPortCountForStorageBus(m->bd->mStorageBus, aMaxPortCount);
741 HRESULT rc = m->pSystemProperties->GetMaxDevicesPerPortForStorageBus(m->bd->mStorageBus, &devicesPerPort);
H A DVirtualBoxImpl.cpp235 const ComObjPtr<SystemProperties> pSystemProperties; member in struct:VirtualBox::Data
448 unconst(m->pSystemProperties).createObject();
449 rc = m->pSystemProperties->init(this);
452 rc = m->pSystemProperties->i_loadSettings(m->pMainConfigFile->systemProperties);
771 if (m->pSystemProperties)
773 m->pSystemProperties->uninit();
774 unconst(m->pSystemProperties).setNull();
902 m->pSystemProperties.queryInterfaceTo(aSystemProperties.asOutParam());
2687 return m->pSystemProperties->i_loadVDPlugin(pszPluginLibrary);
2695 return m->pSystemProperties
[all...]
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp1175 ComPtr<ISystemProperties> pSystemProperties; local
1176 g_pVirtualBox->COMGETTER(SystemProperties)(pSystemProperties.asOutParam());
1177 if (pSystemProperties)
1178 pSystemProperties->COMSETTER(WebServiceAuthLibrary)(com::Bstr(g_pcszAuthentication).raw());
1306 ComPtr<ISystemProperties> pSystemProperties; local
1307 g_pVirtualBox->COMGETTER(SystemProperties)(pSystemProperties.asOutParam());
1308 if (pSystemProperties)
1309 pSystemProperties->COMSETTER(WebServiceAuthLibrary)(com::Bstr(g_pcszAuthentication).raw());
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp542 ComPtr<ISystemProperties> pSystemProperties; local
544 pVirtualBox->COMGETTER(SystemProperties)(pSystemProperties.asOutParam());
548 if (pSystemProperties)
549 pSystemProperties->GetMaxNetworkAdapters(chipsetType, &maxNetworkAdapters);
4902 ComPtr<ISystemProperties> pSystemProperties; local
4904 pVirtualBox->COMGETTER(SystemProperties)(pSystemProperties.asOutParam());
4908 if (pSystemProperties)
4909 pSystemProperties->GetMaxNetworkAdapters(chipsetType, &maxNetworkAdapters);
6908 ComPtr<ISystemProperties> pSystemProperties; local
6909 pVirtualBox->COMGETTER(SystemProperties)(pSystemProperties
9039 ComPtr<ISystemProperties> pSystemProperties; local
[all...]

Completed in 64 milliseconds