Searched refs:bwGroup (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageBandwidthControl.cpp238 ComPtr<IBandwidthGroup> bwGroup; local
239 CHECK_ERROR2_RET(bwCtrl, GetBandwidthGroup(name.raw(), bwGroup.asOutParam()), RTEXITCODE_FAILURE);
241 CHECK_ERROR2_RET(bwGroup, COMSETTER(MaxBytesPerSec)((LONG64)cMaxBytesPerSec), RTEXITCODE_FAILURE);
H A DVBoxManageStorageController.cpp908 ComPtr<IBandwidthGroup> bwGroup; local
914 CHECK_ERROR(bwCtrl, GetBandwidthGroup(Bstr(pszBandwidthGroup).raw(), bwGroup.asOutParam()));
918 port, device, bwGroup));
H A DVBoxManageModifyVM.cpp1430 ComPtr<IBandwidthGroup> bwGroup; local
1436 CHECK_ERROR(bwCtrl, GetBandwidthGroup(Bstr(ValueUnion.psz).raw(), bwGroup.asOutParam()));
1439 CHECK_ERROR(nic, COMSETTER(BandwidthGroup)(bwGroup));
/vbox/src/VBox/Main/testcase/
H A DtstAPI.cpp1504 ComPtr<IBandwidthGroup> bwGroup;
1526 CHECK_ERROR_BREAK(bwCtrl, GetBandwidthGroup(grpName.raw(), bwGroup.asOutParam()));
1529 CHECK_ERROR_BREAK(nic, COMSETTER(BandwidthGroup)(bwGroup));
1539 ComPtr<IBandwidthGroup> bwGroup;
1552 CHECK_ERROR_BREAK(nic, COMGETTER(BandwidthGroup)(bwGroup.asOutParam()));
1553 if (bwGroup.isNull())
1557 CHECK_ERROR_BREAK(bwGroup, COMGETTER(Name)(grpNameReadFromNic.asOutParam()));

Completed in 57 milliseconds