/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_surface_node_command_test.cpp | 49 auto context2 = std::make_shared<RSContext>(); variable 50 SurfaceNodeCommandHelper::Create(*context2, id2); 66 auto context2 = std::make_shared<RSContext>(); variable 83 auto context2 = std::make_shared<RSContext>(); variable 100 auto context2 = std::make_shared<RSContext>(); variable 118 auto context2 = std::make_shared<RSContext>(); variable 134 auto context2 = std::make_shared<RSContext>(); variable 150 auto context2 = std::make_shared<RSContext>(); variable 167 auto context2 = std::make_shared<RSContext>(); variable 184 auto context2 = std::make_shared<RSContext>(); variable [all …]
|
H A D | rs_animation_command_test.cpp | 67 RSContext context2; variable 70 context2.GetMutableNodeMap().RegisterRenderNode(node); 71 AnimationCommandHelper::CreateParticleAnimation(context2, id, nullptr); 74 AnimationCommandHelper::CreateParticleAnimation(context2, id, animation2); 76 AnimationCommandHelper::CancelAnimation(context2, id, 0);
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | context_pool_test.cpp | 71 auto context2 = MockContext::CreateWithContextId(CONTEXT_ID); variable 72 ASSERT_NE(context1, context2); 77 EXPECT_EQ(pool.Insert(context2), false); 101 auto context2 = MockContext::CreateWithContextId(CONTEXT_ID2); variable 105 EXPECT_EQ(pool.Insert(context2), true); 108 EXPECT_EQ(pool.Select(CONTEXT_ID2).lock(), context2); 130 EXPECT_EQ(pool.Insert(context2), true); 187 EXPECT_EQ(pool.Insert(context2), true); 229 auto context2 = Common::MakeShared<MockContext>(); variable 230 EXPECT_NE(context2, nullptr); [all …]
|
/ohos5.0/base/update/updater/test/unittest/script/script_instruction/ |
H A D | basic_instruction_unittest.cpp | 186 UScriptInstructionContext context2 {}; in TestBasicInstructionConcat() local 187 AddInputParam(context2, "test"); in TestBasicInstructionConcat() 189 EXPECT_EQ(instruction2->Execute(env, context2), USCRIPT_SUCCESS); in TestBasicInstructionConcat() 190 std::vector<UScriptValuePtr> output = context2.GetOutVar(); in TestBasicInstructionConcat()
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/ |
H A D | context_manager_test.cpp | 174 UserAuthContext context2 = {}; variable 175 context2.contextId = contextId2; 176 g_contextList->insert(g_contextList, static_cast<void *>(&context2));
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-canvasrenderingcontext2d.md | 2583 private context2: CanvasRenderingContext2D = new CanvasRenderingContext2D(this.settings); 2597 Text('context2'); 2598 Canvas(this.context2) 2603 this.context2.fillRect(100, 20, 50, 50); 2605 this.context2.setTransform(storedTransform); 2606 this.context2.fillRect(100, 20, 50, 50); 2658 Text('context2'); 2659 Canvas(this.context2) 2664 this.context2.fillRect(50, 50, 50, 50); 2669 this.context2.setTransform(storedTransform); [all …]
|
H A D | ts-offscreencanvasrenderingcontext2d.md | 2671 private context2: CanvasRenderingContext2D = new CanvasRenderingContext2D(this.settings); 2688 Text('context2'); 2689 Canvas(this.context2) 2699 this.context2.transferFromImageBitmap(image); 2737 private context2: CanvasRenderingContext2D = new CanvasRenderingContext2D(this.settings); 2754 Text('context2'); 2755 Canvas(this.context2) 2768 this.context2.transferFromImageBitmap(image);
|
/ohos5.0/foundation/distributeddatamgr/preferences/test/ndk/unittest/ |
H A D | preferences_ndk_test.cpp | 626 void *context2 = &obj2; variable 627 …ASSERT_EQ(OH_Preferences_RegisterDataObserver(pref, (void*) context2, DataChangeObserverCallback, …
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_node_test2.cpp | 188 std::weak_ptr<RSContext> context2 = context_shared; variable 189 RSRenderNode node2(id, context2); 191 RSSurfaceRenderNode node3(id, context2);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-canvasrenderingcontext2d.md | 2460 private context2: CanvasRenderingContext2D = new CanvasRenderingContext2D(this.settings); 2474 Text('context2'); 2475 Canvas(this.context2) 2480 this.context2.fillRect(100, 20, 50, 50); 2482 this.context2.setTransform(storedTransform); 2483 this.context2.fillRect(100, 20, 50, 50); 2535 Text('context2'); 2536 Canvas(this.context2) 2541 this.context2.fillRect(50, 50, 50, 50); 2546 this.context2.setTransform(storedTransform); [all …]
|
H A D | ts-offscreencanvasrenderingcontext2d.md | 2660 private context2: CanvasRenderingContext2D = new CanvasRenderingContext2D(this.settings); 2677 Text('context2'); 2678 Canvas(this.context2) 2688 this.context2.transferFromImageBitmap(image); 2726 private context2: CanvasRenderingContext2D = new CanvasRenderingContext2D(this.settings); 2743 Text('context2'); 2744 Canvas(this.context2) 2757 this.context2.transferFromImageBitmap(image);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rating/ |
H A D | rating_test_ng.cpp | 890 DrawingContext context2 = { mockCanvas2, 10.0f, 10.0f }; variable 898 ratingPaintMethod->ratingModifier_->onDraw(context2);
|