Searched refs:aGroups (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/include/
H A DVirtualBoxImpl.h285 const std::vector<com::Utf8Str> &aGroups,
294 HRESULT getMachinesByGroups(const std::vector<com::Utf8Str> &aGroups,
H A DMachineImpl.h854 HRESULT getGroups(std::vector<com::Utf8Str> &aGroups);
855 HRESULT setGroups(const std::vector<com::Utf8Str> &aGroups);
/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);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h4268 #define IVirtualBox_CreateMachine(p, aSettingsFile, aName, aGroups, aOsTypeId, aFlags, aMachine) ((p)->lpVtbl->CreateMachine(p, aSettingsFile, aName, aGroups, aOsTypeId, aFlags, aMachine))
4272 #define IVirtualBox_GetMachinesByGroups(p, aGroups, aMachines) ((p)->lpVtbl->GetMachinesByGroups(p, aGroups, aMachines))
6501 #define IMachine_get_Groups(p, aGroups) ((p)->lpVtbl->GetGroups(p, aGroups))
6502 #define IMachine_GetGroups(p, aGroups) ((p)->lpVtbl->GetGroups(p, aGroups))
6503 #define IMachine_put_Groups(p, aGroups) ((p)->lpVtbl->SetGroups(p, aGroups))
[all...]

Completed in 202 milliseconds