Searched refs:ProxyInner (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/ |
H A D | running_lock_proxy.cpp | 114 ProxyInner(remoteObj, bundleName, RunningLockEvent::RUNNINGLOCK_UNPROXY); in UpdateWorkSource() 116 ProxyInner(remoteObj, bundleName, RunningLockEvent::RUNNINGLOCK_PROXY); in UpdateWorkSource() 118 ProxyInner(remoteObj, bundleName, RunningLockEvent::RUNNINGLOCK_UPDATE); in UpdateWorkSource() 125 void RunningLockProxy::ProxyInner(const sptr<IRemoteObject>& remoteObj, in ProxyInner() function in OHOS::PowerMgr::RunningLockProxy 207 ProxyInner(tokenWksItem.first, "", RunningLockEvent::RUNNINGLOCK_PROXY); in IncreaseProxyCnt() 225 ProxyInner(tokenWksItem.first, "", RunningLockEvent::RUNNINGLOCK_PROXY); in IncreaseProxyCnt() 227 … ProxyInner(tokenWksItem.first, MergeBundleName(wksMap), RunningLockEvent::RUNNINGLOCK_UPDATE); in IncreaseProxyCnt() 246 ProxyInner(tokenWksItem.first, MergeBundleName(tokenWksItem.second.first), in DecreaseProxyCnt() 265 … ProxyInner(tokenWksItem.first, MergeBundleName(wksMap), RunningLockEvent::RUNNINGLOCK_UNPROXY); in DecreaseProxyCnt() 267 … ProxyInner(tokenWksItem.first, MergeBundleName(wksMap), RunningLockEvent::RUNNINGLOCK_UPDATE); in DecreaseProxyCnt() [all …]
|
H A D | running_lock_proxy.h | 53 …void ProxyInner(const sptr<IRemoteObject>& remoteObj, const std::string& bundleNames, RunningLockE…
|