Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp203 ScreenId currentScreenId = foldScreenController_->GetCurrentScreenId(); in FoldScreenPowerInit() local
204 if (currentScreenId == SCREEN_ID_FULL) { in FoldScreenPowerInit()
218 } else if (currentScreenId == SCREEN_ID_MAIN) { in FoldScreenPowerInit()
2453 ScreenId currentScreenId = foldScreenController_->GetCurrentScreenId(); in NotifyPowerEventForDualDisplay() local
2454 auto iter = screenSessionMap_.find(currentScreenId); in NotifyPowerEventForDualDisplay()