Home
last modified time | relevance | path

Searched refs:SetTouchHotAreas (Results 1 - 25 of 41) sorted by relevance

12

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_input_test.cpp71 * @tc.desc: Normal scenario testing for Window#SetTouchHotAreas
97 ASSERT_EQ(WMError::WM_OK, window->SetTouchHotAreas(rects)); in HWTEST_F()
106 ASSERT_EQ(WMError::WM_OK, window->SetTouchHotAreas(rects)); in HWTEST_F()
114 ASSERT_EQ(WMError::WM_OK, window->SetTouchHotAreas(rects)); in HWTEST_F()
123 * @tc.desc: Abnormal scenario testing for Window#SetTouchHotAreas
146 ASSERT_EQ(WMError::WM_OK, window->SetTouchHotAreas(rects)); in HWTEST_F()
150 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetTouchHotAreas(rects)); in HWTEST_F()
154 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetTouchHotAreas(rects)); in HWTEST_F()
158 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetTouchHotAreas(rects)); in HWTEST_F()
162 ASSERT_EQ(WMError::WM_ERROR_INVALID_PARAM, window->SetTouchHotAreas(rect in HWTEST_F()
[all...]
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_window_info.h290 void SetTouchHotAreas(const std::vector<Rect> &touchHotAreas);
/foundation/barrierfree/accessibility/frameworks/common/test/mock/include/
H A Dmock_accessibility_window_info.h287 void SetTouchHotAreas(const std::vector<Rect> &touchHotAreas);
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_window_info.cpp233 void AccessibilityWindowInfo::SetTouchHotAreas(const std::vector<Rect> &touchHotAreas) in SetTouchHotAreas() function in OHOS::Accessibility::AccessibilityWindowInfo
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h87 void SetTouchHotAreas(const std::vector<Rect>& rects);
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test.cpp326 sceneSession->GetSessionProperty()->SetTouchHotAreas(touchHotAreasInSceneSession); in HWTEST_F()
336 sceneSession->GetSessionProperty()->SetTouchHotAreas(touchHotAreasInSceneSession); in HWTEST_F()
346 sceneSession->GetSessionProperty()->SetTouchHotAreas(touchHotAreasInSceneSession); in HWTEST_F()
349 sceneSession->GetSessionProperty()->SetTouchHotAreas(fullSceneSession); in HWTEST_F()
H A Dwindow_session_property_test.cpp450 * @tc.name: SetTouchHotAreas
451 * @tc.desc: SetTouchHotAreas test
454 HWTEST_F(WindowSessionPropertyTest, SetTouchHotAreas, Function | SmallTest | Level2) in HWTEST_F()
463 property->SetTouchHotAreas(vRect); in HWTEST_F()
468 property->SetTouchHotAreas(vRect); in HWTEST_F()
473 property->SetTouchHotAreas(vRect); in HWTEST_F()
H A Dsession_test.cpp1554 * @tc.name: SetTouchHotAreas
1555 * @tc.desc: SetTouchHotAreas test
1558 HWTEST_F(WindowSessionTest, SetTouchHotAreas, Function | SmallTest | Level2) in HWTEST_F()
1562 session_->SetTouchHotAreas(touchHotAreas); in HWTEST_F()
1567 session_->property_->SetTouchHotAreas(touchHotAreas); in HWTEST_F()
H A Dscene_session_dirty_manager_test2.cpp171 windowSessionProperty->SetTouchHotAreas(rects); in HWTEST_F()
H A Dscene_session_manager_test.cpp1197 sceneSession->SetTouchHotAreas(hotAreas); in HWTEST_F()
1241 sceneSession->SetTouchHotAreas(hotAreas); in HWTEST_F()
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h78 void SetTouchHotAreas(const std::vector<Rect>& rects);
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp178 void WindowNode::SetTouchHotAreas(const std::vector<Rect>& rects) in SetTouchHotAreas() function in OHOS::Rosen::WindowNode
H A Dwindow_controller.cpp1742 node->GetWindowProperty()->SetTouchHotAreas(rects); in UpdateTouchHotAreas()
1743 node->SetTouchHotAreas(touchHotAreas); in UpdateTouchHotAreas()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp524 window_->SetTouchHotAreas(hotAreas); in ShowWindow()
580 OHOS::Rosen::WMError ret = window_->SetTouchHotAreas(hotAreaRect); in HideWindow()
954 window_->SetTouchHotAreas(hotAreas); in DeleteHotAreas()
963 window_->SetTouchHotAreas(hotAreas); in DeleteHotAreas()
987 window_->SetTouchHotAreas(hotAreasNow); in SetHotAreas()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h164 virtual WMError SetTouchHotAreas(const std::vector<Rect>& rects) {return WMError::WM_OK;} in SetTouchHotAreas() function in OHOS::Rosen::MockWindow
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dsystem_window_scene.cpp248 session->SetTouchHotAreas(hotAreas); in RegisterResponseRegionCallback()
H A Dwindow_scene.cpp172 session->SetTouchHotAreas(hotAreas); in RegisterResponseRegionCallback()
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h108 WMError SetTouchHotAreas(const std::vector<Rect>& rects) override;
/foundation/window/window_manager/previewer/include/
H A Dwindow.h264 virtual WMError SetTouchHotAreas(const std::vector<Rect>& rects) = 0;
H A Dwindow_impl.h188 virtual WMError SetTouchHotAreas(const std::vector<Rect>& rects) override;
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp527 * @tc.desc: SetTouchHotAreas test
534 winPropSrc.SetTouchHotAreas(rects); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h89 void SetTouchHotAreas(const std::vector<Rect>& rects);
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp923 WMError WindowImpl::SetTouchHotAreas(const std::vector<Rect>& rects) in SetTouchHotAreas() function in OHOS::Rosen::WindowImpl
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test2.cpp248 * @tc.desc: create window with show, test SetTouchHotAreas
274 ASSERT_EQ(WMError::WM_OK, window->SetTouchHotAreas(rects)); in HWTEST_F()
283 ASSERT_EQ(WMError::WM_OK, window->SetTouchHotAreas(rects)); in HWTEST_F()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_window_manager.cpp312 accWindowInfo.SetTouchHotAreas(tempTouchHotAreas); in UpdateAccessibilityWindowInfo()

Completed in 34 milliseconds

12