From 7160ff7c4e6d91fd08949a5862733d9e4ba41863 Mon Sep 17 00:00:00 2001 From: qingjy Date: Sat, 30 Aug 2025 20:20:00 +0800 Subject: [PATCH 1/2] owner add Signed-off-by: qingjy --- .gitee/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitee/CODEOWNERS b/.gitee/CODEOWNERS index d87541b8bf3..0618e865681 100644 --- a/.gitee/CODEOWNERS +++ b/.gitee/CODEOWNERS @@ -3196,6 +3196,7 @@ frameworks/core/interfaces/native/implementation/webview_controller_accessor.cpp frameworks/core/interfaces/native/implementation/web/webview_controller_peer_impl.h @arkwebinarkuireview [Test source] +test/mock/adapter/mock_mmi_event_convertor.cpp @arkuievent test/mock/base @arkuiframework test/mock/core/event/ @arkuievent test/mock/core/accessibility/ @arkuiabilitygroup @@ -3212,6 +3213,7 @@ test/mock/core/animation/mock_animation_proxy.h @arkuiscroll test/mock/core/animation/mock_implicit_animation.h @arkuiscroll test/mock/core/animation/mock_implicit_animation.cpp @arkuiscroll +test/unittest/base/least_square_impl_test.cpp @arkuievent test/unittest/core/accessibility/ @arkuiabilitygroup test/unittest/core/animation/ @arkui_superman test/unittest/core/common/ace_engine/ @arkuiframework -- Gitee From f131f00e585f4e3eb46371fc650b4cb218ac0fc9 Mon Sep 17 00:00:00 2001 From: qingjy Date: Sat, 30 Aug 2025 20:30:22 +0800 Subject: [PATCH 2/2] conflict Signed-off-by: qingjy --- .gitee/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitee/CODEOWNERS b/.gitee/CODEOWNERS index 0618e865681..420a11f20b3 100644 --- a/.gitee/CODEOWNERS +++ b/.gitee/CODEOWNERS @@ -3213,7 +3213,6 @@ test/mock/core/animation/mock_animation_proxy.h @arkuiscroll test/mock/core/animation/mock_implicit_animation.h @arkuiscroll test/mock/core/animation/mock_implicit_animation.cpp @arkuiscroll -test/unittest/base/least_square_impl_test.cpp @arkuievent test/unittest/core/accessibility/ @arkuiabilitygroup test/unittest/core/animation/ @arkui_superman test/unittest/core/common/ace_engine/ @arkuiframework @@ -3385,6 +3384,7 @@ test/unittest/interfaces/ui_input_event_test.cpp @arkuievent test/unittest/interfaces/ace_ui_input_event/ @arkuievent test/unittest/interfaces/ace_gesture/ @arkuievent test/unittest/interfaces/form_render/ @form_framework +test/unittest/base/least_square_impl_test.cpp @arkuievent [Generated source] frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui-ohos/src/component/ @arkui-idlize -- Gitee