Searched refs:machineStateToName (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart.h149 DECLHIDDEN(const char *) machineStateToName(MachineState_T enmMachineState, bool fShort);
H A DVBoxAutostartStop.cpp74 machineState, machineStateToName(machineState, false));
H A DVBoxAutostartUtils.cpp42 DECLHIDDEN(const char *) machineStateToName(MachineState_T machineState, bool fShort) function
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManage.h234 const char *machineStateToName(MachineState_T machineState, bool fShort);
H A DVBoxManageInfo.cpp133 const char *machineStateToName(MachineState_T machineState, bool fShort) function
749 const char *pszState = machineStateToName(machineState, details == VMINFO_MACHINEREADABLE /*=fShort*/);
H A DVBoxManageControlVM.cpp251 machineState, machineStateToName(machineState, false));
H A DVBoxManageGuestCtrl.cpp813 pszNameOrId, machineStateToName(machineState, false));

Completed in 87 milliseconds