Searched refs:g_pidNwebMap (Results 1 – 1 of 1) sorted by relevance
96 std::unordered_map<pid_t, std::unordered_map<int32_t, ResSchedStatusAdapter>> g_pidNwebMap; variable194 g_pidNwebMap[pid][nwebId] = statusAdapter; in IsSameSourceWebSiteActive()196 auto nwebMap = g_pidNwebMap[pid]; in IsSameSourceWebSiteActive()204 g_pidNwebMap.erase(pid); in IsSameSourceWebSiteActive()325 if (g_pidNwebMap.count(pid)) { in ReportProcessInUse()326 nwebId = g_pidNwebMap[pid].begin()->first; in ReportProcessInUse()410 for (auto nwebMap : g_pidNwebMap) { in ReportNWebInit()