Home
last modified time | relevance | path

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

/base/powermgr/power_manager/services/native/include/
Drunning_lock_proxy.h38 … bool DecreaseProxyCnt(pid_t pid, pid_t uid, const std::function<void(void)>& unProxyRunningLock);
/base/powermgr/power_manager/services/native/src/
Drunning_lock_proxy.cpp103 bool RunningLockProxy::DecreaseProxyCnt(pid_t pid, pid_t uid, const std::function<void(void)>& unPr… in DecreaseProxyCnt() function in OHOS::PowerMgr::RunningLockProxy
Drunning_lock_mgr.cpp473 runninglockProxy_->DecreaseProxyCnt(pid, uid, [this, pid, uid] () { in ProxyRunningLock()