Home
last modified time | relevance | path

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

/base/powermgr/power_manager/services/native/src/
Drunning_lock_proxy.cpp33 auto& remoteObjList = proxyIter->second.first; in AddRunningLock() local
34 … if (std::find(remoteObjList.begin(), remoteObjList.end(), remoteObj) != remoteObjList.end()) { in AddRunningLock()
38 remoteObjList.push_back(remoteObj); in AddRunningLock()
52 auto& remoteObjList = proxyIter->second.first; in RemoveRunningLock() local
53 auto remoteObjIter = std::find(remoteObjList.begin(), remoteObjList.end(), remoteObj); in RemoveRunningLock()
54 if (remoteObjIter == remoteObjList.end()) { in RemoveRunningLock()
58 remoteObjList.erase(remoteObjIter); in RemoveRunningLock()
59 if (remoteObjList.empty()) { in RemoveRunningLock()
Drunning_lock_mgr.cpp482 auto remoteObjList = runninglockProxy_->GetRemoteObjectList(pid, uid); in ProxyRunningLockInner() local
483 if (remoteObjList.empty()) { in ProxyRunningLockInner()
487 for (auto it : remoteObjList) { in ProxyRunningLockInner()