Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp68 ScreenId WindowRoot::GetScreenGroupId(DisplayId displayId, bool& isRecordedDisplay) in GetScreenGroupId() argument
73 isRecordedDisplay = true; in GetScreenGroupId()
77 isRecordedDisplay = false; in GetScreenGroupId()
98 bool isRecordedDisplay; in GetWindowNodeContainer() local
99 ScreenId displayGroupId = GetScreenGroupId(displayId, isRecordedDisplay); in GetWindowNodeContainer()
103 if (!isRecordedDisplay) { in GetWindowNodeContainer()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h132 ScreenId GetScreenGroupId(DisplayId displayId, bool& isRecordedDisplay);