Searched refs:tmpLockList (Results 1 – 1 of 1) sorted by relevance
28 std::vector<sptr<IRemoteObject>> tmpLockList {}; in AddRunningLock() local29 tmpLockList.push_back(remoteObj); in AddRunningLock()30 … std::tie(proxyIter, std::ignore) = proxyMap_.emplace(proxyKey, std::make_pair(tmpLockList, 0)); in AddRunningLock()