Searched refs:refPids (Results 1 – 3 of 3) sorted by relevance
45 std::map<uint64_t, Pids> refPids; // pids that are referenced member
258 pidInfo->refPids[ptr].push_back(pid); in getPidInfo()735 auto it = pidInfo->refPids.find(debugInfo.ptr); in fetchBinderizedEntry()736 if (it != pidInfo->refPids.end()) { in fetchBinderizedEntry()
277 info.refPids[getPtr(serverId)] = getClients(serverId); in getPidInfoFromId()