Home
last modified time | relevance | path

Searched refs:SetTpFeatureConfig (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/fold_screen_controller/
H A Dsingle_display_fold_policy.cpp271 RSInterfaces::GetInstance().SetTpFeatureConfig(TP_TYPE_POWER_CTRL, MAIN_TP_OFF.c_str()); in ChangeScreenDisplayModeToMainWhenFoldScreenOff()
287 RSInterfaces::GetInstance().SetTpFeatureConfig(TP_TYPE, MAIN_TP.c_str()); in ChangeScreenDisplayModeToMain()
337 RSInterfaces::GetInstance().SetTpFeatureConfig(TP_TYPE_POWER_CTRL, FULL_TP_OFF.c_str()); in ChangeScreenDisplayModeToFullWhenFoldScreenOff()
357 RSInterfaces::GetInstance().SetTpFeatureConfig(TP_TYPE, FULL_TP.c_str()); in ChangeScreenDisplayModeToFull()
H A Dsingle_display_pocket_fold_policy.cpp299 RSInterfaces::GetInstance().SetTpFeatureConfig(TP_TYPE_POWER_CTRL, MAIN_TP_OFF.c_str()); in ChangeScreenDisplayModeToMainWhenFoldScreenOff()
320 RSInterfaces::GetInstance().SetTpFeatureConfig(TP_TYPE, MAIN_TP.c_str()); in ChangeScreenDisplayModeToMain()
369 RSInterfaces::GetInstance().SetTpFeatureConfig(TP_TYPE_POWER_CTRL, FULL_TP_OFF.c_str()); in ChangeScreenDisplayModeToFullWhenFoldScreenOff()
390 RSInterfaces::GetInstance().SetTpFeatureConfig(TP_TYPE, FULL_TP.c_str()); in ChangeScreenDisplayModeToFull()
H A Ddual_display_fold_policy.cpp275 RSInterfaces::GetInstance().SetTpFeatureConfig(TP_TYPE, tp.c_str()); in ChangeScreenDisplayModeInner()
309 RSInterfaces::GetInstance().SetTpFeatureConfig(TP_TYPE, MAIN_TP.c_str()); in ChangeScreenDisplayModeToCoordination()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/transaction/
H A Drs_interfaces_test.cpp333 instance.SetTpFeatureConfig(feature, config.c_str());
349 instance.SetTpFeatureConfig(feature, config.c_str(), TpFeatureConfigType::AFT_TP_FEATURE);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp196 rsInterfaces.SetTpFeatureConfig(tpFeature, tpConfig.c_str(), tpFeatureConfigType); in DoSetTpFeatureConfigFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp699 void RSInterfaces::SetTpFeatureConfig(int32_t feature, const char* config, TpFeatureConfigType tpFe… in SetTpFeatureConfig() function in OHOS::Rosen::RSInterfaces
701 renderServiceClient_->SetTpFeatureConfig(feature, config, tpFeatureConfigType); in SetTpFeatureConfig()
H A Drs_interfaces.h287 void SetTpFeatureConfig(int32_t feature, const char* config,
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp249 …RSRenderServiceConnectionProxy.SetTpFeatureConfig(tpFeature, tpConfig.c_str(), tpFeatureConfigType… in DoSetTpFeatureConfigFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h308 …virtual void SetTpFeatureConfig(int32_t feature, const char* config, TpFeatureConfigType tpFeature…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp575 void RSRenderServiceClient::SetTpFeatureConfig(int32_t feature, const char* config, in SetTpFeatureConfig() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp575 void RSRenderServiceClient::SetTpFeatureConfig(int32_t feature, const char* config, in SetTpFeatureConfig() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.h272 void SetTpFeatureConfig(int32_t feature, const char* config,
H A Drs_render_service_client.cpp1492 void RSRenderServiceClient::SetTpFeatureConfig(int32_t feature, const char* config, in SetTpFeatureConfig() function in OHOS::Rosen::RSRenderServiceClient
1499 renderService->SetTpFeatureConfig(feature, config, tpFeatureConfigType); in SetTpFeatureConfig()
H A Drs_render_service_connection_proxy.cpp2806 void RSRenderServiceConnectionProxy::SetTpFeatureConfig(int32_t feature, const char* config, in SetTpFeatureConfig() function in OHOS::Rosen::RSRenderServiceConnectionProxy
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h294 …void SetTpFeatureConfig(int32_t feature, const char* config, TpFeatureConfigType tpFeatureConfigTy…
H A Drs_render_service_connection.cpp2015 void RSRenderServiceConnection::SetTpFeatureConfig(int32_t feature, const char* config, in SetTpFeatureConfig() function in OHOS::Rosen::RSRenderServiceConnection
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h364 void SetTpFeatureConfig(int32_t feature, const char* config,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp1801 SetTpFeatureConfig(feature, config, tpFeatureConfigType); in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp211 rsInterface_.SetTpFeatureConfig(tpType, fullTpChange.c_str()); in FoldScreenPowerInit()
225 rsInterface_.SetTpFeatureConfig(tpType, mainTpChange.c_str()); in FoldScreenPowerInit()