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

/vbox/src/VBox/Main/include/
H A DHostPower.h30 class HostPowerService class
33 HostPowerService(VirtualBox *aVirtualBox);
34 virtual ~HostPowerService();
46 class HostPowerServiceWin : public HostPowerService
65 class HostPowerServiceDarwin : public HostPowerService
/vbox/src/VBox/Main/src-server/
H A DHostPower.cpp34 HostPowerService::HostPowerService(VirtualBox *aVirtualBox) function in class:HostPowerService
40 HostPowerService::~HostPowerService()
44 void HostPowerService::notify(Reason_T aReason)
H A DHostImpl.cpp231 HostPowerService *pHostPowerService;
309 m->pHostPowerService = new HostPowerService(m->pParent);
/vbox/src/VBox/Main/src-server/darwin/
H A DHostPowerDarwin.cpp29 : HostPowerService(aVirtualBox)
67 * not the HostPowerService to inform about that state when a VM starts.
/vbox/src/VBox/Main/src-server/win/
H A DHostPowerWin.cpp34 HostPowerServiceWin::HostPowerServiceWin(VirtualBox *aVirtualBox) : HostPowerService(aVirtualBox), mThread(NIL_RTTHREAD)

Completed in 61 milliseconds