Searched refs:HostPowerServiceWin (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-server/win/
H A DHostPowerWin.cpp34 HostPowerServiceWin::HostPowerServiceWin(VirtualBox *aVirtualBox) : HostPowerService(aVirtualBox), mThread(NIL_RTTHREAD) function in class:HostPowerServiceWin
38 int rc = RTThreadCreate(&mThread, HostPowerServiceWin::NotificationThread, this, 65536,
43 Log(("HostPowerServiceWin::HostPowerServiceWin: RTThreadCreate failed with %Rrc\n", rc));
48 HostPowerServiceWin::~HostPowerServiceWin()
52 Log(("HostPowerServiceWin::!HostPowerServiceWin: destroy window %x\n", mHwnd));
65 DECLCALLBACK(int) HostPowerServiceWin
[all...]
/vbox/src/VBox/Main/include/
H A DHostPower.h46 class HostPowerServiceWin : public HostPowerService class in inherits:HostPowerService
50 HostPowerServiceWin(VirtualBox *aVirtualBox);
51 virtual ~HostPowerServiceWin();
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp305 m->pHostPowerService = new HostPowerServiceWin(m->pParent);

Completed in 70 milliseconds