Home
last modified time | relevance | path

Searched refs:SetScreenId (Results 1 - 25 of 37) sorted by relevance

12

/foundation/window/window_manager/utils/test/unittest/
H A Dscreen_info_test.cpp58 screenInfoSrc.SetScreenId(1); in HWTEST_F()
76 screenInfoSrc.SetScreenId(1); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_display_node_command.h44 static void SetScreenId(RSContext&, NodeId, uint64_t);
59 ARG(DISPLAY_NODE, DISPLAY_NODE_SET_SCREEN_ID, DisplayNodeCommandHelper::SetScreenId, NodeId, uint64_t))
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Ddscreen_maprelation_test.cpp58 dscreenMapRelation->SetScreenId(screenId); in HWTEST_F()
110 dScreenMapRelation.SetScreenId(screenId); in HWTEST_F()
135 dScreenMapRelation.SetScreenId(screenId); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/
H A Drs_display_node_cmd_test.cpp59 * @tc.desc: SetScreenId test.
67 DisplayNodeCommandHelper::SetScreenId(context, id, screenId); in HWTEST_F()
72 DisplayNodeCommandHelper::SetScreenId(context, id2, screenId); in HWTEST_F()
176 * @tc.desc: SetScreenId test.
192 * @tc.desc: SetScreenId test.
199 DisplayNodeCommandHelper::SetScreenId(context, id, 1); in HWTEST_F()
203 DisplayNodeCommandHelper::SetScreenId(context, id, 1); in HWTEST_F()
227 * @tc.desc: SetScreenId test.
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_display_node_command_test.cpp38 * @tc.desc: SetScreenId test.
46 DisplayNodeCommandHelper::SetScreenId(context, id, screenId); in HWTEST_F()
51 DisplayNodeCommandHelper::SetScreenId(context, id2, screenId); in HWTEST_F()
176 * @tc.desc: SetScreenId test.
183 DisplayNodeCommandHelper::SetScreenId(context, id, 1); in HWTEST_F()
187 DisplayNodeCommandHelper::SetScreenId(context, id, 1); in HWTEST_F()
192 * @tc.desc: SetScreenId test.
208 * @tc.desc: SetScreenId test.
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_display_node_command.cpp72 void DisplayNodeCommandHelper::SetScreenId(RSContext& context, NodeId id, uint64_t screenId) in SetScreenId() function in OHOS::Rosen::DisplayNodeCommandHelper
75 node->SetScreenId(screenId); in SetScreenId()
/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H A Ddscreen_maprelation.h42 void SetScreenId(uint64_t screenId);
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_lifecycle_test.cpp468 session_->SetScreenId(screenId); in HWTEST_F()
500 session_->SetScreenId(screenId); in HWTEST_F()
532 session_->SetScreenId(screenId); in HWTEST_F()
604 session_->SetScreenId(screenId); in HWTEST_F()
622 session_->SetScreenId(screenId); in HWTEST_F()
H A Dsession_test2.cpp1010 * @tc.desc: SetScreenId
1017 session_->SetScreenId(screenId); in HWTEST_F()
1060 session_->SetScreenId(screenId); in HWTEST_F()
1080 session_->SetScreenId(screenId); in HWTEST_F()
1791 * @tc.desc: SetScreenId Test
1799 session_->SetScreenId(screenId); in HWTEST_F()
/foundation/window/window_manager/wmserver/test/unittest/
H A Ddisplay_group_info_test.cpp253 displayInfo->SetScreenId(screenId); in HWTEST_F()
269 displayInfo->SetScreenId(screenId); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_display_node.h45 void SetScreenId(uint64_t screenId);
H A Drs_display_node.cpp119 void RSDisplayNode::SetScreenId(uint64_t screenId) in SetScreenId() function in OHOS::Rosen::RSDisplayNode
137 "RSDisplayNode::SetScreenId, DisplayNode: %{public}" PRIu64 ", ScreenId: %{public}" PRIu64, GetId(), screenId); in SetScreenId()
138 RS_TRACE_NAME_FMT("RSDisplayNode::SetScreenId, DisplayNode: %" PRIu64 ", ScreenId: %" PRIu64, GetId(), screenId); in SetScreenId()
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Ddscreen_maprelation.cpp37 void DScreenMapRelation::SetScreenId(uint64_t screenId) in SetScreenId() function in OHOS::DistributedHardware::DScreenMapRelation
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/common/src/
H A Dscreen_manager_adapter.cpp173 mapRelation->SetScreenId(screenId); in GetMapRelation()
/foundation/window/window_manager/wmserver/include/
H A Dmock_session_manager_service.h68 void SetScreenId(int32_t screenId);
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp378 rscanvas->SetScreenId(nodeDrawable->GetScreenId()); in DrawableCacheWithSkImage()
422 rsCanvas->SetScreenId(nodeDrawable->GetScreenId()); in DrawableCacheWithDma()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_display_node_test.cpp206 displayNode->SetScreenId(1); in HWTEST_F()
210 displayNode->SetScreenId(1); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplaynodecommand_fuzzer/
H A Drsdisplaynodecommand_fuzzer.cpp79 DisplayNodeCommandHelper::SetScreenId(context, id, screenId); in DoDisplayNode()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplayrendernode_fuzzer/
H A Drsdisplayrendernode_fuzzer.cpp91 rsDisplayRenderNode.SetScreenId(id); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/dmserver/src/
H A Dabstract_display.cpp279 displayInfo->SetScreenId(screenId_); in ConvertToDisplayInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.h187 void SetScreenId(ScreenId screenId) in SetScreenId() function in OHOS::Rosen::DrawableV2::RSSurfaceRenderNodeDrawable
/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_manager_test.cpp250 screenInfo->SetScreenId(SCREEN_ID_INVALID); in HWTEST_F()
252 screenInfo->SetScreenId(0); in HWTEST_F()
322 screenInfo->SetScreenId(1); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dmock_session_manager_service.cpp122 void MockSessionManagerService::SMSDeathRecipient::SetScreenId(int32_t screenId) in SetScreenId() function in OHOS::Rosen::MockSessionManagerService::SMSDeathRecipient
533 smsDeathRecipient->SetScreenId(screenId); in NotifyWMSConnected()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_display_render_node.h74 void SetScreenId(uint64_t screenId) in SetScreenId() function in OHOS::Rosen::RSDisplayRenderNode
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/
H A Drsrendernode_fuzzer.cpp264 displayNode.SetScreenId(screenId); in RSDisplayRenderNodeFuzzTest()

Completed in 17 milliseconds

12