Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
Dhgm_core.h134 void NotifyScreenPowerStatus(ScreenId id, ScreenPowerStatus status);
Dhgm_core.cpp228 void HgmCore::NotifyScreenPowerStatus(ScreenId id, ScreenPowerStatus status) in NotifyScreenPowerStatus() function in OHOS::Rosen::HgmCore
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
Dhyper_graphic_manager_test.cpp562 HWTEST_F(HyperGraphicManagerTest, NotifyScreenPowerStatus, Function | SmallTest | Level2)
566 instance.NotifyScreenPowerStatus(screenId, POWER_STATUS_ON);
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_render_service_connection.cpp532 OHOS::Rosen::HgmCore::Instance().NotifyScreenPowerStatus(id, status); in SetScreenPowerStatus()