Searched refs:activeModeId (Results 1 - 2 of 2) sorted by relevance
/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_screen_controller.cpp | 443 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 D | screen_session_manager.cpp | 3698 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