Home
last modified time | relevance | path

Searched refs:ProxyInner (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_proxy.cpp114 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()
227ProxyInner(tokenWksItem.first, MergeBundleName(wksMap), RunningLockEvent::RUNNINGLOCK_UPDATE); in IncreaseProxyCnt()
246 ProxyInner(tokenWksItem.first, MergeBundleName(tokenWksItem.second.first), in DecreaseProxyCnt()
265ProxyInner(tokenWksItem.first, MergeBundleName(wksMap), RunningLockEvent::RUNNINGLOCK_UNPROXY); in DecreaseProxyCnt()
267ProxyInner(tokenWksItem.first, MergeBundleName(wksMap), RunningLockEvent::RUNNINGLOCK_UPDATE); in DecreaseProxyCnt()
[all …]
H A Drunning_lock_proxy.h53 …void ProxyInner(const sptr<IRemoteObject>& remoteObj, const std::string& bundleNames, RunningLockE…