Home
last modified time | relevance | path

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

/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service.cpp699 auto allExpandScreenIds = abstractScreenController_->GetAllValidScreenIds(expandScreenIds); in MakeExpand() local
700 auto iter = std::find(allExpandScreenIds.begin(), allExpandScreenIds.end(), defaultScreenId); in MakeExpand()
701 if (iter != allExpandScreenIds.end()) { in MakeExpand()
702 allExpandScreenIds.erase(iter); in MakeExpand()
704 if (allExpandScreenIds.empty()) { in MakeExpand()
705 WLOGFE("allExpandScreenIds is empty. make expand failed."); in MakeExpand()
710 for (uint32_t i = 0; i < allExpandScreenIds.size(); i++) { in MakeExpand()
711 rsDisplayNode = abstractScreenController_->GetRSDisplayNodeByScreenId(allExpandScreenIds[i]); in MakeExpand()
712 points.emplace_back(pointsMap[allExpandScreenIds[ in MakeExpand()
738 auto allExpandScreenIds = abstractScreenController_->GetAllValidScreenIds(expandScreenIds); StopExpand() local
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp3481 auto allExpandScreenIds = GetAllValidScreenIds(screenId); in MakeExpand() local
3482 auto iter = std::find(allExpandScreenIds.begin(), allExpandScreenIds.end(), defaultScreenId); in MakeExpand()
3483 if (iter != allExpandScreenIds.end()) { in MakeExpand()
3484 allExpandScreenIds.erase(iter); in MakeExpand()
3486 if (allExpandScreenIds.empty()) { in MakeExpand()
3487 TLOGE(WmsLogTag::DMS, "allExpandScreenIds is empty. make expand failed."); in MakeExpand()
3492 for (uint32_t i = 0; i < allExpandScreenIds.size(); i++) { in MakeExpand()
3493 rsDisplayNode = GetRSDisplayNodeByScreenId(allExpandScreenIds[i]); in MakeExpand()
3494 points.emplace_back(pointsMap[allExpandScreenIds[ in MakeExpand()
3543 auto allExpandScreenIds = GetAllValidScreenIds(expandScreenIds); StopExpand() local
[all...]

Completed in 10 milliseconds