Lines Matching defs:SystemProperties

49 SystemProperties::SystemProperties()
51 m(new settings::SystemProperties)
55 SystemProperties::~SystemProperties()
61 HRESULT SystemProperties::FinalConstruct()
66 void SystemProperties::FinalRelease()
80 HRESULT SystemProperties::init(VirtualBox *aParent)
105 * NB: See also SystemProperties constructor in settings.h
150 void SystemProperties::uninit()
165 HRESULT SystemProperties::getMinGuestRAM(ULONG *minRAM)
175 HRESULT SystemProperties::getMaxGuestRAM(ULONG *maxRAM)
186 HRESULT SystemProperties::getMinGuestVRAM(ULONG *minVRAM)
194 HRESULT SystemProperties::getMaxGuestVRAM(ULONG *maxVRAM)
202 HRESULT SystemProperties::getMinGuestCPUCount(ULONG *minCPUCount)
210 HRESULT SystemProperties::getMaxGuestCPUCount(ULONG *maxCPUCount)
218 HRESULT SystemProperties::getMaxGuestMonitors(ULONG *maxMonitors)
228 HRESULT SystemProperties::getInfoVDSize(LONG64 *infoVDSize)
252 HRESULT SystemProperties::getSerialPortCount(ULONG *count)
261 HRESULT SystemProperties::getParallelPortCount(ULONG *count)
270 HRESULT SystemProperties::getMaxBootPosition(ULONG *aMaxBootPosition)
279 HRESULT SystemProperties::getExclusiveHwVirt(BOOL *aExclusiveHwVirt)
288 HRESULT SystemProperties::setExclusiveHwVirt(BOOL aExclusiveHwVirt)
301 HRESULT SystemProperties::getMaxNetworkAdapters(ChipsetType_T aChipset, ULONG *aMaxNetworkAdapters)
311 HRESULT SystemProperties::getMaxNetworkAdaptersOfType(ChipsetType_T aChipset, NetworkAttachmentType_T aType, ULONG *count)
341 HRESULT SystemProperties::getMaxDevicesPerPortForStorageBus(StorageBus_T aBus,
371 HRESULT SystemProperties::getMinPortCountForStorageBus(StorageBus_T aBus,
410 HRESULT SystemProperties::getMaxPortCountForStorageBus(StorageBus_T aBus,
453 HRESULT SystemProperties::getMaxInstancesOfStorageBus(ChipsetType_T aChipset,
483 HRESULT SystemProperties::getDeviceTypesForStorageBus(StorageBus_T aBus,
515 HRESULT SystemProperties::getDefaultIoCacheSettingForStorageController(StorageControllerType_T aControllerType,
540 HRESULT SystemProperties::getStorageControllerHotplugCapable(StorageControllerType_T aControllerType,
565 HRESULT SystemProperties::getMaxInstancesOfUSBControllerType(ChipsetType_T aChipset,
591 HRESULT SystemProperties::getDefaultMachineFolder(com::Utf8Str &aDefaultMachineFolder)
598 HRESULT SystemProperties::setDefaultMachineFolder(const com::Utf8Str &aDefaultMachineFolder)
613 HRESULT SystemProperties::getLoggingLevel(com::Utf8Str &aLoggingLevel)
626 HRESULT SystemProperties::setLoggingLevel(const com::Utf8Str &aLoggingLevel)
643 HRESULT SystemProperties::getMediumFormats(std::vector<ComPtr<IMediumFormat> > &aMediumFormats)
653 HRESULT SystemProperties::getDefaultHardDiskFormat(com::Utf8Str &aDefaultHardDiskFormat)
661 HRESULT SystemProperties::setDefaultHardDiskFormat(const com::Utf8Str &aDefaultHardDiskFormat)
676 HRESULT SystemProperties::getFreeDiskSpaceWarning(LONG64 *aFreeSpace)
682 HRESULT SystemProperties::setFreeDiskSpaceWarning(LONG64 /* aFreeSpace */)
687 HRESULT SystemProperties::getFreeDiskSpacePercentWarning(ULONG *aFreeSpacePercent)
693 HRESULT SystemProperties::setFreeDiskSpacePercentWarning(ULONG /* aFreeSpacePercent */)
698 HRESULT SystemProperties::getFreeDiskSpaceError(LONG64 *aFreeSpace)
704 HRESULT SystemProperties::setFreeDiskSpaceError(LONG64 /* aFreeSpace */)
709 HRESULT SystemProperties::getFreeDiskSpacePercentError(ULONG *aFreeSpacePercent)
715 HRESULT SystemProperties::setFreeDiskSpacePercentError(ULONG /* aFreeSpacePercent */)
720 HRESULT SystemProperties::getVRDEAuthLibrary(com::Utf8Str &aVRDEAuthLibrary)
729 HRESULT SystemProperties::setVRDEAuthLibrary(const com::Utf8Str &aVRDEAuthLibrary)
744 HRESULT SystemProperties::getWebServiceAuthLibrary(com::Utf8Str &aWebServiceAuthLibrary)
753 HRESULT SystemProperties::setWebServiceAuthLibrary(const com::Utf8Str &aWebServiceAuthLibrary)
769 HRESULT SystemProperties::getDefaultVRDEExtPack(com::Utf8Str &aExtPack)
817 HRESULT SystemProperties::setDefaultVRDEExtPack(const com::Utf8Str &aExtPack)
848 HRESULT SystemProperties::getLogHistoryCount(ULONG *count)
858 HRESULT SystemProperties::setLogHistoryCount(ULONG count)
871 HRESULT SystemProperties::getDefaultAudioDriver(AudioDriverType_T *aAudioDriver)
880 HRESULT SystemProperties::getAutostartDatabasePath(com::Utf8Str &aAutostartDbPath)
889 HRESULT SystemProperties::setAutostartDatabasePath(const com::Utf8Str &aAutostartDbPath)
905 HRESULT SystemProperties::getDefaultAdditionsISO(com::Utf8Str &aDefaultAdditionsISO)
925 HRESULT SystemProperties::setDefaultAdditionsISO(const com::Utf8Str &aDefaultAdditionsISO)
944 HRESULT SystemProperties::getDefaultFrontend(com::Utf8Str &aDefaultFrontend)
951 HRESULT SystemProperties::setDefaultFrontend(const com::Utf8Str &aDefaultFrontend)
969 HRESULT SystemProperties::getScreenShotFormats(std::vector<BitmapFormat_T> &aBitmapFormats)
981 HRESULT SystemProperties::i_loadSettings(const settings::SystemProperties &data)
1025 HRESULT SystemProperties::i_saveSettings(settings::SystemProperties &data)
1045 ComObjPtr<MediumFormat> SystemProperties::i_mediumFormat(const Utf8Str &aFormat)
1078 ComObjPtr<MediumFormat> SystemProperties::i_mediumFormatFromExtension(const Utf8Str &aExt)
1114 int SystemProperties::i_loadVDPlugin(const char *pszPluginLibrary)
1122 int SystemProperties::i_unloadVDPlugin(const char *pszPluginLibrary)
1135 HRESULT SystemProperties::i_getUserHomeDirectory(Utf8Str &strPath)
1155 HRESULT SystemProperties::i_setDefaultMachineFolder(const Utf8Str &strPath)
1180 HRESULT SystemProperties::i_setLoggingLevel(const com::Utf8Str &aLoggingLevel)
1205 HRESULT SystemProperties::i_setDefaultHardDiskFormat(const com::Utf8Str &aFormat)
1215 HRESULT SystemProperties::i_setVRDEAuthLibrary(const com::Utf8Str &aPath)
1225 HRESULT SystemProperties::i_setWebServiceAuthLibrary(const com::Utf8Str &aPath)
1235 HRESULT SystemProperties::i_setDefaultVRDEExtPack(const com::Utf8Str &aExtPack)
1242 HRESULT SystemProperties::i_setAutostartDatabasePath(const com::Utf8Str &aPath)
1272 HRESULT SystemProperties::i_setDefaultAdditionsISO(const com::Utf8Str &aPath)
1317 HRESULT SystemProperties::i_setDefaultFrontend(const com::Utf8Str &aDefaultFrontend)