Searched refs:ClientAgentContainer (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | client_agent_container.h | 30 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 D | window_manager_agent_controller.h | 48 ClientAgentContainer<IWindowManagerAgent, WindowManagerAgentType> wmAgentContainer_;
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_agent_controller.h | 59 ClientAgentContainer<IDisplayManagerAgent, DisplayManagerAgentType> dmAgentContainer_;
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | session_manager_agent_controller.h | 61 ClientAgentContainer<IWindowManagerAgent, WindowManagerAgentType> smAgentContainer_;
|
H A D | screen_session_manager.h | 417 ClientAgentContainer<IDisplayManagerAgent, DisplayManagerAgentType> dmAgentContainer_;
|