Home
last modified time | relevance | path

Searched refs:typeAgentMap (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_manager_agent_controller.cpp33 auto& typeAgentMap = it->second; in WM_IMPLEMENT_SINGLE_INSTANCE() local
34 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() local
66 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() local
191 typeAgentMap.erase(type); in DoAfterAgentDeath()
[all …]