Searched defs:aMaxBytesPerSec (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DBandwidthGroupImpl.h39 LONG64 aMaxBytesPerSec);
54 LONG64 i_getMaxBytesPerSec() const { return m->bd->aMaxBytesPerSec; }
63 HRESULT getMaxBytesPerSec(LONG64 *aMaxBytesPerSec);
76 aMaxBytesPerSec(0),
82 LONG64 aMaxBytesPerSec; member in struct:BandwidthGroup::BackupableBandwidthGroupData
/vbox/src/VBox/Main/src-server/
H A DBandwidthGroupImpl.cpp53 * @param aMaxBytesPerSec Maximum bandwidth for the bandwidth group.
58 LONG64 aMaxBytesPerSec)
82 m->bd->aMaxBytesPerSec = aMaxBytesPerSec;
224 HRESULT BandwidthGroup::getMaxBytesPerSec(LONG64 *aMaxBytesPerSec) argument
228 *aMaxBytesPerSec = m->bd->aMaxBytesPerSec;
233 HRESULT BandwidthGroup::setMaxBytesPerSec(LONG64 aMaxBytesPerSec) argument
235 if (aMaxBytesPerSec < 0)
242 m->bd->aMaxBytesPerSec
55 init(BandwidthControl *aParent, const Utf8Str &aName, BandwidthGroupType_T aType, LONG64 aMaxBytesPerSec) argument
[all...]
H A DBandwidthControlImpl.cpp391 LONG64 aMaxBytesPerSec)
393 if (aMaxBytesPerSec < 0)
414 rc = group->init(this, aName, aType, aMaxBytesPerSec);
389 createBandwidthGroup(const com::Utf8Str &aName, BandwidthGroupType_T aType, LONG64 aMaxBytesPerSec) argument

Completed in 61 milliseconds