Lines Matching refs:cout

70     cout << "-------------remote screen info---------------" << endl;
71 cout << "remote screen Num: " << remoteScreens.size() << endl;
76 cout << endl;
77 cout << "--------screen id " << screen->GetId() << "---------" << endl;
78 cout << "screen name: " << GetAnonyString(screen->GetName()).c_str() << endl;
79 cout << "width: " << screen->GetWidth() << endl;
80 cout << "height: " << screen->GetHeight() << endl;
81 cout << "-------------------------------------------" << endl;
90 cout << "Error: no remote screens enabled" << endl;
94 cout << "select remote screen id to mirror: " << endl;
110 cout << "input mirrorId is not valid!" << endl;
115 cout << "------------start mirror----------" << endl;
116 cout << "mirror screen Id is " << mirrorId << endl;
127 cout << "no remote screens enabled, no need stop mirror" << endl;
132 cout << "select remote screen id to stop mirror: " << endl;
146 cout << "input screenId is not valid!" << endl;
150 cout << "-------------- stop mirror ------------" << endl;
151 cout << "stop mirror screen id is " << stopMirrorId << endl;
161 cout << "Error: no remote screens enabled" << endl;
165 cout << "select remote screen id to expand: " << endl;
181 cout << "input expandId is not valid!" << endl;
186 cout << endl << "------------start expand----------" << endl;
187 cout << "expand screen Id is " << expandId << endl;
197 cout << "no remote screens enabled, no need stop expand" << endl;
202 cout << "select remote screen id to stop expand: " << endl;
216 cout << "input screenId is not valid!" << endl;
220 cout << "-------------- stop expand ------------" << endl;
221 cout << "stop expand screen id is " << stopExpandId << endl;
230 cout << "nodeInfo is nullptr" << endl;
297 cout << "create window, please input window size" << endl;
298 cout << "width: ";
301 cout << "height: ";
307 cout << "Invalid window size." << endl;
321 cout << "create window success." << endl;
327 cout << "start run decoder" << endl;
329 cout << "create window success, window id: " << windowId
338 cout << "Please select a test scenario number(default StartMirror): " << endl;
339 cout << "0:StartMirror" << endl;
340 cout << "1:StopMirror" << endl;
341 cout << "2:StartExpand" << endl;
342 cout << "3:StopExpand" << endl;
343 cout << "4:CreateWindow" << endl;
344 cout << "5:QueryRemoteDeviceInfo" << endl;
345 cout << "6:QueryRemoteScreenInfo" << endl;
363 cout << "no that selection" << endl;