Home
last modified time | relevance | path

Searched defs:platformWindow (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/mock/
H A Dgesture_mock.h32 static std::unique_ptr<Window> CreateWindow(std::unique_ptr<PlatformWindow> platformWindow) in CreateWindow() argument
/foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/
H A Dwindow_test.cpp57 std::unique_ptr<PlatformWindow> platformWindow = std::make_unique<MockPlatformWindow>(); in HWTEST_F() local
76 std::unique_ptr<PlatformWindow> platformWindow = std::make_unique<MockPlatformWindow>(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.cpp21 Window::Window(std::unique_ptr<PlatformWindow> platformWindow) : platformWindow_(std::move(platformWindow)) in Window() argument
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_window.cpp19 Window::Window(std::unique_ptr<PlatformWindow> platformWindow) : platformWindow_(std::move(platformWindow)) {} in Window() argument
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/svg_animate/
H A Dsvg_animate_test.cpp140 std::unique_ptr<PlatformWindow> platformWindow = AnimationTestUtils::CreatePlatformWindow(); variable
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/spring_chain/
H A Dspring_chain_test.cpp88 std::unique_ptr<PlatformWindow> platformWindow = AnimationTestUtils::CreatePlatformWindow(); variable
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation_util.h172 static std::unique_ptr<Window> CreateWindow(std::unique_ptr<PlatformWindow> platformWindow) in CreateWindow() argument
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/
H A Danimation_framework_test.cpp88 std::unique_ptr<PlatformWindow> platformWindow = AnimationTestUtils::CreatePlatformWindow(); variable
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp305 auto platformWindow = PlatformWindow::Create(view); in SetView() local
H A Dace_container.cpp1117 auto platformWindow = PlatformWindow::Create(view); in SetView() local
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp808 auto platformWindow = PlatformWindow::Create(view); in SetView() local
/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/
H A Dgestures_test.cpp1547 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); in HWTEST_F() local
1629 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); in HWTEST_F() local
1712 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); in HWTEST_F() local
1795 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); in HWTEST_F() local
1897 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); in HWTEST_F() local
2004 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); HWTEST_F() local
2103 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); HWTEST_F() local
2227 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); HWTEST_F() local
2316 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); HWTEST_F() local
2426 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); HWTEST_F() local
2492 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); HWTEST_F() local
[all...]

Completed in 24 milliseconds