/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_compatible_display_strategy.cpp | 38 … interface.SetScreenPowerStatus(config.screenId, Rosen::ScreenPowerStatus::POWER_STATUS_ON); in Display() 43 … interface.SetScreenPowerStatus(config.screenId, Rosen::ScreenPowerStatus::POWER_STATUS_ON); in Display()
|
H A D | boot_independent_display_strategy.cpp | 28 interface.SetScreenPowerStatus(config.screenId, Rosen::ScreenPowerStatus::POWER_STATUS_ON); in Display()
|
H A D | boot_associative_display_strategy.cpp | 44 interface.SetScreenPowerStatus(activeId, Rosen::ScreenPowerStatus::POWER_STATUS_ON); in Display()
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | drm_display.cpp | 128 case POWER_STATUS_ON: in SetDisplayPowerStatus() 151 hdiPowerState = POWER_STATUS_ON; in ConvertToHdiPowerState() 175 case POWER_STATUS_ON: in ConvertToDrmPowerState()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/ |
H A D | rs_screen_manager_test.cpp | 1091 screenManager->SetScreenPowerStatus(screenId, ScreenPowerStatus::POWER_STATUS_ON); 1110 screenManager->SetScreenPowerStatus(screenId, ScreenPowerStatus::POWER_STATUS_ON); 1133 screenManager->SetScreenPowerStatus(screenId, ScreenPowerStatus::POWER_STATUS_ON); 1134 ASSERT_EQ(screenManagerImpl.screenPowerStatus_[screenId], POWER_STATUS_ON); 1153 screenManager->SetScreenPowerStatus(screenId, ScreenPowerStatus::POWER_STATUS_ON); 1170 screenManager->SetScreenPowerStatus(screenId, ScreenPowerStatus::POWER_STATUS_ON); 1189 screenManager->SetScreenPowerStatus(screenId, ScreenPowerStatus::POWER_STATUS_ON); 1190 ASSERT_EQ(screenManager->GetScreenPowerStatus(screenId), POWER_STATUS_ON); 1269 screenManager->SetScreenPowerStatus(screenId, ScreenPowerStatus::POWER_STATUS_ON); 1288 screenManager->SetScreenPowerStatus(screenId, ScreenPowerStatus::POWER_STATUS_ON); [all …]
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/fold_screen_controller/ |
H A D | dual_display_fold_policy.cpp | 295 … ScreenSessionManager::GetInstance().SetScreenPowerForFold(ScreenPowerStatus::POWER_STATUS_ON); in ChangeScreenDisplayModeInner() 319 ScreenSessionManager::GetInstance().SetScreenPower(ScreenPowerStatus::POWER_STATUS_ON, in ChangeScreenDisplayModeToCoordination() 333 ScreenPowerStatus::POWER_STATUS_ON); in ChangeScreenDisplayModeToCoordination()
|
H A D | single_display_pocket_fold_policy.cpp | 275 ChangeScreenDisplayModePower(ScreenPowerStatus::POWER_STATUS_ON); in ChangeScreenDisplayModeToMainWhenFoldScreenOn() 343 ChangeScreenDisplayModePower(ScreenPowerStatus::POWER_STATUS_ON); in ChangeScreenDisplayModeToFullWhenFoldScreenOn() 464 …Interfaces::GetInstance().SetScreenPowerStatus(SCREEN_ID_MAIN, ScreenPowerStatus::POWER_STATUS_ON); in BootAnimationFinishPowerInit() 531 ScreenPowerStatus::POWER_STATUS_ON); in ChangeScreenDisplayModeToCoordination()
|
H A D | single_display_fold_policy.cpp | 248 ChangeScreenDisplayModePower(SCREEN_ID_MAIN, ScreenPowerStatus::POWER_STATUS_ON); in ChangeScreenDisplayModeToMainWhenFoldScreenOn() 311 ChangeScreenDisplayModePower(SCREEN_ID_FULL, ScreenPowerStatus::POWER_STATUS_ON); in ChangeScreenDisplayModeToFullWhenFoldScreenOn()
|
/ohos5.0/base/powermgr/battery_manager/charger/src/ |
H A D | battery_backlight.cpp | 46 composer_->SetDisplayPowerStatus(devId, POWER_STATUS_ON); in TurnOnScreen()
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/ |
H A D | fb_display.h | 52 DispPowerStatus mPowerstatus = POWER_STATUS_ON;
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | drm_display.cpp | 122 hdiPowerState = POWER_STATUS_ON; in ConvertToHdiPowerState() 146 case POWER_STATUS_ON: in ConvertToDrmPowerState()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_interfaces_test.cpp | 363 rsInterfaces->SetScreenPowerStatus(virtualScreenId, ScreenPowerStatus::POWER_STATUS_ON); 366 EXPECT_NE(powerStatus, ScreenPowerStatus::POWER_STATUS_ON); 539 rsInterfaces->SetScreenPowerStatus(screenId, ScreenPowerStatus::POWER_STATUS_ON); 542 EXPECT_EQ(powerStatus, ScreenPowerStatus::POWER_STATUS_ON); 558 rsInterfaces->SetScreenPowerStatus(screenId, ScreenPowerStatus::POWER_STATUS_ON); 561 EXPECT_EQ(powerStatus, ScreenPowerStatus::POWER_STATUS_ON); 575 EXPECT_NE(powerStatus, ScreenPowerStatus::POWER_STATUS_ON);
|
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/common/ |
H A D | display_common_fuzzer.h | 88 POWER_STATUS_ON, POWER_STATUS_STANDBY,
|
/ohos5.0/drivers/hdf_core/framework/model/display/driver/ |
H A D | hdf_disp.h | 53 POWER_STATUS_ON, /* The power status is on */ enumerator
|
H A D | hdf_disp.c | 99 return SetDispPower(devId, POWER_STATUS_ON); in DispOn() 183 case POWER_STATUS_ON: in SetDispPower() 186 panel->powerStatus = POWER_STATUS_ON; in SetDispPower()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/cpp_target/display/composer/v1_1/ |
H A D | display_composer_type.h.txt | 104 POWER_STATUS_ON = 0,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/ |
H A D | screen_types.h | 96 POWER_STATUS_ON = 0, enumerator
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/util/ |
H A D | display_device_common.cpp | 25 …return ((x < POWER_STATUS_ON) || (x > POWER_STATUS_BUTT)) ? POWER_STATUS_BUTT : static_cast<DispPo… in Convert2PowerStatus()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_client_test.cpp | 526 rsClient->SetScreenPowerStatus(screenId, ScreenPowerStatus::POWER_STATUS_ON); 529 EXPECT_EQ(powerStatus, ScreenPowerStatus::POWER_STATUS_ON);
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _display_v10.md | 71 | [DispPowerStatus](#disppowerstatus) {<br/>POWER_STATUS_ON = 0 , POWER_STATUS_STANDBY = 1 , POWER_… 422 | POWER_STATUS_ON | 上电模式 |
|
H A D | _display_composer_type_8idl_v10.md | 51 | [DispPowerStatus](_display_v10.md#disppowerstatus) {<br/>POWER_STATUS_ON = 0 , POWER_STATUS_STAND…
|
/ohos5.0/drivers/peripheral/display/composer/test/common/ |
H A D | hdi_test_display.cpp | 50 ret = device_->SetDisplayPowerStatus(id_, Composer::V1_0::DispPowerStatus::POWER_STATUS_ON); in Init()
|
/ohos5.0/drivers/peripheral/display/interfaces/include/ |
H A D | display_type.h | 484 POWER_STATUS_ON, /**< The power status is on. */ enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hgm_frame_rate_manager_test.cpp | 254 frameRateMgr.HandleScreenPowerStatus(i, ScreenPowerStatus::POWER_STATUS_ON); in __anon743f33731002()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/dump_ast_target/ |
H A D | dump.txt | 264 POWER_STATUS_ON = 0, 445 POWER_STATUS_ON = 0,
|