Home
last modified time | relevance | path

Searched defs:displayIds (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_group_mgr.cpp84 std::unordered_set<DisplayId> displayIds; in MoveMissionsToBackground() local
124 std::set<DisplayId> displayIds; in MoveMissionToForeground() local
H A Daccessibility_connection.cpp117 … std::vector<DisplayId> displayIds = DisplayManagerServiceInner::GetInstance().GetAllDisplayIds(); in GetAccessibilityWindowInfo() local
H A Ddisplay_group_info.cpp215 std::vector<DisplayId> displayIds; in GetAllDisplayIds() local
H A Dwindow_dumper.cpp141 std::vector<DisplayId> displayIds = DisplayGroupInfo::GetInstance().GetAllDisplayIds(); in DumpAllWindowInfo() local
H A Dwindow_root.cpp1494 std::vector<DisplayId> displayIds; in GetAllDisplayIds() local
1815 std::vector<DisplayId> displayIds = GetAllDisplayIds(); in RemoveSingleUserWindowNodes() local
H A Dwindow_controller.cpp1417 auto displayIds = windowRoot_->GetAllDisplayIds(); in SetWindowLayoutMode() local
H A Dwindow_node_container.cpp2124 auto displayIds = DisplayGroupInfo::GetInstance().GetAllDisplayIds(); in RestoreAllAppWindows() local
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_test.cpp93 std::vector<DisplayId> displayIds; variable
110 std::vector<DisplayId> displayIds; variable
127 std::vector<DisplayId> displayIds; variable
141 std::vector<DisplayId> displayIds; variable
158 std::vector<DisplayId> displayIds; variable
174 std::vector<DisplayId> displayIds; variable
H A Ddisplay_manager_adapter_test.cpp177 std::vector<DisplayId> displayIds; variable
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/
H A Dscreen_action.cpp43 std::vector<uint32_t> displayIds; in GetAllDisplayId() local
H A Ddisplay_power_mgr_service.cpp62 std::vector<uint32_t> displayIds; in Init() local
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service_inner.cpp67 auto displayIds = GetAllDisplayIds(); in GetAllDisplays() local
H A Ddisplay_manager_service.cpp161 std::vector<DisplayId> displayIds = GetAllDisplayIds(); in HasPrivateWindow() local
524 bool DisplayManagerService::SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze) in SetFreeze()
H A Ddisplay_dumper.cpp252 std::vector<DisplayId> displayIds = abstractDisplayController_->GetAllDisplayIds(); in DumpAllDisplayInfo() local
H A Dabstract_display_controller.cpp641 void AbstractDisplayController::SetFreeze(std::vector<DisplayId> displayIds, bool toFreeze) in SetFreeze()
H A Ddisplay_manager_proxy.cpp1258 bool DisplayManagerProxy::SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze) in SetFreeze()
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_display_controller_test.cpp494 std::vector<DisplayId> displayIds(1, 0); variable
H A Ddisplay_manager_service_test.cpp442 std::vector<DisplayId> displayIds = { 0 }; variable
H A Ddisplay_manager_proxy_test.cpp845 std::vector<DisplayId> displayIds; variable
/ohos5.0/foundation/window/window_manager/snapshot/src/
H A Dsnapshot_utils.cpp415 auto displayIds = DisplayManager::GetInstance().GetAllDisplayIds(); in ProcessDisplayId() local
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp945 auto displayIds = GetAllDisplayIds(); in GetAllDisplays() local
1994 bool DisplayManager::Freeze(std::vector<DisplayId> displayIds) in Freeze()
2008 bool DisplayManager::Unfreeze(std::vector<DisplayId> displayIds) in Unfreeze()
H A Ddisplay_manager_adapter.cpp372 bool DisplayManagerAdapter::SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze) in SetFreeze()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_interface.h101 …virtual bool SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze) override { return false; } in SetFreeze()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp8078 …std::vector<Rosen::DisplayId> displayIds = Rosen::DisplayManager::GetInstance().GetAllDisplayIds(); in StartFreezingScreen() local
8087 …std::vector<Rosen::DisplayId> displayIds = Rosen::DisplayManager::GetInstance().GetAllDisplayIds(); in StopFreezingScreen() local