Home
last modified time | relevance | path

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

/base/powermgr/power_manager/services/native/include/
Drunning_lock_mgr.h76 class SystemLock {
78SystemLock(std::shared_ptr<IRunningLockAction> action, RunningLockType type, const std::string& na…
79 ~SystemLock() = default;
175 std::shared_ptr<SystemLock> backgroundLock_ = nullptr;
/base/powermgr/power_manager/services/native/src/
Drunning_lock_mgr.cpp60 backgroundLock_ = std::make_shared<SystemLock>( in Init()
682 RunningLockMgr::SystemLock::SystemLock(std::shared_ptr<IRunningLockAction> action, RunningLockType … in SystemLock() function in OHOS::PowerMgr::RunningLockMgr::SystemLock
689 void RunningLockMgr::SystemLock::Lock() in Lock()
697 void RunningLockMgr::SystemLock::Unlock() in Unlock()