Searched refs:typeAgentMap (Results 1 – 1 of 1) sorted by relevance
33 auto& typeAgentMap = it->second; in WM_IMPLEMENT_SINGLE_INSTANCE() local34 auto typeAgentIter = typeAgentMap.find(type); in WM_IMPLEMENT_SINGLE_INSTANCE()35 if (typeAgentIter != typeAgentMap.end()) { in WM_IMPLEMENT_SINGLE_INSTANCE()65 auto& typeAgentMap = it->second; in UnregisterWindowManagerAgent() local66 auto typeAgentIter = typeAgentMap.find(type); in UnregisterWindowManagerAgent()67 if (typeAgentIter != typeAgentMap.end()) { in UnregisterWindowManagerAgent()69 typeAgentMap.erase(type); in UnregisterWindowManagerAgent()70 if (typeAgentMap.empty()) { in UnregisterWindowManagerAgent()190 auto& typeAgentMap = pidIter->second; in DoAfterAgentDeath() local191 typeAgentMap.erase(type); in DoAfterAgentDeath()[all …]