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

/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostartStop.cpp47 AutostopType_T enmAutostopType; member in struct:AUTOSTOPVM
134 AutostopType_T enmAutostopType; local
135 CHECK_ERROR_BREAK(machines[i], COMGETTER(AutostopType)(&enmAutostopType));
136 if (enmAutostopType != AutostopType_Disabled)
141 autostopVM.enmAutostopType = enmAutostopType;
183 switch ((*it).enmAutostopType)
/vbox/include/VBox/
H A Dsettings.h1135 enmAutostopType(AutostopType_Disabled)
1142 && enmAutostopType == rOther.enmAutostopType;
1149 && enmAutostopType == AutostopType_Disabled;
1154 AutostopType_T enmAutostopType; member in struct:settings::Autostart
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageModifyVM.cpp2780 AutostopType_T enmAutostopType = AutostopType_Disabled; local
2783 enmAutostopType = AutostopType_Disabled;
2785 enmAutostopType = AutostopType_SaveState;
2787 enmAutostopType = AutostopType_PowerOff;
2789 enmAutostopType = AutostopType_AcpiShutdown;
2797 CHECK_ERROR(sessionMachine, COMSETTER(AutostopType)(enmAutostopType));
/vbox/src/VBox/Main/xml/
H A DSettings.cpp3768 pAutostart->enmAutostopType = AutostopType_Disabled;
3770 pAutostart->enmAutostopType = AutostopType_SaveState;
3772 pAutostart->enmAutostopType = AutostopType_PowerOff;
3774 pAutostart->enmAutostopType = AutostopType_AcpiShutdown;
5151 switch (pAutostart->enmAutostopType)
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp6961 *aAutostopType = mHWData->mAutostart.enmAutostopType;
6971 && mHWData->mAutostart.enmAutostopType != aAutostopType)
6987 mHWData->mAutostart.enmAutostopType = aAutostopType;

Completed in 105 milliseconds