/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_input_test.cpp | 71 * @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 D | accessibility_window_info.h | 290 void SetTouchHotAreas(const std::vector<Rect> &touchHotAreas);
|
/foundation/barrierfree/accessibility/frameworks/common/test/mock/include/ |
H A D | mock_accessibility_window_info.h | 287 void SetTouchHotAreas(const std::vector<Rect> &touchHotAreas);
|
/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_window_info.cpp | 233 void AccessibilityWindowInfo::SetTouchHotAreas(const std::vector<Rect> &touchHotAreas) in SetTouchHotAreas() function in OHOS::Accessibility::AccessibilityWindowInfo
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_node.h | 87 void SetTouchHotAreas(const std::vector<Rect>& rects);
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_dirty_manager_test.cpp | 326 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 D | window_session_property_test.cpp | 450 * @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 D | session_test.cpp | 1554 * @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 D | scene_session_dirty_manager_test2.cpp | 171 windowSessionProperty->SetTouchHotAreas(rects); in HWTEST_F()
|
H A D | scene_session_manager_test.cpp | 1197 sceneSession->SetTouchHotAreas(hotAreas); in HWTEST_F() 1241 sceneSession->SetTouchHotAreas(hotAreas); in HWTEST_F()
|
/foundation/window/window_manager/utils/include/ |
H A D | window_property.h | 78 void SetTouchHotAreas(const std::vector<Rect>& rects);
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node.cpp | 178 void WindowNode::SetTouchHotAreas(const std::vector<Rect>& rects) in SetTouchHotAreas() function in OHOS::Rosen::WindowNode
|
H A D | window_controller.cpp | 1742 node->GetWindowProperty()->SetTouchHotAreas(rects); in UpdateTouchHotAreas() 1743 node->SetTouchHotAreas(touchHotAreas); in UpdateTouchHotAreas()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 524 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 D | mock_window.h | 164 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 D | system_window_scene.cpp | 248 session->SetTouchHotAreas(hotAreas); in RegisterResponseRegionCallback()
|
H A D | window_scene.cpp | 172 session->SetTouchHotAreas(hotAreas); in RegisterResponseRegionCallback()
|
/foundation/window/window_manager/wm/include/ |
H A D | window_scene_session_impl.h | 108 WMError SetTouchHotAreas(const std::vector<Rect>& rects) override;
|
/foundation/window/window_manager/previewer/include/ |
H A D | window.h | 264 virtual WMError SetTouchHotAreas(const std::vector<Rect>& rects) = 0;
|
H A D | window_impl.h | 188 virtual WMError SetTouchHotAreas(const std::vector<Rect>& rects) override;
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_property_test.cpp | 527 * @tc.desc: SetTouchHotAreas test 534 winPropSrc.SetTouchHotAreas(rects); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | window_session_property.h | 89 void SetTouchHotAreas(const std::vector<Rect>& rects);
|
/foundation/window/window_manager/previewer/src/ |
H A D | window_impl.cpp | 923 WMError WindowImpl::SetTouchHotAreas(const std::vector<Rect>& rects) in SetTouchHotAreas() function in OHOS::Rosen::WindowImpl
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_impl_test2.cpp | 248 * @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 D | accessibility_window_manager.cpp | 312 accWindowInfo.SetTouchHotAreas(tempTouchHotAreas); in UpdateAccessibilityWindowInfo()
|