/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/ |
H A D | screen_capture_unit_test_exclude.cpp | 55 vector<int> windowIds = {1, 3, 5}; variable 140 vector<int> windowIds = {1, 3, 5}; variable 281 vector<int> windowIds = {1, 3, 5}; variable 324 vector<int> windowIds = {1, 3, 5}; variable 460 vector<int> windowIds = {1, 3, 5}; variable 563 vector<int> windowIds = {1, 3, 5}; variable 600 vector<int> windowIds = {1, 3, 5}; variable 681 vector<int> windowIds = {1, 3, 5}; variable 735 vector<int> windowIds = {1, 3, 5}; variable 823 vector<int> windowIds = {1, 3, 5}; variable [all …]
|
H A D | screen_capture_unit_test.cpp | 2169 vector<int> windowIds = {-1, 2, 5}; variable 2203 vector<int> windowIds = {-1, 2, 5}; variable 2244 vector<int> windowIds = {-1, 2, 5}; variable
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_common_event_test.cpp | 71 std::vector<uint32_t> windowIds; variable 98 std::vector<uint32_t> windowIds; variable 112 std::vector<uint32_t> windowIds; variable
|
H A D | display_group_controller_test.cpp | 559 std::vector<uint32_t> windowIds; variable 582 std::vector<uint32_t> windowIds; variable 606 std::vector<uint32_t> windowIds; variable 622 std::vector<uint32_t> windowIds; variable 731 std::vector<uint32_t> windowIds; variable 775 std::vector<uint32_t> windowIds; variable 790 std::vector<uint32_t> windowIds; variable 809 std::vector<uint32_t> windowIds; variable 827 std::vector<uint32_t> windowIds; variable 845 std::vector<uint32_t> windowIds; variable [all …]
|
H A D | window_manager_proxy_test.cpp | 163 std::vector<uint32_t> windowIds; variable 177 std::vector<uint32_t> windowIds; variable
|
H A D | window_manager_stub_impl.h | 120 void MinimizeWindowsByLauncher(std::vector<uint32_t> windowIds, bool isAnimated, in MinimizeWindowsByLauncher()
|
H A D | window_manager_stub_test.cpp | 397 std::vector<uint32_t> windowIds; variable
|
H A D | window_manager_service_test.cpp | 841 std::vector<uint32_t> windowIds; variable
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test10.cpp | 261 std::vector<int32_t> windowIds; variable 293 std::vector<int32_t> windowIds; variable 332 std::vector<int32_t> windowIds; variable 369 std::vector<int32_t> windowIds; variable 407 std::vector<int32_t> windowIds; variable
|
/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/src/ |
H A D | event_dispatch_handler.cpp | 164 std::vector<int32_t> windowIds; in HandleMultiWindowPointerEvent() local 280 std::vector<int32_t> windowIds; in HandlePointerEventInner() local
|
/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/test/ |
H A D | event_dispatch_test.cpp | 482 std::vector<int32_t> windowIds; variable 511 std::vector<int32_t> windowIds; variable 540 std::vector<int32_t> windowIds; variable 573 std::vector<int32_t> windowIds; variable 602 std::vector<int32_t> windowIds; variable 631 std::vector<int32_t> windowIds; variable 689 std::vector<int32_t> windowIds; variable
|
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_interface.h | 247 …int32_t x, int32_t y, std::vector<int32_t>& windowIds) { return WMError::WM_ERROR_DEVICE_NOT_SUPPO… in GetWindowIdsByCoordinate() 249 virtual WMError GetDisplayIdByWindowId(const std::vector<uint64_t>& windowIds, in GetDisplayIdByWindowId()
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | display_group_controller.cpp | 352 … std::vector<uint32_t>& windowIds) in ProcessNotCrossNodesOnDestroyedDisplay() 426 std::vector<uint32_t>& windowIds) in ProcessDisplayDestroy()
|
H A D | window_root.cpp | 293 void WindowRoot::MinimizeTargetWindows(std::vector<uint32_t>& windowIds) in MinimizeTargetWindows() 1075 std::vector<uint32_t> windowIds; in DestroyWindowSelf() local 1086 std::vector<uint32_t> windowIds; in DestroyWindowWithChild() local
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_interface.h | 220 void MinimizeWindowsByLauncher(std::vector<uint32_t> windowIds, bool isAnimated, in MinimizeWindowsByLauncher() 282 std::vector<int32_t>& windowIds) override { return WMError::WM_OK; } in GetWindowIdsByCoordinate() 288 WMError GetDisplayIdByWindowId(const std::vector<uint64_t>& windowIds, in GetDisplayIdByWindowId()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/ |
H A D | rs_window_animation_manager.cpp | 171 std::vector<uint32_t> windowIds = {windowId}; in OnMinimizeWindowWithAnimation() local
|
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/ |
H A D | window_manager_stub.cpp | 244 std::vector<uint32_t> windowIds; in OnRemoteRequest() local
|
H A D | window_manager_proxy.cpp | 814 void WindowManagerProxy::MinimizeWindowsByLauncher(std::vector<uint32_t> windowIds, bool isAnimated, in MinimizeWindowsByLauncher()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 516 void WindowAdapter::MinimizeWindowsByLauncher(std::vector<uint32_t> windowIds, bool isAnimated, in MinimizeWindowsByLauncher() 950 int32_t x, int32_t y, std::vector<int32_t>& windowIds) in GetWindowIdsByCoordinate() 980 WMError WindowAdapter::GetDisplayIdByWindowId(const std::vector<uint64_t>& windowIds, in GetDisplayIdByWindowId()
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_adapter_test.cpp | 653 const std::vector<uint64_t> windowIds = {1, 2}; variable
|
H A D | window_manager_test.cpp | 1440 const std::vector<uint64_t> windowIds = {1, 2}; variable
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 3163 std::vector<int32_t> windowIds; in UpdateDisplayInfo() local 4141 std::vector<int32_t> &windowIds) in UpdateDisplayInfo() 4163 std::vector<int32_t> windowIds; in UpdateDisplayInfo() local 4172 std::vector<int32_t> windowIds; in UpdateDisplayInfo() local
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_stub.cpp | 1130 std::vector<int32_t> windowIds; in HandleGetWindowIdsByCoordinate() local 1165 std::vector<uint64_t> windowIds; in HandleGetDisplayIdByWindowId() local
|
H A D | scene_session_manager_proxy.cpp | 2264 int32_t x, int32_t y, std::vector<int32_t>& windowIds) in GetWindowIdsByCoordinate() 2323 WMError SceneSessionManagerProxy::GetDisplayIdByWindowId(const std::vector<uint64_t>& windowIds, in GetDisplayIdByWindowId()
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_windows_manager_test.cpp | 2188 std::vector<int32_t> windowIds; variable 3436 std::vector<int32_t> windowIds { 1, 2, 3 }; variable 5321 std::vector<int32_t> windowIds { 1, 2, 3 }; variable 6132 std::vector<int32_t> windowIds; variable
|