/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_group_mgr.cpp | 84 std::unordered_set<DisplayId> displayIds; in MoveMissionsToBackground() local 124 std::set<DisplayId> displayIds; in MoveMissionToForeground() local
|
H A D | accessibility_connection.cpp | 117 … std::vector<DisplayId> displayIds = DisplayManagerServiceInner::GetInstance().GetAllDisplayIds(); in GetAccessibilityWindowInfo() local
|
H A D | display_group_info.cpp | 215 std::vector<DisplayId> displayIds; in GetAllDisplayIds() local
|
H A D | window_dumper.cpp | 141 std::vector<DisplayId> displayIds = DisplayGroupInfo::GetInstance().GetAllDisplayIds(); in DumpAllWindowInfo() local
|
H A D | window_root.cpp | 1494 std::vector<DisplayId> displayIds; in GetAllDisplayIds() local 1815 std::vector<DisplayId> displayIds = GetAllDisplayIds(); in RemoveSingleUserWindowNodes() local
|
H A D | window_controller.cpp | 1417 auto displayIds = windowRoot_->GetAllDisplayIds(); in SetWindowLayoutMode() local
|
H A D | window_node_container.cpp | 2124 auto displayIds = DisplayGroupInfo::GetInstance().GetAllDisplayIds(); in RestoreAllAppWindows() local
|
/ohos5.0/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_test.cpp | 93 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 D | display_manager_adapter_test.cpp | 177 std::vector<DisplayId> displayIds; variable
|
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/ |
H A D | screen_action.cpp | 43 std::vector<uint32_t> displayIds; in GetAllDisplayId() local
|
H A D | display_power_mgr_service.cpp | 62 std::vector<uint32_t> displayIds; in Init() local
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service_inner.cpp | 67 auto displayIds = GetAllDisplayIds(); in GetAllDisplays() local
|
H A D | display_manager_service.cpp | 161 std::vector<DisplayId> displayIds = GetAllDisplayIds(); in HasPrivateWindow() local 524 bool DisplayManagerService::SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze) in SetFreeze()
|
H A D | display_dumper.cpp | 252 std::vector<DisplayId> displayIds = abstractDisplayController_->GetAllDisplayIds(); in DumpAllDisplayInfo() local
|
H A D | abstract_display_controller.cpp | 641 void AbstractDisplayController::SetFreeze(std::vector<DisplayId> displayIds, bool toFreeze) in SetFreeze()
|
H A D | display_manager_proxy.cpp | 1258 bool DisplayManagerProxy::SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze) in SetFreeze()
|
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_display_controller_test.cpp | 494 std::vector<DisplayId> displayIds(1, 0); variable
|
H A D | display_manager_service_test.cpp | 442 std::vector<DisplayId> displayIds = { 0 }; variable
|
H A D | display_manager_proxy_test.cpp | 845 std::vector<DisplayId> displayIds; variable
|
/ohos5.0/foundation/window/window_manager/snapshot/src/ |
H A D | snapshot_utils.cpp | 415 auto displayIds = DisplayManager::GetInstance().GetAllDisplayIds(); in ProcessDisplayId() local
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | display_manager.cpp | 945 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 D | display_manager_adapter.cpp | 372 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 D | screen_session_manager_interface.h | 101 …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 D | ability_manager_service.cpp | 8078 …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
|