/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hgm_screen_info_test.cpp | 41 HWTEST_F(HgmScreenInfoTest, GetScreenType, Function | SmallTest | Level1) 45 ASSERT_NO_FATAL_FAILURE({hgmScreenInfo.GetScreenType(id);});
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/ |
H A D | hgm_screen_info.cpp | 29 HgmScreenType HgmScreenInfo::GetScreenType(ScreenId screenId) in GetScreenType() function in OHOS::Rosen::HgmScreenInfo
|
H A D | hgm_screen_info.h | 50 HgmScreenType GetScreenType(ScreenId screenId);
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_property.h | 135 ScreenType GetScreenType() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.h | 91 virtual const RSScreenType& GetScreenType() const = 0; 183 const RSScreenType& GetScreenType() const override;
|
H A D | rs_screen_manager.h | 178 virtual int32_t GetScreenType(ScreenId id, RSScreenType& type) const = 0; 390 int32_t GetScreenType(ScreenId id, RSScreenType& type) const override;
|
H A D | rs_screen_manager.cpp | 267 if (GetScreenType(id, screenType) != SUCCESS) { in GetScreenBrightnessNits() 1853 type = screensIt->second->GetScreenType(); in GetScreenTypeLocked() 2064 int32_t RSScreenManager::GetScreenType(ScreenId id, RSScreenType& type) const in GetScreenType() function in OHOS::Rosen::impl::RSScreenManager
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/ |
H A D | screen_pattern.cpp | 219 if (screenSession_->GetScreenProperty().GetScreenType() == Rosen::ScreenType::VIRTUAL) { in OnDirtyLayoutWrapperSwap()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/ |
H A D | rsinterfaces_fuzzer.cpp | 116 rsInterfaces.GetScreenType(static_cast<ScreenId>(id), screenType); in RSPhysicalScreenFuzzTest()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 442 ScreenType ScreenProperty::GetScreenType() const in GetScreenType() function in OHOS::Rosen::ScreenProperty
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 502 int32_t RSInterfaces::GetScreenType(ScreenId id, RSScreenType& screenType) in GetScreenType() function in OHOS::Rosen::RSInterfaces 504 return renderServiceClient_->GetScreenType(id, screenType); in GetScreenType()
|
H A D | rs_interfaces.h | 195 int32_t GetScreenType(ScreenId id, RSScreenType& screenType);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 184 rsRenderServiceConnectionProxy.GetScreenType(id1, screenType); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_irender_service_connection.h | 219 virtual int32_t GetScreenType(ScreenId id, RSScreenType& screenType) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 386 int32_t RSRenderServiceClient::GetScreenType(ScreenId id, RSScreenType& screenType) in GetScreenType() 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 | 386 int32_t RSRenderServiceClient::GetScreenType(ScreenId id, RSScreenType& screenType) in GetScreenType() function in OHOS::Rosen::RSRenderServiceClient
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connection_proxy.h | 192 int32_t GetScreenType(ScreenId id, RSScreenType& screenType) override;
|
H A D | rs_render_service_client.cpp | 998 int32_t RSRenderServiceClient::GetScreenType(ScreenId id, RSScreenType& screenType) in GetScreenType() function in OHOS::Rosen::RSRenderServiceClient 1005 return renderService->GetScreenType(id, screenType); in GetScreenType()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.h | 218 int32_t GetScreenType(ScreenId id, RSScreenType& screenType) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_render_service_client.h | 284 int32_t GetScreenType(ScreenId id, RSScreenType& screenType);
|
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager_client.cpp | 92 if (screenSessionManager_->GetScreenProperty(screenId).GetScreenType() == ScreenType::VIRTUAL) { in CheckIfNeedCennectScreen()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/ |
H A D | rs_screen_test.cpp | 370 auto res = virtualScreen->GetScreenType();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_frame_rate_manager.cpp | 86 isLtpo_ = hgmScreenInfo.IsLtpoType(hgmScreenInfo.GetScreenType(curScreenId_)); in Init() 893 isLtpo_ = hgmScreenInfo.IsLtpoType(hgmScreenInfo.GetScreenType(curScreenId_)); in HandleScreenPowerStatus()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_interfaces_test.cpp | 113 int ret = rsInterfaces->GetScreenType(screenId, type); 128 int ret = rsInterfaces->GetScreenType(INVALID_SCREEN_ID, type);
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_screen.cpp | 187 auto ret = RSInterfaces::GetInstance().GetScreenType(rsId_, screenType); in SetPropertyForDisplayNode()
|