Home
last modified time | relevance | path

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

/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service.cpp535 auto allMirrorScreenIds = abstractScreenController_->GetAllValidScreenIds(mirrorScreenIds); in MakeMirror() local
536 auto iter = std::find(allMirrorScreenIds.begin(), allMirrorScreenIds.end(), mainScreenId); in MakeMirror()
537 if (iter != allMirrorScreenIds.end()) { in MakeMirror()
538 allMirrorScreenIds.erase(iter); in MakeMirror()
541 if (mainScreen == nullptr || allMirrorScreenIds.empty()) { in MakeMirror()
543 mainScreenId, static_cast<uint32_t>(allMirrorScreenIds.size())); in MakeMirror()
547 DMError ret = abstractScreenController_->MakeMirror(mainScreenId, allMirrorScreenIds); in MakeMirror()
567 auto allMirrorScreenIds = abstractScreenController_->GetAllValidScreenIds(mirrorScreenIds); in StopMirror() local
568 if (allMirrorScreenIds in StopMirror()
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp3187 auto allMirrorScreenIds = GetAllValidScreenIds(mirrorScreenIds); in MakeMirror() local
3188 auto iter = std::find(allMirrorScreenIds.begin(), allMirrorScreenIds.end(), mainScreenId); in MakeMirror()
3189 if (iter != allMirrorScreenIds.end()) { in MakeMirror()
3190 allMirrorScreenIds.erase(iter); in MakeMirror()
3192 if (allMirrorScreenIds.empty()) { in MakeMirror()
3197 for (ScreenId screenId : allMirrorScreenIds) { in MakeMirror()
3201 allMirrorScreenIds, screenGroupId); in MakeMirror()
3202 for (ScreenId screenId : allMirrorScreenIds) { in MakeMirror()
3205 RegisterCastObserver(allMirrorScreenIds); in MakeMirror()
3263 auto allMirrorScreenIds = GetAllValidScreenIds(mirrorScreenIds); StopMirror() local
[all...]

Completed in 9 milliseconds