Lines Matching defs:machine
53 ComPtr<IMachine> machine;
86 CHECK_ERROR(console, COMGETTER(Machine)(machine.asOutParam()));
87 CHECK_ERROR(machine, SaveState(progress.asOutParam()));
96 CHECK_PROGRESS_ERROR(progress, ("Failed to save machine state"));
155 ComPtr<IMachine> machine;
158 machine.asOutParam()));
160 CHECK_ERROR_BREAK(machine, COMGETTER(State)(&enmMachineState));
167 CHECK_ERROR_BREAK(machine, COMGETTER(State)(&enmMachineState));
178 CHECK_ERROR_BREAK(machine, LockMachine(g_pSession, LockType_Shared));
195 CHECK_PROGRESS_ERROR(progress, ("Failed to power off machine"));
211 CHECK_ERROR_BREAK(machine, COMGETTER(State)(&enmMachineState));