Searched refs:IncreaseProxyCnt (Results 1 – 3 of 3) sorted by relevance
37 bool IncreaseProxyCnt(pid_t pid, pid_t uid, const std::function<void(void)>& proxyRunningLock);
85 bool RunningLockProxy::IncreaseProxyCnt(pid_t pid, pid_t uid, const std::function<void(void)>& prox… in IncreaseProxyCnt() function in OHOS::PowerMgr::RunningLockProxy
469 runninglockProxy_->IncreaseProxyCnt(pid, uid, [this, pid, uid] () { in ProxyRunningLock()