Home
last modified time | relevance | path

Searched refs:POWER_STATUS_ON (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compatible_display_strategy.cpp38 … 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 Dboot_independent_display_strategy.cpp28 interface.SetScreenPowerStatus(config.screenId, Rosen::ScreenPowerStatus::POWER_STATUS_ON); in Display()
H A Dboot_associative_display_strategy.cpp44 interface.SetScreenPowerStatus(activeId, Rosen::ScreenPowerStatus::POWER_STATUS_ON); in Display()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_display.cpp128 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 Drs_screen_manager_test.cpp1091 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 Ddual_display_fold_policy.cpp295 … 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 Dsingle_display_pocket_fold_policy.cpp275 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 Dsingle_display_fold_policy.cpp248 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 Dbattery_backlight.cpp46 composer_->SetDisplayPowerStatus(devId, POWER_STATUS_ON); in TurnOnScreen()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
H A Dfb_display.h52 DispPowerStatus mPowerstatus = POWER_STATUS_ON;
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_display.cpp122 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 Drs_interfaces_test.cpp363 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 Ddisplay_common_fuzzer.h88 POWER_STATUS_ON, POWER_STATUS_STANDBY,
/ohos5.0/drivers/hdf_core/framework/model/display/driver/
H A Dhdf_disp.h53 POWER_STATUS_ON, /* The power status is on */ enumerator
H A Dhdf_disp.c99 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 Ddisplay_composer_type.h.txt104 POWER_STATUS_ON = 0,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Dscreen_types.h96 POWER_STATUS_ON = 0, enumerator
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/util/
H A Ddisplay_device_common.cpp25 …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 Drs_render_service_client_test.cpp526 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.md71 | [DispPowerStatus](#disppowerstatus) {<br/>POWER_STATUS_ON = 0 , POWER_STATUS_STANDBY = 1 , POWER_…
422 | POWER_STATUS_ON | 上电模式 |
H A D_display_composer_type_8idl_v10.md51 | [DispPowerStatus](_display_v10.md#disppowerstatus) {<br/>POWER_STATUS_ON = 0 , POWER_STATUS_STAND…
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_display.cpp50 ret = device_->SetDisplayPowerStatus(id_, Composer::V1_0::DispPowerStatus::POWER_STATUS_ON); in Init()
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_type.h484 POWER_STATUS_ON, /**< The power status is on. */ enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_frame_rate_manager_test.cpp254 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 Ddump.txt264 POWER_STATUS_ON = 0,
445 POWER_STATUS_ON = 0,

12