Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp35 const static uint32_t MAX_DISPLAY_SIZE = 32; variable
2001 if (displayIds.size() > MAX_DISPLAY_SIZE) { in Freeze()
2002 WLOGFE("freeze display fail, displayIds size is bigger than %{public}u.", MAX_DISPLAY_SIZE); in Freeze()
2015 if (displayIds.size() > MAX_DISPLAY_SIZE) { in Unfreeze()
2016 … WLOGFE("unfreeze display fail, displayIds size is bigger than %{public}u.", MAX_DISPLAY_SIZE); in Unfreeze()