/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.h | 33 ScreenId mirrorId = INVALID_SCREEN_ID;
member
|
H A D | rs_screen.cpp | 226 void RSScreen::SetMirror(ScreenId mirrorId)
in SetMirror() argument
|
H A D | rs_screen_manager.cpp | 927 CreateVirtualScreen( const std::string &name, uint32_t width, uint32_t height, sptr<Surface> surface, ScreenId mirrorId, int32_t flags, std::vector<NodeId> whiteList) CreateVirtualScreen() argument
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/screen_manager/ |
H A D | rs_screen_manager_unit_test.cpp | 737 auto mirrorId = screenManager->CreateVirtualScreen(name, width, height, psurface);
in HWTEST_F() local
|
/foundation/distributedhardware/distributed_screen/services/screendemo/ |
H A D | test.cpp | 95 uint64_t mirrorId; in StartMirror() local 96 cin >> mirrorId; in StartMirror() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/ |
H A D | rs_screen_manager_test.cpp | 685 auto mirrorId = screenManager->CreateVirtualScreen(name, width, height, psurface);
in HWTEST_F() local 711 auto mirrorId = screenManager->CreateVirtualScreen(name, width, height, psurface);
in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_connection_proxy_test.cpp | 205 ScreenId mirrorId = 1; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.cpp | 518 CreateVirtualScreen( const std::string &name, uint32_t width, uint32_t height, sptr<Surface> surface, ScreenId mirrorId, int32_t flags, std::vector<NodeId> whiteList) CreateVirtualScreen() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_client.cpp | 308 CreateVirtualScreen( const std::string &name, uint32_t width, uint32_t height, sptr<Surface> surface, ScreenId mirrorId, int32_t flags, std::vector<NodeId> whiteList) CreateVirtualScreen() argument
|
H A D | rs_render_service_connection_proxy.cpp | 464 CreateVirtualScreen( const std::string &name, uint32_t width, uint32_t height, sptr<Surface> surface, ScreenId mirrorId, int32_t flags, std::vector<NodeId> whiteList) CreateVirtualScreen() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 470 ScreenId mirrorId = data.ReadUint64(); in OnRemoteRequest() local 1839 auto mirrorId = data.ReadUint64(); in OnRemoteRequest() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 78 CreateVirtualScreen( const std::string &name, uint32_t width, uint32_t height, sptr<Surface> surface, ScreenId mirrorId, int flags, std::vector<NodeId> whiteList) CreateVirtualScreen() argument
|