/foundation/graphic/graphic_2d/frameworks/bootanimation/include/ |
H A D | boot_picture_player.h | 37 void InitPicCoordinates(Rosen::ScreenId screenId);
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplayrendernode_fuzzer/ |
H A D | rsdisplayrendernode_fuzzer.cpp | 81 config.screenId = id;
in DoSomethingInterestingWithMyAPI() 180 config.screenId = id;
in DoUpdateScreenRenderParams()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_surface_node.h | 105 void AttachToDisplay(uint64_t screenId); 106 void DetachToDisplay(uint64_t screenId);
|
H A D | rs_display_node.h | 45 void SetScreenId(uint64_t screenId);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_effect_render_node.cpp | 212 void RSEffectRenderNode::SetCurrentAttachedScreenId(uint64_t screenId) in SetCurrentAttachedScreenId() argument 214 currentAttachedScreenId_ = screenId; in SetCurrentAttachedScreenId()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_agent_controller.cpp | 81 void DisplayManagerAgentController::OnScreenDisconnect(ScreenId screenId)
in OnScreenDisconnect() argument 89 agent->OnScreenDisconnect(screenId);
in OnScreenDisconnect()
|
/foundation/window/window_manager/dm/src/ |
H A D | screen.cpp | 218 ScreenId screenId = GetId();
in SetScreenActiveMode() local 222 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenActiveMode(screenId, modeId);
in SetScreenActiveMode()
|
/foundation/window/window_manager/test/fuzztest/dms/screen_fuzzer/ |
H A D | screen_fuzzer.cpp | 161 ScreenId screenId = display->GetScreenId(); in DoMyFuzzTest() local 162 screen = ScreenManager::GetInstance().GetScreenById(screenId); in DoMyFuzzTest()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregion_test.cpp | 34 uint64_t screenId = 0; in SetUp() local 36 screenRegion_ = std::make_shared<ScreenRegion>(remoteDevId, screenId, displayId); in SetUp()
|
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/ |
H A D | wfd_source_impl.h | 58 int32_t AddDevice(uint64_t screenId, WfdCastDeviceInfo &deviceInfo) override;
|
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_display_manager.h | 43 void SetDisplayScale(const uint64_t screenId, float scaleX, float scaleY, float pivotX, float pivotY);
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_display_manager_adapter_lite.h | 49 MOCK_METHOD3(SetSpecifiedScreenPower, bool(ScreenId screenId, ScreenPowerState state,
|
/foundation/distributedhardware/distributed_screen/services/common/utils/include/ |
H A D | dscreen_maprelation.h | 42 void SetScreenId(uint64_t screenId);
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/include/ |
H A D | screenregionmgr.h | 37 void PublishMessage(const DHTopic topic, const uint64_t &screenId, const std::string &remoteDevId,
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/fold_screen_controller/ |
H A D | fold_screen_controller.h | 61 void AddOrRemoveDisplayNodeToTree(ScreenId screenId, int32_t command);
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rssurfacenode_fuzzer/ |
H A D | rssurfacenode_fuzzer.cpp | 357 uint64_t screenId = GetData<uint64_t>();
in DoAttachToDisplay() local 358 surfaceNode->AttachToDisplay(screenId);
in DoAttachToDisplay() 376 uint64_t screenId = GetData<uint64_t>();
in DoDetachToDisplayAndSetHardwareEnabled() local 377 surfaceNode->DetachToDisplay(screenId);
in DoDetachToDisplayAndSetHardwareEnabled()
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_adapter_test.cpp | 677 std::vector<ScreenId> screenId;
in HWTEST_F() local 680 DMError err = SingletonContainer::Get<ScreenManagerAdapter>().MakeExpand(screenId,
in HWTEST_F() 833 ScreenId screenId = displayInfo->GetScreenId();
in HWTEST_F() local 834 displayManagerAdapter.SetDisplayScale(screenId, scaleX, scaleY, pivotX, pivotY);
in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_hwc_prevalidate_util.cpp | 72 bool RSUniHwcPrevalidateUtil::IsPrevalidateEnable(const ScreenId& screenId) in IsPrevalidateEnable() argument 81 if (screenManager && screenManager->GetDefaultScreenId() != screenId) { in IsPrevalidateEnable() 83 " %{public}" PRIu64 " isn't default screen", screenId); in IsPrevalidateEnable()
|
/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() argument 76 if (releaseScreenDmaBufferTask_ && screenId_ != screenId) { in SetScreenId() 79 screenId_ = screenId; in SetScreenId()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/ |
H A D | rsrendernode_fuzzer.cpp | 239 uint64_t screenId = GetData<uint64_t>(); in RSDisplayRenderNodeFuzzTest() local 242 RSDisplayNodeConfig config = { screenId, isMirrored, mirrorNodeId }; in RSDisplayRenderNodeFuzzTest() 264 displayNode.SetScreenId(screenId); in RSDisplayRenderNodeFuzzTest()
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_manager.h | 68 * @param screenId ID of the screen that is connected to the WMS, screenId is currently always 0. 70 virtual void OnConnected(int32_t userId, int32_t screenId) = 0; 76 * @param screenId ID of the screen that is disconnected to the WMS, screenId is currently always 0. 78 virtual void OnDisconnected(int32_t userId, int32_t screenId) = 0; 833 void OnWMSConnectionChanged(int32_t userId, int32_t screenId, bool isConnected) const;
|
/foundation/window/window_manager/test/systemtest/dms/ |
H A D | display_change_test.cpp | 90 ScreenId screenId = defaultDisplay->GetScreenId(); in SetUpTestCase() local 91 ASSERT_NE(INVALID_SCREEN_ID, screenId); in SetUpTestCase() 92 defaultScreen_ = ScreenManager::GetInstance().GetScreenById(screenId); in SetUpTestCase()
|
/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | hello_composer.h | 56 /* map: key is screenId */ 63 void InitLayers(uint32_t screenId);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/ |
H A D | rs_dirty_rects_dfx.h | 65 bool RefreshRateRotationProcess(ScreenRotation rotation, uint64_t screenId);
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/ |
H A D | drawing_sample.h | 51 // key is screenId 56 // key is screenId 65 // key is screenId 70 void InitLayers(uint32_t screenId);
|