Searched refs:MergeBundleName (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 | 181 std::string RunningLockProxy::MergeBundleName(const WksMap& wksMap) in MergeBundleName() function in OHOS::PowerMgr::RunningLockProxy 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() 313 ProxyInner(tokenWksItem.first, MergeBundleName(tokenWksItem.second.first), in ResetRunningLocks()
|
H A D | running_lock_proxy.h | 55 std::string MergeBundleName(const WksMap& wksMap);
|