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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.h138 void powerOff(bool fDiscardingState);
H A DUIMachineWindow.cpp401 machineLogic()->powerOff(closeAction == MachineCloseAction_PowerOff_RestoringSnapshot);
H A DUISession.h96 bool powerOff(bool fIncludingDiscard, bool &fServerCrashed);
H A DUIMachineLogic.cpp411 void UIMachineLogic::powerOff(bool fDiscardingState) function in class:UIMachineLogic
420 fSuccess = uisession()->powerOff(fDiscardingState, fServerCrashed) || fServerCrashed;
455 powerOff(false);
509 powerOff(false /* do NOT restore current snapshot */);
515 powerOff(false /* do NOT restore current snapshot */);
1499 powerOff(machine().GetSnapshotCount() > 0);
H A DUISession.cpp338 bool UISession::powerOff(bool fIncludingDiscard, bool &fServerCrashed) function in class:UISession
1873 powerOff(false, fServerCrashed);
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py2158 def powerOff(self, fFudgeOnFailure = True): member in class:SessionWrapper
H A Dvbox.py2447 This will try archive this by using powerOff, but will resort to
2459 Returns True if powerOff and session close both succeed.
2499 fRc = oSession.powerOff(fFudgeOnFailure = False);

Completed in 100 milliseconds