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

/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.h369 VBoxDbgConsoleEvent(VBoxDbgConsoleEventType enmCommand) argument
370 : QEvent((QEvent::Type)kEventNumber), m_enmCommand(enmCommand)
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageList.cpp866 static HRESULT produceList(enum enmListType enmCommand, bool fOptLong, const ComPtr<IVirtualBox> &pVirtualBox) argument
869 switch (enmCommand)
1018 rc = listNetworkInterfaces(pVirtualBox, enmCommand == kListBridgedInterfaces);

Completed in 59 milliseconds