Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/utils/include/
H A Dclient_agent_container.h30 class ClientAgentContainer {
32 ClientAgentContainer();
33 virtual ~ClientAgentContainer() = default;
70 ClientAgentContainer<T1, T2>::ClientAgentContainer() : deathRecipient_( in ClientAgentContainer() function
74 bool ClientAgentContainer<T1, T2>::RegisterAgent(const sptr<T1>& agent, T2 type) in RegisterAgent()
90 bool ClientAgentContainer<T1, T2>::UnregisterAgent(const sptr<T1>& agent, T2 type) in UnregisterAgent()
108 std::set<sptr<T1>> ClientAgentContainer<T1, T2>::GetAgentsByType(T2 type) in GetAgentsByType()
119 bool ClientAgentContainer<T1, T2>::UnregisterAgentLocked(std::set<sptr<T1>>& agents, in UnregisterAgentLocked()
143 void ClientAgentContainer<T1, T2>::RemoveAgent(const sptr<IRemoteObject>& remoteObject) in RemoveAgent()
169 void ClientAgentContainer<T1, T2>::SetAgentDeathCallback(std::function<void(const sptr<IRemoteObjec… in SetAgentDeathCallback()
[all …]
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_agent_controller.h48 ClientAgentContainer<IWindowManagerAgent, WindowManagerAgentType> wmAgentContainer_;
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_agent_controller.h59 ClientAgentContainer<IDisplayManagerAgent, DisplayManagerAgentType> dmAgentContainer_;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsession_manager_agent_controller.h61 ClientAgentContainer<IWindowManagerAgent, WindowManagerAgentType> smAgentContainer_;
H A Dscreen_session_manager.h417 ClientAgentContainer<IDisplayManagerAgent, DisplayManagerAgentType> dmAgentContainer_;