Home
last modified time | relevance | path

Searched refs:typeAgentIter (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.cpp34 auto typeAgentIter = typeAgentMap.find(type); in WM_IMPLEMENT_SINGLE_INSTANCE() local
35 if (typeAgentIter != typeAgentMap.end()) { in WM_IMPLEMENT_SINGLE_INSTANCE()
36 smAgentContainer_.UnregisterAgent(typeAgentIter->second, type); in WM_IMPLEMENT_SINGLE_INSTANCE()
37 windowManagerAgentPairMap_.erase((typeAgentIter->second)->AsObject()); in WM_IMPLEMENT_SINGLE_INSTANCE()
66 auto typeAgentIter = typeAgentMap.find(type); in UnregisterWindowManagerAgent() local
67 if (typeAgentIter != typeAgentMap.end()) { in UnregisterWindowManagerAgent()
68 windowManagerAgentPairMap_.erase((typeAgentIter->second)->AsObject()); in UnregisterWindowManagerAgent()