| 14 | } |
| 15 | |
| 16 | void MSWindowsPowerManager::disableSleep() |
| 17 | { |
| 18 | ArchMiscWindows::addBusyState(ArchMiscWindows::kSYSTEM); |
| 19 | ArchMiscWindows::addBusyState(ArchMiscWindows::kDISPLAY); |
| 20 | } |
| 21 | |
| 22 | void MSWindowsPowerManager::enableSleep() |
| 23 | { |
nothing calls this directly
no outgoing calls
no test coverage detected