Home
last modified time | relevance | path

Searched refs:NotifyScreenPowerStatus (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_core.h215 void NotifyScreenPowerStatus(ScreenId id, ScreenPowerStatus status);
H A Dhgm_core.cpp338 void HgmCore::NotifyScreenPowerStatus(ScreenId id, ScreenPowerStatus status) in NotifyScreenPowerStatus() function in OHOS::Rosen::HgmCore
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhyper_graphic_manager_test.cpp610 HWTEST_F(HyperGraphicManagerTest, NotifyScreenPowerStatus, Function | SmallTest | Level2)
614 instance.NotifyScreenPowerStatus(screenId, POWER_STATUS_ON);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp863 OHOS::Rosen::HgmCore::Instance().NotifyScreenPowerStatus(id, status); in SetScreenPowerStatus()