Home
last modified time | relevance | path

Searched defs:platformWindow (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/
H A Dwindow_test.cpp57 std::unique_ptr<PlatformWindow> platformWindow = std::make_unique<MockPlatformWindow>(); variable
76 std::unique_ptr<PlatformWindow> platformWindow = std::make_unique<MockPlatformWindow>(); variable
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_window.cpp19 Window::Window(std::unique_ptr<PlatformWindow> platformWindow) : platformWindow_(std::move(platform… in Window()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.cpp21 Window::Window(std::unique_ptr<PlatformWindow> platformWindow) : platformWindow_(std::move(platform… in Window()
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/spring_chain/
H A Dspring_chain_test.cpp88 std::unique_ptr<PlatformWindow> platformWindow = AnimationTestUtils::CreatePlatformWindow(); in SetUp() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/plugin/
H A Dplugin_sub_container_test.cpp49 auto platformWindow = PlatformWindow::Create(nullptr); in GetPipelineContext() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/svg_animate/
H A Dsvg_animate_test.cpp140 std::unique_ptr<PlatformWindow> platformWindow = AnimationTestUtils::CreatePlatformWindow(); in SetUp() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp304 auto platformWindow = PlatformWindow::Create(view); in SetView() local
H A Dace_container.cpp1122 auto platformWindow = PlatformWindow::Create(view); in SetView() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/
H A Danimation_framework_test.cpp88 std::unique_ptr<PlatformWindow> platformWindow = AnimationTestUtils::CreatePlatformWindow(); in SetUp() local
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp808 auto platformWindow = PlatformWindow::Create(view); in SetView() local