Searched refs:mWatchedClientsDumpCache (Results 1 – 2 of 2) sorted by relevance
5579 mWatchedClientsDumpCache[client->getPackageName()] = dumpString.str(); in cacheClientTagDumpIfNeeded()6296 mWatchedClientsDumpCache.clear(); in stopWatchingTags()6313 size_t clearedSize = mWatchedClientsDumpCache.size(); in clearCachedMonitoredTagDumps()6314 mWatchedClientsDumpCache.clear(); in clearCachedMonitoredTagDumps()6359 for (const auto &kv: mWatchedClientsDumpCache) { in printWatchedTags()
1065 std::map<std::string, std::string> mWatchedClientsDumpCache; variable