Searched refs:devicePowerAction_ (Results 1 – 2 of 2) sorted by relevance
44 devicePowerAction_ = PowerMgrFactory::GetDevicePowerAction(); in ShutdownService()103 if (devicePowerAction_ != nullptr) { in RebootOrShutdown()104 isReboot ? devicePowerAction_->Reboot(reason) : devicePowerAction_->Shutdown(reason); in RebootOrShutdown()
42 devicePowerAction_ = std::move(mockPower); in EnableMock()69 std::unique_ptr<IDevicePowerAction> devicePowerAction_; variable