Searched defs:aGroups (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1447 const std::vector<com::Utf8Str> &aGroups,
1458 HRESULT rc = i_convertMachineGroups(aGroups, &llGroups);
1651 HRESULT VirtualBox::getMachinesByGroups(const std::vector<com::Utf8Str> &aGroups, argument
1655 HRESULT rc = i_convertMachineGroups(aGroups, &llGroups);
1445 createMachine(const com::Utf8Str &aSettingsFile, const com::Utf8Str &aName, const std::vector<com::Utf8Str> &aGroups, const com::Utf8Str &aOsTypeId, const com::Utf8Str &aFlags, ComPtr<IMachine> &aMachine) argument
H A DMachineImpl.cpp1047 HRESULT Machine::getGroups(std::vector<com::Utf8Str> &aGroups) argument
1050 aGroups.resize(mUserData->s.llGroups.size());
1054 aGroups[i] = (*it);
1059 HRESULT Machine::setGroups(const std::vector<com::Utf8Str> &aGroups) argument
1062 HRESULT rc = mParent->i_convertMachineGroups(aGroups, &llGroups);

Completed in 121 milliseconds