Home
last modified time | relevance | path

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

/base/powermgr/power_manager/services/native/include/
Drunning_lock_proxy.h37 bool IncreaseProxyCnt(pid_t pid, pid_t uid, const std::function<void(void)>& proxyRunningLock);
/base/powermgr/power_manager/services/native/src/
Drunning_lock_proxy.cpp85 bool RunningLockProxy::IncreaseProxyCnt(pid_t pid, pid_t uid, const std::function<void(void)>& prox… in IncreaseProxyCnt() function in OHOS::PowerMgr::RunningLockProxy
Drunning_lock_mgr.cpp469 runninglockProxy_->IncreaseProxyCnt(pid, uid, [this, pid, uid] () { in ProxyRunningLock()