Searched defs:powerOff (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py2158 def powerOff(self, fFudgeOnFailure = True): member in class:SessionWrapper
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp338 bool UISession::powerOff(bool fIncludingDiscard, bool &fServerCrashed) function in class:UISession
1873 powerOff(false, 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);

Completed in 63 milliseconds