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

/vbox/src/VBox/Main/src-server/darwin/
H A DHostPowerDarwin.cpp28 HostPowerServiceDarwin::HostPowerServiceDarwin(VirtualBox *aVirtualBox) function in class:HostPowerServiceDarwin
37 int rc = RTThreadCreate(&mThread, HostPowerServiceDarwin::powerChangeNotificationThread, this, 65536,
44 HostPowerServiceDarwin::~HostPowerServiceDarwin()
62 DECLCALLBACK(int) HostPowerServiceDarwin::powerChangeNotificationThread(RTTHREAD /* ThreadSelf */, void *pInstance)
64 HostPowerServiceDarwin *pPowerObj = static_cast<HostPowerServiceDarwin *>(pInstance);
73 HostPowerServiceDarwin::powerChangeNotificationHandler,
88 CFRunLoopSourceRef runLoopSource = IOPSNotificationCreateRunLoopSource(HostPowerServiceDarwin
[all...]
/vbox/src/VBox/Main/include/
H A DHostPower.h65 class HostPowerServiceDarwin : public HostPowerService class in inherits:HostPowerService
69 HostPowerServiceDarwin(VirtualBox *aVirtualBox);
70 virtual ~HostPowerServiceDarwin();
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp307 m->pHostPowerService = new HostPowerServiceDarwin(m->pParent);

Completed in 52 milliseconds