Home
last modified time | relevance | path

Searched refs:PowerManagerChromeOS (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/cros/
Dpower_manager_chromeos.h27 class PowerManagerChromeOS : public PowerManagerInterface {
29 PowerManagerChromeOS();
30 ~PowerManagerChromeOS() override = default;
39 DISALLOW_COPY_AND_ASSIGN(PowerManagerChromeOS);
Dpower_manager_chromeos.cc30 return std::unique_ptr<PowerManagerInterface>(new PowerManagerChromeOS()); in CreatePowerManager()
34 PowerManagerChromeOS::PowerManagerChromeOS() in PowerManagerChromeOS() function in chromeos_update_engine::PowerManagerChromeOS
37 bool PowerManagerChromeOS::RequestReboot() { in RequestReboot()