Home
last modified time | relevance | path

Searched refs:MAX_SCREEN_SIZE (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/dm/src/
H A Dscreen_manager.cpp31 const static uint32_t MAX_SCREEN_SIZE = 32; member
440 if (options.size() > MAX_SCREEN_SIZE) { in MakeExpand()
441 WLOGFW("Make expand failed. The options size is bigger than %{public}u.", MAX_SCREEN_SIZE); in MakeExpand()
467 if (screenIds.size() > MAX_SCREEN_SIZE) { in MakeUniqueScreen()
468 WLOGFW("Make UniqueScreen failed. The screenIds size is bigger than %{public}u.", MAX_SCREEN_SIZE); in MakeUniqueScreen()
478 if (mirrorScreenId.size() > MAX_SCREEN_SIZE) { in MakeMirror()
479 WLOGFW("Make Mirror failed. The mirrorScreenId size is bigger than %{public}u.", MAX_SCREEN_SIZE); in MakeMirror()
542 if (screens.size() > MAX_SCREEN_SIZE) { in RemoveVirtualScreenFromGroup()
543 WLOGFW("RemoveVirtualScreenFromGroup failed. The screens size is bigger than %{public}u.", MAX_SCREEN_SIZE); in RemoveVirtualScreenFromGroup()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp30 const static uint32_t MAX_SCREEN_SIZE = 32; member
434 if (size > MAX_SCREEN_SIZE) { in OnRemoteRequest()
435 WLOGFE("screenIds size is bigger than %{public}u", MAX_SCREEN_SIZE); in OnRemoteRequest()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp28 const static uint32_t MAX_SCREEN_SIZE = 32; member
661 if (size > MAX_SCREEN_SIZE) { in OnRemoteRequest()
662 WLOGFE("screenIds size is bigger than %{public}u", MAX_SCREEN_SIZE); in OnRemoteRequest()

Completed in 4 milliseconds