Home
last modified time | relevance | path

Searched refs:GetDeviceStateAction (Results 1 – 4 of 4) sorted by relevance

/base/powermgr/power_manager/services/native/src/
Dpower_mgr_factory.h30 static std::shared_ptr<IDeviceStateAction> GetDeviceStateAction();
Dpower_mgr_factory.cpp35 shared_ptr<IDeviceStateAction> PowerMgrFactory::GetDeviceStateAction() in GetDeviceStateAction() function in OHOS::PowerMgr::PowerMgrFactory
Dpower_state_machine.cpp75 stateAction_ = PowerMgrFactory::GetDeviceStateAction(); in Init()
/base/powermgr/power_manager/services/native/src/shutdown/
Dshutdown_controller.cpp51 deviceStateAction_ = PowerMgrFactory::GetDeviceStateAction(); in ShutdownController()