Home
last modified time | relevance | path

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

/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
58 Window window(std::move(platformWindow)); in HWTEST_F()
76 std::unique_ptr<PlatformWindow> platformWindow = std::make_unique<MockPlatformWindow>(); in HWTEST_F() local
77 Window window(std::move(platformWindow)); in HWTEST_F()
/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/gestures/test/unittest/mock/
H A Dgesture_mock.h32 static std::unique_ptr<Window> CreateWindow(std::unique_ptr<PlatformWindow> platformWindow) in CreateWindow() argument
34 return std::make_unique<Window>(std::move(platformWindow)); in CreateWindow()
/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
H A Dwindow.h41 explicit Window(std::unique_ptr<PlatformWindow> platformWindow);
/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
174 return std::make_unique<Window>(std::move(platformWindow)); in CreateWindow()
/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
89 platformWindowRaw_ = reinterpret_cast<MockPlatformWindow*>(platformWindow.get());
90 auto window = AnimationTestUtils::CreateWindow(std::move(platformWindow));
/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
1548 auto window = GestureTestUtils::CreateWindow(std::move(platformWindow)); in HWTEST_F()
1629 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); in HWTEST_F() local
1630 auto window = GestureTestUtils::CreateWindow(std::move(platformWindow)); in HWTEST_F()
1712 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); in HWTEST_F() local
1713 auto window = GestureTestUtils::CreateWindow(std::move(platformWindow)); in HWTEST_F()
1795 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); in HWTEST_F() local
1796 auto window = GestureTestUtils::CreateWindow(std::move(platformWindow)); in HWTEST_F()
1897 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); in HWTEST_F() local
1898 auto window = GestureTestUtils::CreateWindow(std::move(platformWindow)); in HWTEST_F()
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...]
/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
141 platformWindowRaw_ = reinterpret_cast<MockPlatformWindow*>(platformWindow.get());
142 auto window = AnimationTestUtils::CreateWindow(std::move(platformWindow));
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp305 auto platformWindow = PlatformWindow::Create(view); in SetView() local
306 CHECK_NULL_VOID(platformWindow); in SetView()
307 auto window = std::make_shared<Window>(std::move(platformWindow)); in SetView()
H A Dace_container.cpp1117 auto platformWindow = PlatformWindow::Create(view); in SetView() local
1118 CHECK_NULL_VOID(platformWindow); in SetView()
1119 auto window = std::make_shared<Window>(std::move(platformWindow)); in SetView()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp808 auto platformWindow = PlatformWindow::Create(view); in SetView() local
809 if (!platformWindow) { in SetView()
814 auto window = std::make_shared<Window>(std::move(platformWindow)); in SetView()
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/
H A Danimation_framework_test.cpp88 std::unique_ptr<PlatformWindow> platformWindow = AnimationTestUtils::CreatePlatformWindow(); variable
89 platformWindowRaw_ = reinterpret_cast<MockPlatformWindow*>(platformWindow.get());
90 auto window = AnimationTestUtils::CreateWindow(std::move(platformWindow));

Completed in 18 milliseconds