/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/ |
H A D | rs_interfaces_virtual_screen_test.cpp | 106 auto ids = RSInterfaces::GetInstance().GetAllScreenIds();
|
H A D | rs_interfaces_system_test.cpp | 107 auto ids = RSInterfaces::GetInstance().GetAllScreenIds();
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen_controller.h | 51 std::vector<ScreenId> GetAllScreenIds() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen_manager.h | 58 virtual std::vector<ScreenId> GetAllScreenIds() const = 0; 270 std::vector<ScreenId> GetAllScreenIds() const override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 67 std::vector<ScreenId> RSInterfaces::GetAllScreenIds() in GetAllScreenIds() function in OHOS::Rosen::RSInterfaces 69 return renderServiceClient_->GetAllScreenIds(); in GetAllScreenIds()
|
H A D | rs_interfaces.h | 52 std::vector<ScreenId> GetAllScreenIds();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_connection_proxy_test.cpp | 184 HWTEST_F(RSRenderServiceConnectionProxyTest, GetAllScreenIds, TestSize.Level1) 188 EXPECT_EQ(proxy->GetAllScreenIds().size(), 0);
|
H A D | rs_render_service_client_test.cpp | 384 auto screenIds = rsClient->GetAllScreenIds();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 143 rsRenderServiceConnectionProxy.GetAllScreenIds(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | screen_session_manager.h | 49 std::vector<ScreenId> GetAllScreenIds(); 144 std::vector<ScreenId> GetAllScreenIds() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_irender_service_connection.h | 84 virtual std::vector<ScreenId> GetAllScreenIds() = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 153 std::vector<ScreenId> RSRenderServiceClient::GetAllScreenIds() in GetAllScreenIds() function in OHOS::Rosen::RSRenderServiceClient
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_render_service_client.cpp | 153 std::vector<ScreenId> RSRenderServiceClient::GetAllScreenIds() in GetAllScreenIds() function in OHOS::Rosen::RSRenderServiceClient
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_manager.cpp | 643 std::vector<ScreenId> screenIds = GetAllScreenIds(); in NotifyScreenModeChange() 1580 auto screenIds = GetAllScreenIds(); in SetDisplayState() 1874 auto screenIds = GetAllScreenIds(); in SetScreenPower() 2066 std::vector<ScreenId> ScreenSessionManager::GetAllScreenIds() in GetAllScreenIds() function in OHOS::Rosen::ScreenSessionManager 2483 auto screenIds = GetAllScreenIds(); in NotifyDisplayPowerEvent() 2518 std::vector<ScreenId> screenIds = GetAllScreenIds(); in GetAllScreenInfos() 2530 std::vector<ScreenId> ScreenSessionManager::GetAllScreenIds() const in GetAllScreenIds() function in OHOS::Rosen::ScreenSessionManager 2940 auto allScreenIds = GetAllScreenIds(); in DisableMirror() 4211 std::vector<ScreenId> screenIds = GetAllScreenIds(); in SetPrivacyStateByDisplayId() 4234 std::vector<ScreenId> screenIds = GetAllScreenIds(); in SetScreenPrivacyWindowList() [all …]
|
H A D | screen_session_dumper.cpp | 247 std::vector<ScreenId> screenIds = ScreenSessionManager::GetInstance().GetAllScreenIds(); in ShowAllScreenInfo()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connection_proxy.h | 61 std::vector<ScreenId> GetAllScreenIds() override;
|
H A D | rs_render_service_client.cpp | 356 std::vector<ScreenId> RSRenderServiceClient::GetAllScreenIds() in GetAllScreenIds() function in OHOS::Rosen::RSRenderServiceClient 363 return renderService->GetAllScreenIds(); in GetAllScreenIds()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.h | 88 std::vector<ScreenId> GetAllScreenIds() override;
|
H A D | rs_render_service_connection.cpp | 524 std::vector<ScreenId> RSRenderServiceConnection::GetAllScreenIds() in GetAllScreenIds() function in OHOS::Rosen::RSRenderServiceConnection 531 return screenManager_->GetAllScreenIds(); in GetAllScreenIds()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_render_service_client.h | 155 std::vector<ScreenId> GetAllScreenIds();
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_dumper.cpp | 160 std::vector<ScreenId> screenIds = abstractScreenController_->GetAllScreenIds(); in DumpAllScreenInfo()
|
H A D | abstract_screen_controller.cpp | 77 std::vector<ScreenId> AbstractScreenController::GetAllScreenIds() const in GetAllScreenIds() function in OHOS::Rosen::AbstractScreenController 1431 auto screenIds = GetAllScreenIds(); in SetScreenPowerForAll()
|
H A D | display_manager_service.cpp | 671 std::vector<ScreenId> screenIds = abstractScreenController_->GetAllScreenIds(); in GetAllScreenInfos()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_interfaces_test.cpp | 245 HWTEST_F(RSInterfacesTest, GetAllScreenIds, Function | SmallTest | Level2) 258 std::vector<ScreenId> ids = rsInterfaces->GetAllScreenIds();
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_test.cpp | 1397 HWTEST_F(ScreenSessionManagerTest, GetAllScreenIds, Function | SmallTest | Level3) 1402 ssm_->GetAllScreenIds();
|