Searched refs:DecreaseProxyCnt (Results 1 – 3 of 3) sorted by relevance
38 … bool DecreaseProxyCnt(pid_t pid, pid_t uid, const std::function<void(void)>& unProxyRunningLock);
103 bool RunningLockProxy::DecreaseProxyCnt(pid_t pid, pid_t uid, const std::function<void(void)>& unPr… in DecreaseProxyCnt() function in OHOS::PowerMgr::RunningLockProxy
473 runninglockProxy_->DecreaseProxyCnt(pid, uid, [this, pid, uid] () { in ProxyRunningLock()