Searched refs:PowerManagerChromeOS (Results 1 – 2 of 2) sorted by relevance
27 class PowerManagerChromeOS : public PowerManagerInterface {29 PowerManagerChromeOS();30 ~PowerManagerChromeOS() override = default;39 DISALLOW_COPY_AND_ASSIGN(PowerManagerChromeOS);
30 return std::unique_ptr<PowerManagerInterface>(new PowerManagerChromeOS()); in CreatePowerManager()34 PowerManagerChromeOS::PowerManagerChromeOS() in PowerManagerChromeOS() function in chromeos_update_engine::PowerManagerChromeOS37 bool PowerManagerChromeOS::RequestReboot() { in RequestReboot()