Home
last modified time | relevance | path

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

12

/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/plugin/
Dplugin_window_test.cpp31 explicit MockPluginWindow(std::unique_ptr<PlatformWindow> platformWindow) : Window(nullptr) {} in MockPluginWindow()
82 auto platformWindow = PlatformWindow::Create(nullptr); variable
112 auto platformWindow = PlatformWindow::Create(nullptr); variable
Dplugin_callback_client_test.cpp45 auto platformWindow = PlatformWindow::Create(nullptr); in GetPipelineContext() local
Dplugin_component_test.cpp49 auto platformWindow = PlatformWindow::Create(nullptr); in GetPipelineContext() local
Dplugin_manager_resource_test.cpp43 auto platformWindow = PlatformWindow::Create(nullptr); in GetPipelineContext() local
Dplugin_sub_container_test.cpp49 auto platformWindow = PlatformWindow::Create(nullptr); in GetPipelineContext() local
Dplugin_element_test.cpp43 auto platformWindow = PlatformWindow::Create(nullptr); in GetPipelineContext() local
Dplugin_manager_delegate_test.cpp43 auto platformWindow = PlatformWindow::Create(nullptr); in GetPipelineContext() local
/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/mock/
Dgesture_mock.h32 static std::unique_ptr<Window> CreateWindow(std::unique_ptr<PlatformWindow> platformWindow) in CreateWindow()
/foundation/arkui/ace_engine/test/mock/core/common/
Dmock_window.cpp19 Window::Window(std::unique_ptr<PlatformWindow> platformWindow) : platformWindow_(std::move(platform… in Window()
/foundation/arkui/ace_engine/frameworks/core/common/
Dwindow.cpp25 Window::Window(std::unique_ptr<PlatformWindow> platformWindow) : platformWindow_(std::move(platform… in Window()
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/mock/
Dmock_render_common.cpp45 std::unique_ptr<PlatformWindow> platformWindow = nullptr; in GetMockContext() local
Dwindow_mock.h130 static std::unique_ptr<Window> CreateWindow(std::unique_ptr<PlatformWindow> platformWindow) in CreateWindow()
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/cardfrontend/
Dcard_test_factory.cpp55 auto platformWindow = std::make_unique<MockPlatformWindow>(); in ParseCardDslWithParams() local
/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/
Dgestures_test.cpp1547 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); variable
1629 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); variable
1712 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); variable
1795 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); variable
1897 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); variable
2004 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); variable
2103 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); variable
2227 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); variable
2316 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); variable
2426 std::unique_ptr<PlatformWindow> platformWindow = GestureTestUtils::CreatePlatformWindow(); variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/display/
Ddisplay_test_utils.cpp79 auto platformWindow = std::make_unique<MockWindow>(nullptr); in GetMockContext() local
/foundation/arkui/ace_engine/frameworks/core/animation/test/mock/
Dmock_animation_util.h173 static std::unique_ptr<Window> CreateWindow(std::unique_ptr<PlatformWindow> platformWindow) in CreateWindow()
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/image/
Dimage_test_utils.cpp119 auto platformWindow = PlatformWindow::Create(nullptr); in GetMockContext() local
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/spring_chain/
Dspring_chain_test.cpp88 std::unique_ptr<PlatformWindow> platformWindow = AnimationTestUtils::CreatePlatformWindow(); in SetUp() local
/foundation/arkui/ace_engine/frameworks/core/event/test/unittest/
Devent_test.cpp248 auto platformWindow = std::make_unique<TestWindow>(nullptr); variable
329 auto platformWindow = std::make_unique<TestWindow>(nullptr); variable
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/semimodal/
Drender_semi_modal_test.cpp104 std::unique_ptr<PlatformWindow> platformWindow = TweenTestUtils::CreatePlatformWindow(); in CreateAndBuildSemiModal() local
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/svg_animate/
Dsvg_animate_test.cpp142 std::unique_ptr<PlatformWindow> platformWindow = AnimationTestUtils::CreatePlatformWindow(); in SetUp() local
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/transition/
Dtransition_element_property_test.cpp133 std::unique_ptr<PlatformWindow> platformWindow = TweenTestUtils::CreatePlatformWindow(); in CreateAndBuildTransitionComponent() local
Dshared_transition_element_test.cpp132 std::unique_ptr<PlatformWindow> platformWindow = TweenTestUtils::CreatePlatformWindow(); in InitEnvAndPushFirstComponent() local
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/view_update/
Dview_update_test.cpp94 auto platformWindow = PlatformWindow::Create(nullptr); in SetUp() local
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/
Ddom_node_factory.cpp289 auto platformWindow = std::make_unique<MockPlatformWindow>(); in CreateDOMNodeFromDsl() local

12