Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Drunning_lock_test.cpp339 runninglockProxy->RemoveRunningLock(pid, uid, remoteObj2);
356 runninglockProxy->RemoveRunningLock(pid, uid, remoteObj);
469 runninglockProxy->RemoveRunningLock(pid, uid, remoteObj2);
472 runninglockProxy->RemoveRunningLock(pid, uid, remoteObj);
491 runninglockProxy->RemoveRunningLock(pid, uid, remoteObj2);
496 runninglockProxy->RemoveRunningLock(pid, uid, remoteObj);
/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/
H A Drunning_lock.c52 static BOOL RemoveRunningLock(const RunningLock *lock) in RemoveRunningLock() function
159 if (RemoveRunningLock(lock) == TRUE) { in DestroyRunningLock()
/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_proxy.h42 void RemoveRunningLock(pid_t pid, pid_t uid, const sptr<IRemoteObject>& remoteObj);
H A Drunning_lock_proxy.cpp49 void RunningLockProxy::RemoveRunningLock(pid_t pid, pid_t uid, const sptr<IRemoteObject>& remoteObj) in RemoveRunningLock() function in OHOS::PowerMgr::RunningLockProxy
H A Drunning_lock_mgr.cpp328 runninglockProxy_->RemoveRunningLock(lockInner->GetPid(), lockInner->GetUid(), remoteObj); in ReleaseLock()