Home
last modified time | relevance | path

Searched refs:property3 (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_implicit_animator_test.cpp163 auto property3 = std::make_shared<RSAnimatableProperty<Vector4f>>(ANIMATION_START_BOUNDS); in HWTEST_F() local
166 auto modifier3 = std::make_shared<RSBoundsModifier>(property3); in HWTEST_F()
173 implicitAnimator->CreateImplicitAnimation(canvasNode3, property3, nullptr, endProperty); in HWTEST_F()
174 implicitAnimator->CreateImplicitAnimation(canvasNode3, property3, startProperty, nullptr); in HWTEST_F()
175 implicitAnimator->CreateImplicitAnimation(canvasNode3, property3, startProperty, endProperty); in HWTEST_F()
176 implicitAnimator->CancelImplicitAnimation(canvasNode3, property3); in HWTEST_F()
180 implicitAnimator->CreateImplicitAnimation(canvasNode3, property3, startProperty, endProperty); in HWTEST_F()
181 implicitAnimator->CancelImplicitAnimation(canvasNode3, property3); in HWTEST_F()
H A Drs_node_animate_supplement_test.cpp345 auto property3 = std::make_shared<RSAnimatableProperty<float>>(0.0f); in HWTEST_F() local
346 auto modifier3 = std::make_shared<RSAlphaModifier>(property3); in HWTEST_F()
/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/
H A Diability_monitor_module_test.cpp131 std::shared_ptr<DelegatorAbilityStageProperty> property3 = std::make_shared<DelegatorAbilityStageProperty>(); in HWTEST_F() local
134 EXPECT_FALSE(stageMonitor.Match(property3)); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_property_test.cpp369 RSRenderAnimatableProperty<Quaternion> property3; in HWTEST_F() local
381 ASSERT_TRUE(property3.IsNearEqual(value, zeroThreshold)); in HWTEST_F()
403 RSRenderAnimatableProperty<Quaternion> property3(quaternion); in HWTEST_F()
441 EXPECT_TRUE(property3.IsNearEqual(quaternionValue, zeroThreshold)); in HWTEST_F()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_container_test.cpp290 sptr<WindowProperty> property3 = CreateWindowProperty(112u, "test3", WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE, in HWTEST_F() local
292 sptr<WindowNode> node3 = new WindowNode(property3, nullptr, nullptr); in HWTEST_F()
293 node3->SetWindowProperty(property3); in HWTEST_F()
916 sptr<WindowProperty> property3 = CreateWindowProperty(112u, "test3", in HWTEST_F() local
918 sptr<WindowNode> window3 = new WindowNode(property3, nullptr, nullptr); in HWTEST_F()
919 window3->SetWindowProperty(property3); in HWTEST_F()
954 sptr<WindowProperty> property3 = CreateWindowProperty(112u, "test3", in HWTEST_F() local
956 sptr<WindowNode> window3 = new WindowNode(property3, nullptr, nullptr); in HWTEST_F()
957 window3->SetWindowProperty(property3); in HWTEST_F()
H A Dwindow_pair_test.cpp355 sptr<WindowProperty> property3 = new WindowProperty(); in HWTEST_F() local
364 property3->SetWindowRect(rect2); in HWTEST_F()
369 windowPair->divider_ = new WindowNode(property3); in HWTEST_F()
1123 sptr<WindowProperty> property3 = new WindowProperty(); in HWTEST_F() local
1130 sptr<WindowNode> node3 = new WindowNode(property3); in HWTEST_F()
1163 sptr<WindowProperty> property3 = new WindowProperty(); in HWTEST_F() local
1170 sptr<WindowNode> node3 = new WindowNode(property3); in HWTEST_F()
H A Dwindow_controller_test.cpp262 sptr<WindowProperty> property3 = new WindowProperty(); in HWTEST_F() local
263 property3->SetWindowType(WindowType::BELOW_APP_SYSTEM_WINDOW_BASE); in HWTEST_F()
264 sptr<WindowNode> windowNode2 = new WindowNode(property3); in HWTEST_F()
621 sptr<WindowProperty> property3 = new WindowProperty(); in HWTEST_F() local
622 property3->SetWindowType(WindowType::SYSTEM_SUB_WINDOW_BASE); in HWTEST_F()
623 sptr<WindowNode> windowNode2 = new WindowNode(property3); in HWTEST_F()
639 property3->SetParentId(1); in HWTEST_F()
1632 sptr<WindowProperty> property3 = new WindowProperty(); in HWTEST_F() local
1633 ASSERT_NE(nullptr, property3); in HWTEST_F()
1634 property3 in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test5.cpp743 sptr<WindowSessionProperty> property3 = new (std::nothrow) WindowSessionProperty(); in HWTEST_F() local
744 ASSERT_NE(property3, nullptr); in HWTEST_F()
745 property3->SetFocusable(true); in HWTEST_F()
746 property3->SetWindowType(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW); in HWTEST_F()
749 sceneSession3->property_ = property3; in HWTEST_F()
H A Dscene_session_lifecycle_test.cpp245 sptr<WindowSessionProperty> property3 = new (std::nothrow) WindowSessionProperty(); in HWTEST_F() local
246 EXPECT_NE(property3, nullptr); in HWTEST_F()
247 property3->SetWindowType(WindowType::ABOVE_APP_SYSTEM_WINDOW_BASE); in HWTEST_F()
248 session->SetSessionProperty(property3); in HWTEST_F()

Completed in 14 milliseconds