Lines Matching refs:screen
61 for (const auto &screen : allScreens) { in QueryRemoteScreenInfo() local
62 if (screen == nullptr) { in QueryRemoteScreenInfo()
65 if (!screen->IsReal() && screen->GetWidth() > 0) { in QueryRemoteScreenInfo()
66 remoteScreens.push_back(screen); in QueryRemoteScreenInfo()
71 for (const auto &screen : remoteScreens) { in QueryRemoteScreenInfo() local
72 if (screen == nullptr) { in QueryRemoteScreenInfo()
76 cout << "--------screen id " << screen->GetId() << "---------" << endl; in QueryRemoteScreenInfo()
77 cout << "screen name: " << GetAnonyString(screen->GetName()).c_str() << endl; in QueryRemoteScreenInfo()
78 cout << "width: " << screen->GetWidth() << endl; in QueryRemoteScreenInfo()
79 cout << "height: " << screen->GetHeight() << endl; in QueryRemoteScreenInfo()
98 for (const auto &screen : remoteScreens) { in StartMirror() local
99 if (screen == nullptr) { in StartMirror()
102 if (screen->GetId() == mirrorId) { in StartMirror()
135 for (const auto &screen : remoteScreens) { in StopMirror() local
136 if (screen == nullptr) { in StopMirror()
139 if (screen->GetId() == stopMirrorId) { in StopMirror()
169 for (const auto &screen : remoteScreens) { in StartExpand() local
170 if (screen == nullptr) { in StartExpand()
173 if (screen->GetId() == expandId) { in StartExpand()
205 for (const auto &screen : remoteScreens) { in StopExpand() local
206 if (screen == nullptr) { in StopExpand()
209 if (screen->GetId() == stopExpandId) { in StopExpand()