/foundation/window/window_manager/utils/test/unittest/ |
H A D | screen_info_test.cpp | 58 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 D | rs_display_node_command.h | 44 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 D | dscreen_maprelation_test.cpp | 58 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 D | rs_display_node_cmd_test.cpp | 59 * @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 D | rs_display_node_command_test.cpp | 38 * @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 D | rs_display_node_command.cpp | 72 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 D | dscreen_maprelation.h | 42 void SetScreenId(uint64_t screenId);
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_lifecycle_test.cpp | 468 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 D | session_test2.cpp | 1010 * @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 D | display_group_info_test.cpp | 253 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 D | rs_display_node.h | 45 void SetScreenId(uint64_t screenId);
|
H A D | rs_display_node.cpp | 119 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 D | dscreen_maprelation.cpp | 37 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 D | screen_manager_adapter.cpp | 173 mapRelation->SetScreenId(screenId); in GetMapRelation()
|
/foundation/window/window_manager/wmserver/include/ |
H A D | mock_session_manager_service.h | 68 void SetScreenId(int32_t screenId);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/ |
H A D | rs_sub_thread.cpp | 378 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 D | rs_display_node_test.cpp | 206 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 D | rsdisplaynodecommand_fuzzer.cpp | 79 DisplayNodeCommandHelper::SetScreenId(context, id, screenId);
in DoDisplayNode()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplayrendernode_fuzzer/ |
H A D | rsdisplayrendernode_fuzzer.cpp | 91 rsDisplayRenderNode.SetScreenId(id);
in DoSomethingInterestingWithMyAPI()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_display.cpp | 279 displayInfo->SetScreenId(screenId_);
in ConvertToDisplayInfo()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_surface_render_node_drawable.h | 187 void SetScreenId(ScreenId screenId) in SetScreenId() function in OHOS::Rosen::DrawableV2::RSSurfaceRenderNodeDrawable
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | screen_manager_test.cpp | 250 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 D | mock_session_manager_service.cpp | 122 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 D | rs_display_render_node.h | 74 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 D | rsrendernode_fuzzer.cpp | 264 displayNode.SetScreenId(screenId); in RSDisplayRenderNodeFuzzTest()
|