Searched refs:aVmName (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/include/
H A DDHCPServerImpl.h90 DhcpOptionMap& i_findOptMapByVmNameSlot(const com::Utf8Str& aVmName,
115 HRESULT getVmSlotOptions(const com::Utf8Str &aVmName,
122 HRESULT addVmSlotOption(const com::Utf8Str &aVmName,
126 HRESULT removeVmSlotOptions(const com::Utf8Str &aVmName,
/vbox/src/VBox/Main/src-server/
H A DDHCPServerImpl.cpp442 HRESULT DHCPServer::addVmSlotOption(const com::Utf8Str &aVmName, argument
449 DhcpOptionMap &map = m->VmSlot2Options[VmNameSlotKey(aVmName, aSlot)];
461 HRESULT DHCPServer::removeVmSlotOptions(const com::Utf8Str &aVmName, LONG aSlot) argument
464 DhcpOptionMap& map = i_findOptMapByVmNameSlot(aVmName, aSlot);
476 HRESULT DHCPServer::getVmSlotOptions(const com::Utf8Str &aVmName, argument
482 DhcpOptionMap& map = i_findOptMapByVmNameSlot(aVmName, aSlot);
587 DhcpOptionMap& DHCPServer::i_findOptMapByVmNameSlot(const com::Utf8Str& aVmName, argument
590 return m->VmSlot2Options[settings::VmNameSlotKey(aVmName, aSlot)];
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDHCPServer.cpp65 VmNameSlotKey(const std::string &aVmName, uint8_t aSlot) : argument
66 VmName(aVmName),
/vbox/include/VBox/
H A Dsettings.h352 VmNameSlotKey(const com::Utf8Str& aVmName, LONG aSlot): VmName(aVmName), argument

Completed in 157 milliseconds