/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test10.cpp | 255 * @tc.desc: GetWindowIdsByCoordinate, displayId invalid 261 WMError result = ssm_->GetWindowIdsByCoordinate(DISPLAY_ID_INVALID, 0, 0, 0, windowIds); in HWTEST_F() 267 * @tc.desc: GetWindowIdsByCoordinate, windowNumber 0, x y invalid 293 WMError result = ssm_->GetWindowIdsByCoordinate(1, 0, -1, -1, windowIds); in HWTEST_F() 306 * @tc.desc: GetWindowIdsByCoordinate, windowNumber 3, x y invalid 332 WMError result = ssm_->GetWindowIdsByCoordinate(1, 3, -1, -1, windowIds); in HWTEST_F() 343 * @tc.desc: GetWindowIdsByCoordinate, windowNumber 0, x y effictive value 369 WMError result = ssm_->GetWindowIdsByCoordinate(1, 0, 180, 180, windowIds); in HWTEST_F() 381 * @tc.desc: GetWindowIdsByCoordinate, windowNumber 3, x y effictive value 407 WMError result = ssm_->GetWindowIdsByCoordinate( in HWTEST_F() [all...] |
/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_proxy.h | 127 WMError GetWindowIdsByCoordinate(DisplayId displayId, int32_t windowNumber,
|
H A D | scene_session_manager_interface.h | 305 WMError GetWindowIdsByCoordinate(DisplayId displayId, int32_t windowNumber, int32_t x, int32_t y,
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_manager.h | 815 WMError GetWindowIdsByCoordinate(DisplayId displayId, int32_t windowNumber,
|
/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 139 virtual WMError GetWindowIdsByCoordinate(DisplayId displayId, int32_t windowNumber,
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_interface.h | 247 virtual WMError GetWindowIdsByCoordinate(DisplayId displayId, int32_t windowNumber, in GetWindowIdsByCoordinate() function in OHOS::Rosen::IWindowManager
|
/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 949 WMError WindowAdapter::GetWindowIdsByCoordinate(DisplayId displayId, int32_t windowNumber, in GetWindowIdsByCoordinate() function in OHOS::Rosen::WindowAdapter 955 return wmsProxy->GetWindowIdsByCoordinate(displayId, windowNumber, x, y, windowIds); in GetWindowIdsByCoordinate()
|
H A D | window_manager.cpp | 1429 WMError WindowManager::GetWindowIdsByCoordinate(DisplayId displayId, int32_t windowNumber,
in GetWindowIdsByCoordinate() function in OHOS::Rosen::WindowManager 1432 WMError ret = SingletonContainer::Get<WindowAdapter>().GetWindowIdsByCoordinate(
in GetWindowIdsByCoordinate()
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/ |
H A D | js_window_manager.cpp | 1242 GetWindowIdsByCoordinate(static_cast<uint64_t>(displayId), windowNumber, x, y, windowIds));
in OnGetWindowsByCoordinate()
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 406 WMError GetWindowIdsByCoordinate(DisplayId displayId, int32_t windowNumber,
|
/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_stub.cpp | 1229 WMError errCode = GetWindowIdsByCoordinate(displayId, windowNumber, x, y, windowIds); in HandleGetWindowIdsByCoordinate()
|
H A D | scene_session_manager_proxy.cpp | 2356 WMError SceneSessionManagerProxy::GetWindowIdsByCoordinate(DisplayId displayId, int32_t windowNumber, in GetWindowIdsByCoordinate() function in OHOS::Rosen::SceneSessionManagerProxy
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 10565 WMError SceneSessionManager::GetWindowIdsByCoordinate(DisplayId displayId, int32_t windowNumber, in GetWindowIdsByCoordinate() function in OHOS::Rosen::SceneSessionManager
|