Home
last modified time | relevance | path

Searched refs:activeModeId (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen_controller.cpp443 int32_t activeModeId = rsInterface_.GetScreenActiveMode(absScreen->rsId_).GetScreenModeId(); in InitAbstractScreenModesInfo() local
444 WLOGD("fill screen activeModeId:%{public}d", activeModeId); in InitAbstractScreenModesInfo()
445 if (static_cast<std::size_t>(activeModeId) >= allModes.size()) { in InitAbstractScreenModesInfo()
446 WLOGE("activeModeId exceed, screenId=%{public}" PRIu64", activeModeId:%{public}d/%{public}ud", in InitAbstractScreenModesInfo()
447 absScreen->rsId_, activeModeId, static_cast<uint32_t>(allModes.size())); in InitAbstractScreenModesInfo()
450 absScreen->activeIdx_ = activeModeId; in InitAbstractScreenModesInfo()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp3698 int32_t activeModeId = rsInterface_.GetScreenActiveMode(screenSession->rsId_).GetScreenModeId(); in InitAbstractScreenModesInfo() local
3699 TLOGI(WmsLogTag::DMS, "fill screen activeModeId:%{public}d", activeModeId); in InitAbstractScreenModesInfo()
3700 if (static_cast<std::size_t>(activeModeId) >= allModes.size()) { in InitAbstractScreenModesInfo()
3701 TLOGE(WmsLogTag::DMS, "activeModeId exceed, screenId=%{public}" PRIu64", activeModeId:%{public}d/%{public}ud", in InitAbstractScreenModesInfo()
3702 screenSession->rsId_, activeModeId, static_cast<uint32_t>(allModes.size())); in InitAbstractScreenModesInfo()
3705 screenSession->activeIdx_ = activeModeId; in InitAbstractScreenModesInfo()

Completed in 15 milliseconds