Searched refs:bwCtrl (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageBandwidthControl.cpp97 * @param bwCtrl Reference to the bandwidth control interface.
99 static RTEXITCODE handleBandwidthControlAdd(HandlerArg *a, ComPtr<IBandwidthControl> &bwCtrl) argument
176 CHECK_ERROR2_RET(bwCtrl, CreateBandwidthGroup(name.raw(), enmType, (LONG64)cMaxBytesPerSec), RTEXITCODE_FAILURE);
185 * @param bwCtrl Reference to the bandwidth control interface.
187 static RTEXITCODE handleBandwidthControlSet(HandlerArg *a, ComPtr<IBandwidthControl> &bwCtrl) argument
239 CHECK_ERROR2_RET(bwCtrl, GetBandwidthGroup(name.raw(), bwGroup.asOutParam()), RTEXITCODE_FAILURE);
251 * @param bwCtrl Reference to the bandwidth control interface.
253 static RTEXITCODE handleBandwidthControlRemove(HandlerArg *a, ComPtr<IBandwidthControl> &bwCtrl) argument
256 CHECK_ERROR2_RET(bwCtrl, DeleteBandwidthGroup(name.raw()), RTEXITCODE_FAILURE);
264 * @param bwCtrl Referenc
308 ComPtr<IBandwidthControl> bwCtrl; local
[all...]
H A DVBoxManage.h235 HRESULT showBandwidthGroups(ComPtr<IBandwidthControl> &bwCtrl,
H A DVBoxManageStorageController.cpp907 ComPtr<IBandwidthControl> bwCtrl; local
910 CHECK_ERROR(machine, COMGETTER(BandwidthControl)(bwCtrl.asOutParam()));
914 CHECK_ERROR(bwCtrl, GetBandwidthGroup(Bstr(pszBandwidthGroup).raw(), bwGroup.asOutParam()));
H A DVBoxManageInfo.cpp267 HRESULT showBandwidthGroups(ComPtr<IBandwidthControl> &bwCtrl, argument
273 CHECK_ERROR_RET(bwCtrl, GetAllBandwidthGroups(ComSafeArrayAsOutParam(bwGroups)), rc);
2223 ComPtr<IBandwidthControl> bwCtrl; local
2224 CHECK_ERROR_RET(machine, COMGETTER(BandwidthControl)(bwCtrl.asOutParam()), rc);
2226 rc = showBandwidthGroups(bwCtrl, details);
H A DVBoxManageModifyVM.cpp1429 ComPtr<IBandwidthControl> bwCtrl; local
1432 CHECK_ERROR(sessionMachine, COMGETTER(BandwidthControl)(bwCtrl.asOutParam()));
1436 CHECK_ERROR(bwCtrl, GetBandwidthGroup(Bstr(ValueUnion.psz).raw(), bwGroup.asOutParam()));
/vbox/src/VBox/Main/testcase/
H A DtstAPI.cpp1503 ComPtr<IBandwidthControl> bwCtrl;
1520 CHECK_ERROR_BREAK(machine, COMGETTER(BandwidthControl)(bwCtrl.asOutParam()));
1523 CHECK_ERROR_BREAK(bwCtrl, CreateBandwidthGroup(grpName.raw(), BandwidthGroupType_Network, 123));
1526 CHECK_ERROR_BREAK(bwCtrl, GetBandwidthGroup(grpName.raw(), bwGroup.asOutParam()));
1538 ComPtr<IBandwidthControl> bwCtrl;
1548 CHECK_ERROR_BREAK(machine, COMGETTER(BandwidthControl)(bwCtrl.asOutParam()));
1567 CHECK_ERROR_BREAK(bwCtrl, DeleteBandwidthGroup(grpName.raw()));
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1411 ComPtr<IBandwidthControl> bwCtrl; local
1414 hrc = pMachine->COMGETTER(BandwidthControl)(bwCtrl.asOutParam()); H();
1416 hrc = bwCtrl->GetAllBandwidthGroups(ComSafeArrayAsOutParam(bwGroups)); H();

Completed in 85 milliseconds