Searched refs:remoteObjList (Results 1 – 2 of 2) sorted by relevance
33 auto& remoteObjList = proxyIter->second.first; in AddRunningLock() local34 … 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() local53 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()
482 auto remoteObjList = runninglockProxy_->GetRemoteObjectList(pid, uid); in ProxyRunningLockInner() local483 if (remoteObjList.empty()) { in ProxyRunningLockInner()487 for (auto it : remoteObjList) { in ProxyRunningLockInner()