Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h374 … const std::set<DisplayManagerAgentType>& pidAgentTypes, const sptr<ScreenSession>& screenSession);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp5470 … const std::set<DisplayManagerAgentType>& pidAgentTypes, const sptr<ScreenSession>& screenSession) in NotifyUnfreezedAgents() argument
5473 for (auto agentType : pidAgentTypes) { in NotifyUnfreezedAgents()
5517 auto pidAgentTypes = iter->second; in NotifyUnfreezed() local
5518 NotifyUnfreezedAgents(pid, unfreezedPidList, pidAgentTypes, screenSession); in NotifyUnfreezed()