Searched refs:strBwGroup (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DNetworkAdapterImpl.cpp1330 Utf8Str strBwGroup; local
1332 strBwGroup = static_cast<BandwidthGroup *>(iBw)->i_getName();
1334 if (mData->mBandwidthGroup != strBwGroup)
1337 if (!strBwGroup.isEmpty())
1339 HRESULT hrc = mParent->i_getBandwidthGroup(strBwGroup, pBwGroup, false /* fSetError */);
H A DMachineImpl.cpp9334 if (!dev.strBwGroup.isEmpty())
9336 rc = mBandwidthControl->i_getBandwidthGroupByName(dev.strBwGroup, pBwGroup, false /* aSetError */);
9341 dev.strBwGroup.c_str(),
10474 dev.strBwGroup = pAttach->i_getBandwidthGroup();
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp1252 Bstr strBwGroup; local
1255 pBwGroup->COMGETTER(Name)(strBwGroup.asOutParam());
1275 strBwGroup.isEmpty() ? Bstr("none").raw() : strBwGroup.raw());
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp4111 Bstr strBwGroup; local
4116 hrc = pBwGroup->COMGETTER(Name)(strBwGroup.asOutParam()); H();
4127 strBwGroup.isEmpty() ? NULL : Utf8Str(strBwGroup).c_str(),
4629 Bstr strBwGroup; local
4634 hrc = pBwGroup->COMGETTER(Name)(strBwGroup.asOutParam()); H();
4644 if (!strBwGroup.isEmpty())
4648 InsertConfigString(pCfg, "BwGroup", strBwGroup);
/vbox/src/VBox/Main/xml/
H A DSettings.cpp2110 && (strBwGroup == a.strBwGroup)
3619 pelmAttached->getAttributeValue("bandwidthGroup", att.strBwGroup);
5088 if (att.strBwGroup.length())
5089 pelmDevice->setAttribute("bandwidthGroup", att.strBwGroup);
5838 if (att.strBwGroup.length() != 0)
/vbox/include/VBox/
H A Dsettings.h1038 com::Utf8Str strBwGroup; member in struct:settings::AttachedDevice

Completed in 165 milliseconds