| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/plugin/ |
| D | plugin_window_test.cpp | 31 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
|
| D | plugin_callback_client_test.cpp | 45 auto platformWindow = PlatformWindow::Create(nullptr); in GetPipelineContext() local
|
| D | plugin_component_test.cpp | 49 auto platformWindow = PlatformWindow::Create(nullptr); in GetPipelineContext() local
|
| D | plugin_manager_resource_test.cpp | 43 auto platformWindow = PlatformWindow::Create(nullptr); in GetPipelineContext() local
|
| D | plugin_sub_container_test.cpp | 49 auto platformWindow = PlatformWindow::Create(nullptr); in GetPipelineContext() local
|
| D | plugin_element_test.cpp | 43 auto platformWindow = PlatformWindow::Create(nullptr); in GetPipelineContext() local
|
| D | plugin_manager_delegate_test.cpp | 43 auto platformWindow = PlatformWindow::Create(nullptr); in GetPipelineContext() local
|
| /foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/mock/ |
| D | gesture_mock.h | 32 static std::unique_ptr<Window> CreateWindow(std::unique_ptr<PlatformWindow> platformWindow) in CreateWindow()
|
| /foundation/arkui/ace_engine/test/mock/core/common/ |
| D | mock_window.cpp | 19 Window::Window(std::unique_ptr<PlatformWindow> platformWindow) : platformWindow_(std::move(platform… in Window()
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| D | window.cpp | 25 Window::Window(std::unique_ptr<PlatformWindow> platformWindow) : platformWindow_(std::move(platform… in Window()
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/mock/ |
| D | mock_render_common.cpp | 45 std::unique_ptr<PlatformWindow> platformWindow = nullptr; in GetMockContext() local
|
| D | window_mock.h | 130 static std::unique_ptr<Window> CreateWindow(std::unique_ptr<PlatformWindow> platformWindow) in CreateWindow()
|
| /foundation/arkui/ace_engine/frameworks/bridge/test/unittest/cardfrontend/ |
| D | card_test_factory.cpp | 55 auto platformWindow = std::make_unique<MockPlatformWindow>(); in ParseCardDslWithParams() local
|
| /foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/ |
| D | gestures_test.cpp | 1547 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/ |
| D | display_test_utils.cpp | 79 auto platformWindow = std::make_unique<MockWindow>(nullptr); in GetMockContext() local
|
| /foundation/arkui/ace_engine/frameworks/core/animation/test/mock/ |
| D | mock_animation_util.h | 173 static std::unique_ptr<Window> CreateWindow(std::unique_ptr<PlatformWindow> platformWindow) in CreateWindow()
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/image/ |
| D | image_test_utils.cpp | 119 auto platformWindow = PlatformWindow::Create(nullptr); in GetMockContext() local
|
| /foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/spring_chain/ |
| D | spring_chain_test.cpp | 88 std::unique_ptr<PlatformWindow> platformWindow = AnimationTestUtils::CreatePlatformWindow(); in SetUp() local
|
| /foundation/arkui/ace_engine/frameworks/core/event/test/unittest/ |
| D | event_test.cpp | 248 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/ |
| D | render_semi_modal_test.cpp | 104 std::unique_ptr<PlatformWindow> platformWindow = TweenTestUtils::CreatePlatformWindow(); in CreateAndBuildSemiModal() local
|
| /foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/svg_animate/ |
| D | svg_animate_test.cpp | 142 std::unique_ptr<PlatformWindow> platformWindow = AnimationTestUtils::CreatePlatformWindow(); in SetUp() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/transition/ |
| D | transition_element_property_test.cpp | 133 std::unique_ptr<PlatformWindow> platformWindow = TweenTestUtils::CreatePlatformWindow(); in CreateAndBuildTransitionComponent() local
|
| D | shared_transition_element_test.cpp | 132 std::unique_ptr<PlatformWindow> platformWindow = TweenTestUtils::CreatePlatformWindow(); in InitEnvAndPushFirstComponent() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/view_update/ |
| D | view_update_test.cpp | 94 auto platformWindow = PlatformWindow::Create(nullptr); in SetUp() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/ |
| D | dom_node_factory.cpp | 289 auto platformWindow = std::make_unique<MockPlatformWindow>(); in CreateDOMNodeFromDsl() local
|