Home
last modified time | relevance | path

Searched refs:GetWindowIdsByCoordinate (Results 1 - 13 of 13) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test10.cpp255 * @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 Dscene_session_manager_proxy.h127 WMError GetWindowIdsByCoordinate(DisplayId displayId, int32_t windowNumber,
H A Dscene_session_manager_interface.h305 WMError GetWindowIdsByCoordinate(DisplayId displayId, int32_t windowNumber, int32_t x, int32_t y,
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h815 WMError GetWindowIdsByCoordinate(DisplayId displayId, int32_t windowNumber,
/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h139 virtual WMError GetWindowIdsByCoordinate(DisplayId displayId, int32_t windowNumber,
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h247 virtual WMError GetWindowIdsByCoordinate(DisplayId displayId, int32_t windowNumber, in GetWindowIdsByCoordinate() function in OHOS::Rosen::IWindowManager
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp949 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 Dwindow_manager.cpp1429 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 Djs_window_manager.cpp1242 GetWindowIdsByCoordinate(static_cast<uint64_t>(displayId), windowNumber, x, y, windowIds)); in OnGetWindowsByCoordinate()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h406 WMError GetWindowIdsByCoordinate(DisplayId displayId, int32_t windowNumber,
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp1229 WMError errCode = GetWindowIdsByCoordinate(displayId, windowNumber, x, y, windowIds); in HandleGetWindowIdsByCoordinate()
H A Dscene_session_manager_proxy.cpp2356 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 Dscene_session_manager.cpp10565 WMError SceneSessionManager::GetWindowIdsByCoordinate(DisplayId displayId, int32_t windowNumber, in GetWindowIdsByCoordinate() function in OHOS::Rosen::SceneSessionManager

Completed in 35 milliseconds