Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_manager_agent_controller.cpp83 for (auto& agent : smAgentContainer_.GetAgentsByType( in UpdateCameraFloatWindowStatus()
93 for (auto& agent : smAgentContainer_.GetAgentsByType( in UpdateFocusChangeInfo()
105 for (auto& agent : smAgentContainer_.GetAgentsByType( in UpdateWindowModeTypeInfo()
116 for (auto& agent : smAgentContainer_.GetAgentsByType( in NotifyAccessibilityWindowInfo()
128 for (auto& agent : smAgentContainer_.GetAgentsByType( in NotifyWaterMarkFlagChangedResult()
139 for (auto& agent : smAgentContainer_.GetAgentsByType( in UpdateWindowVisibilityInfo()
152 for (auto& agent : smAgentContainer_.GetAgentsByType( in UpdateVisibleWindowNum()
164 for (auto& agent : smAgentContainer_.GetAgentsByType( in UpdateWindowDrawingContentInfo()
174 for (auto &agent: smAgentContainer_.GetAgentsByType( in UpdateCameraWindowStatus()
203 for (auto& agent : smAgentContainer_.GetAgentsByType( in NotifyGestureNavigationEnabledResult()
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsession_manager_agent_controller.h54 smAgentContainer_.SetAgentDeathCallback(([this](const sptr<IRemoteObject>& remoteObject) { in SessionManagerAgentController()
61 ClientAgentContainer<IWindowManagerAgent, WindowManagerAgentType> smAgentContainer_; variable