Lines Matching refs:HRESULT

61 HRESULT SystemProperties::FinalConstruct()
80 HRESULT SystemProperties::init(VirtualBox *aParent)
113 HRESULT rc = S_OK;
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)
296 HRESULT rc = mParent->i_saveSettings();
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)
601 HRESULT rc = i_setDefaultMachineFolder(aDefaultMachineFolder);
613 HRESULT SystemProperties::getLoggingLevel(com::Utf8Str &aLoggingLevel)
626 HRESULT SystemProperties::setLoggingLevel(const com::Utf8Str &aLoggingLevel)
629 HRESULT rc = i_setLoggingLevel(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)
664 HRESULT rc = i_setDefaultHardDiskFormat(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)
732 HRESULT rc = i_setVRDEAuthLibrary(aVRDEAuthLibrary);
744 HRESULT SystemProperties::getWebServiceAuthLibrary(com::Utf8Str &aWebServiceAuthLibrary)
753 HRESULT SystemProperties::setWebServiceAuthLibrary(const com::Utf8Str &aWebServiceAuthLibrary)
756 HRESULT rc = i_setWebServiceAuthLibrary(aWebServiceAuthLibrary);
769 HRESULT SystemProperties::getDefaultVRDEExtPack(com::Utf8Str &aExtPack)
771 HRESULT hrc = S_OK;
817 HRESULT SystemProperties::setDefaultVRDEExtPack(const com::Utf8Str &aExtPack)
819 HRESULT hrc = S_OK;
848 HRESULT SystemProperties::getLogHistoryCount(ULONG *count)
858 HRESULT SystemProperties::setLogHistoryCount(ULONG count)
866 HRESULT rc = mParent->i_saveSettings();
871 HRESULT SystemProperties::getDefaultAudioDriver(AudioDriverType_T *aAudioDriver)
880 HRESULT SystemProperties::getAutostartDatabasePath(com::Utf8Str &aAutostartDbPath)
889 HRESULT SystemProperties::setAutostartDatabasePath(const com::Utf8Str &aAutostartDbPath)
892 HRESULT rc = i_setAutostartDatabasePath(aAutostartDbPath);
905 HRESULT SystemProperties::getDefaultAdditionsISO(com::Utf8Str &aDefaultAdditionsISO)
925 HRESULT SystemProperties::setDefaultAdditionsISO(const com::Utf8Str &aDefaultAdditionsISO)
931 HRESULT rc = setDefaultAdditionsISO(aDefaultAdditionsISO);
944 HRESULT SystemProperties::getDefaultFrontend(com::Utf8Str &aDefaultFrontend)
951 HRESULT SystemProperties::setDefaultFrontend(const com::Utf8Str &aDefaultFrontend)
956 HRESULT rc = setDefaultFrontend(aDefaultFrontend);
969 HRESULT SystemProperties::getScreenShotFormats(std::vector<BitmapFormat_T> &aBitmapFormats)
981 HRESULT SystemProperties::i_loadSettings(const settings::SystemProperties &data)
987 HRESULT rc = S_OK;
1025 HRESULT SystemProperties::i_saveSettings(settings::SystemProperties &data)
1135 HRESULT SystemProperties::i_getUserHomeDirectory(Utf8Str &strPath)
1155 HRESULT SystemProperties::i_setDefaultMachineFolder(const Utf8Str &strPath)
1165 HRESULT rc = i_getUserHomeDirectory(path);
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)
1244 HRESULT rc = S_OK;
1272 HRESULT SystemProperties::i_setDefaultAdditionsISO(const com::Utf8Str &aPath)
1317 HRESULT SystemProperties::i_setDefaultFrontend(const com::Utf8Str &aDefaultFrontend)