Home
last modified time | relevance | path

Searched refs:RemoveRunningLock (Results 1 – 5 of 5) sorted by relevance

/base/powermgr/power_manager/services/native/include/
Drunning_lock_proxy.h34 void RemoveRunningLock(pid_t pid, pid_t uid, const sptr<IRemoteObject>& remoteObj);
/base/powermgr/powermgr_lite/frameworks/src/
Drunning_lock.c52 static BOOL RemoveRunningLock(const RunningLock *lock) in RemoveRunningLock() function
159 if (RemoveRunningLock(lock) == TRUE) { in DestroyRunningLock()
/base/powermgr/power_manager/test/unittest/src/
Drunning_lock_test.cpp339 runninglockProxy->RemoveRunningLock(pid, uid, remoteObj2);
356 runninglockProxy->RemoveRunningLock(pid, uid, remoteObj);
/base/powermgr/power_manager/services/native/src/
Drunning_lock_proxy.cpp43 void RunningLockProxy::RemoveRunningLock(pid_t pid, pid_t uid, const sptr<IRemoteObject>& remoteObj) in RemoveRunningLock() function in OHOS::PowerMgr::RunningLockProxy
Drunning_lock_mgr.cpp227 runninglockProxy_->RemoveRunningLock(lockInner->GetPid(), lockInner->GetUid(), remoteObj); in ReleaseLock()