Home
last modified time | relevance | path

Searched refs:GetRunningLockAction (Results 1 – 3 of 3) sorted by relevance

/base/powermgr/power_manager/services/native/src/
Dpower_mgr_factory.h31 static std::unique_ptr<IRunningLockAction> GetRunningLockAction();
Dpower_mgr_factory.cpp44 unique_ptr<IRunningLockAction> PowerMgrFactory::GetRunningLockAction() in GetRunningLockAction() function in OHOS::PowerMgr::PowerMgrFactory
Drunning_lock_mgr.cpp52 runningLockAction_ = PowerMgrFactory::GetRunningLockAction(); in Init()