Lines Matching defs:console
50 static HRESULT autostartSaveVMState(ComPtr<IConsole> &console)
60 rc = console->Pause();
68 CHECK_ERROR_BREAK(console, COMGETTER(State)(&machineState));
86 CHECK_ERROR(console, COMGETTER(Machine)(machine.asOutParam()));
91 console->Resume();
100 console->Resume();
174 ComPtr<IConsole> console;
180 /* get the associated console */
181 CHECK_ERROR_BREAK(g_pSession, COMGETTER(Console)(console.asOutParam()));
187 rc = autostartSaveVMState(console);
192 CHECK_ERROR_BREAK(console, PowerDown(progress.asOutParam()));
201 CHECK_ERROR_BREAK(console, GetGuestEnteredACPIMode(&fGuestEnteredACPI));
204 CHECK_ERROR_BREAK(console, PowerButton());
216 /* Use save state instead and log this to the console. */
219 rc = autostartSaveVMState(console);