/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_surface_node_command_test.cpp | 51 auto context2 = std::make_shared<RSContext>(); in HWTEST_F() local 52 SurfaceNodeCommandHelper::Create(*context2, id2); in HWTEST_F() 53 SurfaceNodeCommandHelper::ConnectToNodeInRenderService(*context2, id2); in HWTEST_F() 68 auto context2 = std::make_shared<RSContext>(); in HWTEST_F() local 69 SurfaceNodeCommandHelper::Create(*context2, id2); in HWTEST_F() 70 SurfaceNodeCommandHelper::SetContextClipRegion(*context2, id2, clipRect); in HWTEST_F() 85 auto context2 = std::make_shared<RSContext>(); in HWTEST_F() local 86 SurfaceNodeCommandHelper::Create(*context2, id2); in HWTEST_F() 87 SurfaceNodeCommandHelper::SetSecurityLayer(*context2, id2, isSecurityLayer); in HWTEST_F() 102 auto context2 in HWTEST_F() local 120 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 136 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 152 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 169 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 186 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 203 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 220 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 239 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 256 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 274 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local [all...] |
H A D | rs_animation_command_test.cpp | 75 RSContext context2; in HWTEST_F() local 78 context2.GetMutableNodeMap().RegisterRenderNode(node); in HWTEST_F() 79 AnimationCommandHelper::CreateParticleAnimation(context2, id, nullptr); in HWTEST_F() 82 AnimationCommandHelper::CreateParticleAnimation(context2, id, animation2); in HWTEST_F() 84 AnimationCommandHelper::CancelAnimation(context2, id, 0); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/ |
H A D | rs_surface_node_cmd_test.cpp | 52 auto context2 = std::make_shared<RSContext>();
in HWTEST_F() local 53 SurfaceNodeCommandHelper::Create(*context2, id2);
in HWTEST_F() 54 SurfaceNodeCommandHelper::SetContextMatrix(*context2, id2, matrix);
in HWTEST_F() 55 SurfaceNodeCommandHelper::Create(*context2, id2);
in HWTEST_F() 69 auto context2 = std::make_shared<RSContext>();
in HWTEST_F() local 70 SurfaceNodeCommandHelper::Create(*context2, id2);
in HWTEST_F() 71 SurfaceNodeCommandHelper::ConnectToNodeInRenderService(*context2, id2);
in HWTEST_F() 86 auto context2 = std::make_shared<RSContext>();
in HWTEST_F() local 87 SurfaceNodeCommandHelper::Create(*context2, id2);
in HWTEST_F() 88 SurfaceNodeCommandHelper::SetContextClipRegion(*context2, id in HWTEST_F() 103 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 120 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 154 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 186 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 229 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 246 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 263 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 280 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 297 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 314 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local 333 auto context2 = std::make_shared<RSContext>(); HWTEST_F() local [all...] |
H A D | rs_animat_cmd_test.cpp | 58 RSContext context2; in HWTEST_F() local 61 context2.GetMutableNodeMap().RegisterRenderNode(node); in HWTEST_F() 62 AnimatCommandHelper::CreateParticleAnimation(context2, id, nullptr); in HWTEST_F() 65 AnimatCommandHelper::CreateParticleAnimation(context2, id, animation2); in HWTEST_F() 67 AnimatCommandHelper::CancelAnimation(context2, id, 0); in HWTEST_F()
|
/foundation/distributeddatamgr/preferences/test/ndk/unittest/ |
H A D | preferences_ndk_test.cpp | 630 void *context2 = &obj2; in HWTEST_F() local 631 ASSERT_EQ(OH_Preferences_RegisterDataObserver(pref, (void*) context2, DataChangeObserverCallback, keys2, 1), in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_node_test2.cpp | 193 std::weak_ptr<RSContext> context2 = context_shared;
in HWTEST_F() local 194 RSRenderNode node2(id, context2);
in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rating/ |
H A D | rating_test_ng.cpp | 919 DrawingContext context2 = { mockCanvas2, 10.0f, 10.0f }; in HWTEST_F() local 927 ratingPaintMethod->ratingModifier_->onDraw(context2); in HWTEST_F()
|