Lines Matching refs:Host

3  * VirtualBox COM class implementation: Host
182 // Host private data definition
186 struct Host::Data
232 /** Host's DNS informaton fetching */
242 DEFINE_EMPTY_CTOR_DTOR(Host)
244 HRESULT Host::FinalConstruct()
249 void Host::FinalRelease()
260 HRESULT Host::init(VirtualBox *aParent)
462 void Host::uninit()
477 * with Host including network interface ones. We can destroy network
523 HRESULT Host::getDVDDrives(std::vector<ComPtr<IMedium> > &aDVDDrives)
546 HRESULT Host::getFloppyDrives(std::vector<ComPtr<IMedium> > &aFloppyDrives)
613 HRESULT Host::getNetworkInterfaces(std::vector<ComPtr<IHostNetworkInterface> > &aNetworkInterfaces)
799 HRESULT Host::getUSBDevices(std::vector<ComPtr<IHostUSBDevice> > &aUSBDevices)
824 HRESULT Host::getNameServers(std::vector<com::Utf8Str> &aNameServers)
834 HRESULT Host::getDomainName(com::Utf8Str &aDomainName)
845 HRESULT Host::getSearchStrings(std::vector<com::Utf8Str> &aSearchStrings)
851 HRESULT Host::getUSBDeviceFilters(std::vector<ComPtr<IHostUSBDeviceFilter> > &aUSBDeviceFilters)
885 HRESULT Host::getProcessorCount(ULONG *aCount)
899 HRESULT Host::getProcessorOnlineCount(ULONG *aCount)
913 HRESULT Host::getProcessorCoreCount(ULONG *aCount)
927 HRESULT Host::getProcessorOnlineCoreCount(ULONG *aCount)
942 HRESULT Host::getProcessorSpeed(ULONG aCpuId,
958 HRESULT Host::getProcessorDescription(ULONG aCpuId, com::Utf8Str &aDescription)
980 HRESULT Host::getProcessorFeature(ProcessorFeature_T aFeature, BOOL *aSupported)
1071 HRESULT Host::getProcessorCPUIDLeaf(ULONG aCpuId, ULONG aLeaf, ULONG aSubLeaf,
1099 HRESULT Host::getMemorySize(ULONG *aSize)
1117 HRESULT Host::getMemoryAvailable(ULONG *aAvailable)
1135 HRESULT Host::getOperatingSystem(com::Utf8Str &aOperatingSystem)
1153 HRESULT Host::getOSVersion(com::Utf8Str &aVersion)
1188 HRESULT Host::getUTCTime(LONG64 *aUTCTime)
1199 HRESULT Host::getAcceleration3DAvailable(BOOL *aSupported)
1228 HRESULT Host::createHostOnlyNetworkInterface(ComPtr<IHostNetworkInterface> &aHostInterface,
1277 HRESULT Host::removeHostOnlyNetworkInterface(const com::Guid &aId,
1295 tr("Host network interface with UUID {%RTuuid} does not exist"),
1319 HRESULT Host::createUSBDeviceFilter(const com::Utf8Str &aName,
1343 HRESULT Host::insertUSBDeviceFilter(ULONG aPosition,
1404 HRESULT Host::removeUSBDeviceFilter(ULONG aPosition)
1457 HRESULT Host::findHostDVDDrive(const com::Utf8Str &aName,
1469 HRESULT Host::findHostFloppyDrive(const com::Utf8Str &aName, ComPtr<IMedium> &aDrive)
1482 HRESULT Host::findHostNetworkInterfaceByName(const com::Utf8Str &aName,
1517 HRESULT Host::findHostNetworkInterfaceById(const com::Guid &aId,
1552 HRESULT Host::findHostNetworkInterfacesOfType(HostNetworkInterfaceType_T aType,
1589 HRESULT Host::findUSBDeviceByAddress(const com::Utf8Str &aName,
1622 HRESULT Host::findUSBDeviceById(const com::Guid &aId,
1658 HRESULT Host::generateMACAddress(com::Utf8Str &aAddress)
1671 HRESULT Host::getVideoInputDevices(std::vector<ComPtr<IHostVideoInputDevice> > &aVideoInputDevices)
1691 HRESULT Host::i_loadSettings(const settings::Host &data)
1728 HRESULT Host::i_saveSettings(settings::Host &data)
1757 * drives in the Host instance data, depending on the @a mediumType
1773 HRESULT Host::i_getDrives(DeviceType_T mediumType,
1905 HRESULT Host::i_findHostDriveById(DeviceType_T mediumType,
1945 HRESULT Host::i_findHostDriveByName(DeviceType_T mediumType,
1984 HRESULT Host::i_findHostDriveByNameOrId(DeviceType_T mediumType,
2003 HRESULT Host::i_buildDVDDrivesList(MediaList &list)
2085 HRESULT Host::i_buildFloppyDrivesList(MediaList &list)
2142 USBProxyService* Host::i_usbProxyService()
2147 HRESULT Host::i_addChild(HostUSBDeviceFilter *pChild)
2160 HRESULT Host::i_removeChild(HostUSBDeviceFilter *pChild)
2182 VirtualBox* Host::i_parent()
2190 HRESULT Host::i_onUSBDeviceFilterChange(HostUSBDeviceFilter *aFilter,
2245 void Host::i_getUSBFilters(Host::USBDeviceFilterList *aGlobalFilters)
2390 void Host::i_getDVDInfoFromDevTree(std::list<ComObjPtr<Medium> > &list)
2421 bool Host::i_getDVDInfoFromHal(std::list<ComObjPtr<Medium> > &list)
2491 LogRel(("Host::COMGETTER(DVDDrives): failed to get property \"info.product\" for device %s. dbus error: %s (%s)\n",
2512 // LogRel(("Host::COMGETTER(DVDDrives): failed to validate the block device %s as a DVD drive\n"));
2522 LogRel(("Host::COMGETTER(DVDDrives): failed to get property \"block.device\" for device %s. dbus error: %s (%s)\n",
2531 LogRel(("Host::COMGETTER(DVDDrives): failed to get devices with capability \"storage.cdrom\". dbus error: %s (%s)\n", dbusError.name, dbusError.message));
2536 LogRel(("Host::COMGETTER(DVDDrives): failed to shutdown the libhal context. dbus error: %s (%s)\n",
2543 LogRel(("Host::COMGETTER(DVDDrives): failed to initialise libhal context. dbus error: %s (%s)\n",
2551 LogRel(("Host::COMGETTER(DVDDrives): failed to set libhal connection to dbus.\n"));
2556 LogRel(("Host::COMGETTER(DVDDrives): failed to get a libhal context - out of memory?\n"));
2562 LogRel(("Host::COMGETTER(DVDDrives): failed to connect to dbus. dbus error: %s (%s)\n",
2577 bool Host::i_getFloppyInfoFromHal(std::list< ComObjPtr<Medium> > &list)
2657 LogRel(("Host::COMGETTER(FloppyDrives): failed to get property \"info.product\" for device %s. dbus error: %s (%s)\n",
2678 // LogRel(("Host::COMGETTER(FloppyDrives): failed to validate the block device %s as a floppy drive\n"));
2684 LogRel(("Host::COMGETTER(FloppyDrives): failed to get property \"block.device\" for device %s. dbus error: %s (%s)\n",
2693 LogRel(("Host::COMGETTER(FloppyDrives): failed to get devices with capability \"storage.cdrom\". dbus error: %s (%s)\n", dbusError.name, dbusError.message));
2698 LogRel(("Host::COMGETTER(FloppyDrives): failed to shutdown the libhal context. dbus error: %s (%s)\n",
2705 LogRel(("Host::COMGETTER(FloppyDrives): failed to initialise libhal context. dbus error: %s (%s)\n",
2713 LogRel(("Host::COMGETTER(FloppyDrives): failed to set libhal connection to dbus.\n"));
2718 LogRel(("Host::COMGETTER(FloppyDrives): failed to get a libhal context - out of memory?\n"));
2724 LogRel(("Host::COMGETTER(FloppyDrives): failed to connect to dbus. dbus error: %s (%s)\n",
2738 void Host::i_parseMountTable(char *mountTable, std::list< ComObjPtr<Medium> > &list)
2840 bool Host::i_validateDevice(const char *deviceNode, bool isCDROM)
2914 HRESULT Host::i_checkUSBProxyService()
2932 tr("Could not load the Host USB Proxy Service (VERR_FILE_NOT_FOUND). The service might not be installed on the host computer"));
2944 tr("Could not load the Host USB Proxy service"),
2953 HRESULT Host::i_updateNetIfList()
3018 LogRel(("Host::updateNetIfList: failed to get interface type for %ls\n", n.raw()));
3036 void Host::i_registerDiskMetrics(PerformanceCollector *aCollector)
3122 void Host::i_registerMetrics(PerformanceCollector *aCollector)
3258 void Host::i_unregisterMetrics(PerformanceCollector *aCollector)
3268 void Host::i_generateMACAddress(Utf8Str &mac)