Home
last modified time | relevance | path

Searched refs:cout (Results 1 - 25 of 1114) sorted by relevance

12345678910>>...45

/foundation/ability/dmsfwk/interfaces/innerkits/tests/
H A Ddms_sdk_demo.cpp38 cout << "RegisterDSchedEventListener failed.CODE = " << result << endl; in Register()
40 cout << "RegisterDSchedEventListener succeed.CODE = " << result << endl; in Register()
49 cout << "UnRegisterDSchedEventListener failed.CODE = " << result << endl; in UnRegister()
51 cout << "UnRegisterDSchedEventListener succeed.CODE = " << result << endl; in UnRegister()
60 cout << "GetContinueInfo failed.CODE = " << result << endl; in GetContinueDeviceInfo()
62 cout << "continueInfo.dstNetworkId_ : " << g_continueInfo.dstNetworkId_ << endl; in GetContinueDeviceInfo()
63 cout << "continueInfo.srcNetworkId_ : " << g_continueInfo.srcNetworkId_ << endl; in GetContinueDeviceInfo()
72 cout << "GetContinueInfo failed.CODE = " << result << endl; in GetDSchedEventInfo()
75 cout << endl << "DSchedEventInfo:" << endl; in GetDSchedEventInfo()
76 cout << "eventResul in GetDSchedEventInfo()
[all...]
/foundation/multimedia/av_codec/test/nativedemo/
H A Dav_codec_demo.cpp68 cout << "Please select number for format (default AAC Decoder): " << endl; in RunAudioDecoder()
69 cout << "0: AAC" << endl; in RunAudioDecoder()
70 cout << "1: FLAC" << endl; in RunAudioDecoder()
71 cout << "2: MP3" << endl; in RunAudioDecoder()
72 cout << "3: VORBIS" << endl; in RunAudioDecoder()
73 cout << "4: AMRNB" << endl; in RunAudioDecoder()
74 cout << "5: AMRWB" << endl; in RunAudioDecoder()
75 cout << "6: OPUS" << endl; in RunAudioDecoder()
76 cout << "7: G711MU" << endl; in RunAudioDecoder()
97 cout << "n in RunAudioDecoder()
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/test/example/
H A Daudio_policy_test.cpp57 cout << "NAME" << endl << endl; in PrintUsage()
58 cout << "\taudio_policy_test - Audio Policy Test " << endl << endl; in PrintUsage()
59 cout << "SYNOPSIS" << endl << endl; in PrintUsage()
60 cout << "\t#include <audio_system_manager.h>" << endl << endl; in PrintUsage()
61 cout << "\t./audio_policy_test [OPTIONS]..." << endl << endl; in PrintUsage()
62 cout << "DESCRIPTION" << endl << endl; in PrintUsage()
63 cout << "\tControls audio volume, audio routing, audio mute" << endl << endl; in PrintUsage()
64 cout << "-V\n\tSets Volume for streams, -S to setStream" << endl << endl; in PrintUsage()
65 cout << "-v\n\tGets Volume for streams, -S to setStream" << endl << endl; in PrintUsage()
66 cout << " in PrintUsage()
[all...]
/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Dtest.cpp70 cout << "-------------remote screen info---------------" << endl; in QueryRemoteScreenInfo()
71 cout << "remote screen Num: " << remoteScreens.size() << endl; in QueryRemoteScreenInfo()
76 cout << endl; in QueryRemoteScreenInfo()
77 cout << "--------screen id " << screen->GetId() << "---------" << endl; in QueryRemoteScreenInfo()
78 cout << "screen name: " << GetAnonyString(screen->GetName()).c_str() << endl; in QueryRemoteScreenInfo()
79 cout << "width: " << screen->GetWidth() << endl; in QueryRemoteScreenInfo()
80 cout << "height: " << screen->GetHeight() << endl; in QueryRemoteScreenInfo()
81 cout << "-------------------------------------------" << endl; in QueryRemoteScreenInfo()
90 cout << "Error: no remote screens enabled" << endl; in StartMirror()
94 cout << "selec in StartMirror()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
H A Doh_audio_capturer_lowlatency_test.cpp173 std::cout << "client read-write latency:" << (temp / AUDIO_MS_PER_SECOND) << " us" << std::endl; in AudioRendererOnWriteData()
207 cout <<"buffer fwrite err"; in AudioCapturerOnReadData()
229 cout << "createcallback ret: " << ret << endl; in InitSpk()
238 cout << "setcallback ret: " << ret << endl; in InitSpk()
241 cout << "create renderer client, ret: " << ret << endl; in InitSpk()
249 cout << "Renderer release ret: " << ret << endl; in ReleaseSpk()
254 cout << "Renderer destroy builder ret: " << ret << endl; in ReleaseSpk()
262 cout << "Renderer start ret: " << ret << endl; in StartSpk()
269 cout << "Renderer stop ret: " << ret << endl; in StopSpk()
281 cout <<"creat in InitMic()
[all...]
H A Doh_audio_session_manager_test.cpp111 std::cout << "Error reading myfile" << std::endl; in AudioRendererOnWriteData()
113 std::cout << "EOF found" << std::endl; in AudioRendererOnWriteData()
123 std::cout << "AudioRendererDeviceChangeCb reason: " << reason << std::endl; in AudioRendererDeviceChangeCb()
128 std::cout << "Please Input Operate" << std::endl; in UserOperateDsiplay()
129 std::cout << "1 -----> Register Callback" << std::endl; in UserOperateDsiplay()
130 std::cout << "2 -----> UnRegister Callback" << std::endl; in UserOperateDsiplay()
131 std::cout << "3 -----> Activate AudioSession" << std::endl; in UserOperateDsiplay()
132 std::cout << "4 -----> DeActivate AudioSession" << std::endl; in UserOperateDsiplay()
133 std::cout << "5 -----> Is Activate Judging" << std::endl; in UserOperateDsiplay()
134 std::cout << " in UserOperateDsiplay()
403 std::cout << "Input Valid, RE Input"; main() member in std
[all...]
/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Daudio_stream_playback_test.cpp263 cout << "Select output device. current play device: " << isSpkRemote_ << "(0 : local, 1 : remote)" << endl; in SwitchOutputDevice()
266 cout << "Get AudioSystemManager failed" << std::endl; in SwitchOutputDevice()
285 cout << "GetDevices failed, find no device, unsupported size:" << devices.size() << endl; in SwitchOutputDevice()
289 cout << "using device:" << devices[0]->networkId_ << endl; in SwitchOutputDevice()
301 cout << "Select output device success. current play device:" << in SwitchOutputDevice()
304 cout << "SelectOutputDevice failed, ret:" << ret << endl; in SwitchOutputDevice()
313 cout << "Get AudioSystemManager failed" << std::endl; in SwitchInputDevice()
324 cout << "GetDevices failed, find no device, unsupported size:" << devices.size() << endl; in SwitchInputDevice()
328 cout << "using device:" << devices[0]->networkId_ << endl; in SwitchInputDevice()
341 cout << "SelectInputDevic in SwitchInputDevice()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
H A Daudio_inner_capturer_test.cpp198 cout << ">> >> >>"; in GetUserInput()
203 cout << "invalid input, not a number! Please retry with a number." << endl; in GetUserInput()
204 cout << ">> >> >>"; in GetUserInput()
214 cout << "[inner capturer Test App]" << endl << endl; in PrintUsage()
215 cout << "Supported Functionalities:" << endl; in PrintUsage()
216 cout << "================================Usage=======================================" << endl << endl; in PrintUsage()
217 cout << " 0: Init Capturer." << endl; in PrintUsage()
218 cout << " 1: Start read." << endl; in PrintUsage()
219 cout << " 2: Pause read." << endl; in PrintUsage()
220 cout << " in PrintUsage()
[all...]
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dmanual_ondemand_helper.cpp72 cout << "GetSystemAbilityManager samgr object null!" << endl; in GetSystemProcess()
78 cout << "GetRunningSystemProcess failed" << endl; in GetSystemProcess()
81 cout << "GetRunningSystemProcess size: "<< systemProcessInfos.size() << endl; in GetSystemProcess()
83 cout << "processName: " << systemProcessInfo.processName << " pid:" << systemProcessInfo.pid << endl; in GetSystemProcess()
96 cout << "GetSystemAbilityManager samgr object null!" << endl; in SubscribeSystemProcess()
101 cout << "SubscribeSystemProcess failed" << endl; in SubscribeSystemProcess()
104 cout << "SubscribeSystemProcess success" << endl; in SubscribeSystemProcess()
111 cout << "GetSystemAbilityManager samgr object null!" << endl; in UnSubscribeSystemProcess()
116 cout << "UnSubscribeSystemProcess failed" << endl; in UnSubscribeSystemProcess()
119 cout << "UnSubscribeSystemProces in UnSubscribeSystemProcess()
[all...]
H A Dondemand_helper.cpp79 cout << "GetSystemAbilityManager samgr object null!" << endl; in GetSystemProcessInfo()
85 cout << "GetSystemProcessInfo failed" << endl; in GetSystemProcessInfo()
88 cout << "processName: " << processInfo.processName << " pid: " << processInfo.pid << endl; in GetSystemProcessInfo()
96 cout << "GetSystemAbilityManager samgr object null!" << endl; in SyncOnDemandAbility()
102 cout << "systemAbilityId:" << systemAbilityId << " syncload failed, result code:" << result << endl; in SyncOnDemandAbility()
105 cout << "SyncLoadSystemAbility result:" << result << " spend:" << (GetTickCount() - begin) << "ms" in SyncOnDemandAbility()
119 cout << "transact failed, errCode = " << errCode; in TestSyncOnDemandAbility()
123 cout << "ret = " << ret; in TestSyncOnDemandAbility()
133 cout << "UnloadAllIdleSystemAbility samgr object null!" << endl; in UnloadAllIdleSystemAbility()
138 cout << "UnloadAllIdleSystemAbilit in UnloadAllIdleSystemAbility()
[all...]
H A Dsystem_ability_test_tool.cpp75 cout << "OnLoadSystemAbilitySuccess systemAbilityId:" << systemAbilityId << " IRemoteObject result:" << in OnLoadSystemAbilitySuccess()
81 cout << "OnLoadSystemAbilityFail systemAbilityId:" << systemAbilityId << endl; in OnLoadSystemAbilityFail()
87 cout << "OnLoadSACompleteForRemote systemAbilityId:" << systemAbilityId << "ret : "<< in OnLoadSACompleteForRemote()
99 cout << "OnAddSystemAbility said : " << systemAbilityId << endl; in OnAddSystemAbility()
105 cout << "OnRemoveSystemAbility said : " << systemAbilityId << endl; in OnRemoveSystemAbility()
110 cout << HELP_CONTENT << endl; in DoHelp()
115 cout << "system ability list" << endl; in DoList()
118 cout << "------------------samgr is unavailable-----------------------------------------" << endl; in DoList()
122 cout << "total sa : " << abilities.size() << endl; in DoList()
124 cout << Str16ToStr in DoList()
[all...]
/foundation/multimedia/ringtone_library/test/unittest/ringtone_scanner/src/
H A Dringtone_test.cpp125 cout << "Update error" << endl; in RingtoneDeleteAndUpdate()
128 cout << "Update " << changedRows << " rows from ringtone library." << endl; in RingtoneDeleteAndUpdate()
131 cout << "delete " << changedRows << " rows from ringtone library." << endl; in RingtoneDeleteAndUpdate()
146 cout << "Query errCode=" << errCode << endl; in RingtoneQuery()
149 cout << "query count = " << to_string(results->GetCount()) << endl; in RingtoneQuery()
152 cout << "GetId() = " << to_string(ringtoneAsset->GetId()) << endl; in RingtoneQuery()
153 cout << "GetSize() = " << to_string(ringtoneAsset->GetSize()) << endl; in RingtoneQuery()
154 cout << "GetPath() = " << ringtoneAsset->GetPath() << endl; in RingtoneQuery()
155 cout << "GetDisplayName() = " << ringtoneAsset->GetDisplayName() << endl; in RingtoneQuery()
156 cout << "GetTitl in RingtoneQuery()
[all...]
/foundation/distributedhardware/distributed_audio/services/test_example/
H A Ddistributedaudiotest.cpp158 std::cout << ">>"; in GetUserInput() member in __anon8533::std
161 std::cout << "get input error" << std::endl; in GetUserInput()
166 std::cout << "invalid input, not a number! Please retry with a number." << std::endl; in GetUserInput()
167 std::cout << ">>"; in GetUserInput() member in __anon8533::std
170 std::cout << "get input error" << std::endl; in GetUserInput()
180 std::cout << "Audio manager is null, Please Check network!" << std::endl; in FindAudioDevice()
185 std::cout << "Get audio devices failed!" << std::endl; in FindAudioDevice()
199 std::cout << "**********************************************************************************" << std::endl; in InitTestDemo()
200 std::cout << "Distributed Audio Test Demo Bin v1.3." << std::endl; in InitTestDemo()
201 std::cout << "**********************************************************************************" << st in InitTestDemo()
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/demo/wfd/
H A Dwfd_demo.cpp45 std::cout << "to get wifi display " << std::string(magic_enum::enum_name(mode)).c_str() << '\n'; in Init()
48 std::cout << "create wfd client error\n"; in Init() member in std
67 std::cout << "create window enter\n"; in InitWindow()
86 std::cout << "add failed\n"; in InitWindow() member in std
98 std::cout << "please input videoFormatId:(default 4)\n"; in SelectMediaFormat() member in std
99 std::cout << "0: VIDEO_640X480_60\n"; in SelectMediaFormat() member in std
100 std::cout << "1: VIDEO_1280X720_25\n"; in SelectMediaFormat() member in std
101 std::cout << "2: VIDEO_1280X720_30\n"; in SelectMediaFormat() member in std
102 std::cout << "4: VIDEO_1920X1080_25\n"; in SelectMediaFormat() member in std
103 std::cout << " in SelectMediaFormat() member in std
111 std::cout << "please input audioFormatId:\\n(default 13)"; SelectMediaFormat() member in std
112 std::cout << "0: AUDIO_44100_8_1\\n"; SelectMediaFormat() member in std
113 std::cout << "1: AUDIO_44100_8_2\\n"; SelectMediaFormat() member in std
114 std::cout << "2: AUDIO_44100_16_1\\n"; SelectMediaFormat() member in std
115 std::cout << "3: AUDIO_44100_16_2\\n"; SelectMediaFormat() member in std
116 std::cout << "10: AUDIO_48000_8_1\\n"; SelectMediaFormat() member in std
117 std::cout << "11: AUDIO_48000_8_2\\n"; SelectMediaFormat() member in std
118 std::cout << "12: AUDIO_48000_16_1\\n"; SelectMediaFormat() member in std
119 std::cout << "13: AUDIO_48000_16_2\\n"; SelectMediaFormat() member in std
167 std::cout << "on OnConnectionChanged : \\n"; OnDeviceState() member in std
187 std::cout << "wifi display sink service start!\\n"; RunWfdSink() member in std
236 std::cout << "enter the window number to operate: \\n"; DoCmd() member in std
243 std::cout << "the window not exits\\n"; DoCmd() member in std
262 std::cout << "operation is invalid\\n"; DoCmd() member in std
270 std::cout << "Please select a demo scenario number(default sink): \\n"; main() member in std
271 std::cout << "0:wfd sink\\n"; main() member in std
272 std::cout << "1:wfd source\\n"; main() member in std
283 std::cout << "no that selection\\n"; main() member in std
287 std::cout << "wfd test end!\\n"; main() member in std
[all...]
/foundation/multimodalinput/input/tools/vuinput/src/
H A Dvirtual_device.cpp90 std::cout << "Failed to create file" << std::endl; in CheckFileName()
94 std::cout << "File name check error" << std::endl; in CheckFileName()
107 std::cout << "Check device file name:" << fileName << std::endl; in CheckFileName()
115 std::cout << "File path is empty" << std::endl; in RemoveDir()
120 std::cout << "Failed to open folder:" << filePath << std::endl; in RemoveDir()
132 std::cout << "Remove file:" << rmFile << " failed" << std::endl; in RemoveDir()
137 std::cout << "File name:" << ptr << " type is error" << std::endl; in RemoveDir()
141 std::cout << "Close dir:" << filePath << " failed" << std::endl; in RemoveDir()
144 std::cout << "Remove dir:" << filePath <<" failed" << std::endl; in RemoveDir()
292 std::cout << "mapFu in StartAllDevices()
[all...]
/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinjection_tools_help_func.cpp69 std::cout << "invalid command" << std::endl; in CheckInjectionCommand()
80 std::cout << "Please enter options or parameters" << std::endl; in SelectOptions()
99 std::cout << "More than one short option is not supported" << std::endl; in SelectOptions()
106 std::cout << "Nonstandard input parameters" << std::endl; in SelectOptions()
116 std::cout << "Wrong number of input parameters" << std::endl; in SendEventOption()
121 std::cout << "Device node does not exist: " << deviceNode.c_str() << std::endl; in SendEventOption()
126 std::cout << "Device node path is error, path: " << deviceNode.c_str() << std::endl; in SendEventOption()
132 std::cout << "Parameter is error, element: " << deviceInfo.c_str() << std::endl; in SendEventOption()
144 std::cout << "Wrong number of input parameters" << std::endl; in JsonOption()
160 std::cout << "Wron in HelpOption()
[all...]
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Davmuxer_demo_runner.cpp47 cout << "demo avmuxer end" << endl; in RunAVMuxer()
55 cout << "demo multi thread avmuxer end" << endl; in RunAVMuxerWithMultithread()
63 cout << "demo ffmpegMuxer end" << endl; in RunFfmpegMuxer()
71 cout << "demo engine demo end" << endl; in RunEngineMuxer()
90 cout << "Please select a muxer demo(default native muxer demo): " << endl; in AVMuxerDemoCase()
91 cout << "0:native_muxer" << endl; in AVMuxerDemoCase()
92 cout << "1:native_muxer loop" << endl; in AVMuxerDemoCase()
93 cout << "2:native_muxer multithread" << endl; in AVMuxerDemoCase()
94 cout << "3:inner_muxer" << endl; in AVMuxerDemoCase()
95 cout << " in AVMuxerDemoCase()
[all...]
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/src/
H A DAudioDecoderDemoCommon.cpp37 cout << "Error received, errorCode:" << errorCode << endl; in OnError()
45 cout << "OnOutputFormatChanged received" << endl; in OnOutputFormatChanged()
52 cout << "OnInputBufferAvailable received, index:" << index << endl; in OnInputBufferAvailable()
64 cout << "OnOutputBufferAvailable received, index:" << index << endl; in OnOutputBufferAvailable()
69 cout << "OnOutputBufferAvailable received, index:" << index << ", attr->size:" << attr->size << endl; in OnOutputBufferAvailable()
72 cout << "OnOutputBufferAvailable error, attr is nullptr!" << endl; in OnOutputBufferAvailable()
132 cout << "Native Start!!!" << endl; in NativeStart()
230 cout << "input wait to stop, exit" << endl; in updateInputData()
234 cout << "inQueue_ size is " << signal_->inQueue_.size() << endl; in updateInputData()
235 cout << "inputBu in updateInputData()
419 std::cout << "end buffer\\n"; NativeInputFunc() member in std
572 std::cout << "get file stream failed" NativeCreateToStart() member in std
638 std::cout << "get file stream failed" NativeFFmpegConf() member in std
693 std::cout << "get file stream failed" NativeRunCaseWithoutCreate() member in std
901 std::cout << "end buffer\\n"; TestReadDatFile() member in std
1014 std::cout << "get file stream failed" TestFFmpeg() member in std
1254 std::cout << "end buffer\\n"; InnerInputFuncRead() member in std
1473 std::cout << "get file stream failed" InnerRunCase() member in std
1661 std::cout << "get file stream failed" InnerRunCaseFlush() member in std
1681 std::cout << "get file stream failed" InnerRunCaseFlush() member in std
1799 std::cout << "get file stream failed" InnerRunCaseResetInPut() member in std
1870 std::cout << "get file stream failed" InnerRunCaseReset() member in std
[all...]
/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dnetwork_route.cpp39 std::cout << "Get samgr " << samgr.GetRefPtr() << std::endl; in GetProxyR()
43 std::cout << "Get remote " << remote.GetRefPtr() << std::endl; in GetProxyR()
48 std::cout << "Get proxy " << proxy.GetRefPtr() << std::endl; in GetProxyR()
50 std::cout << "Get proxy nullptr" << std::endl; in GetProxyR()
63 std::cout << "TestNetworkAddRoute netsysServiceR_ is nullptr" << std::endl; in TestNetworkAddRoute()
78 std::cout << "TestNetworkRemoveRoute netsysServiceR_ is nullptr" << std::endl; in TestNetworkRemoveRoute()
88 std::cout << "TestNetworkAddRouteParcel netsysServiceR_ is nullptr" << std::endl; in TestNetworkAddRouteParcel()
97 std::cout << "TestNetworkAddRouteParcel result " << result << std::endl; in TestNetworkAddRouteParcel()
99 std::cout << "mark is " << testFwmark.mark << std::endl; in TestNetworkAddRouteParcel()
102 std::cout << "mar in TestNetworkAddRouteParcel()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
H A Dcommand_parser.cpp46 std::cout << "Jpeg Hardware decode Demo Options:" << std::endl; in ShowUsage()
47 std::cout << " --help help info." << std::endl; in ShowUsage()
48 std::cout << " -i, --in full file path for input file." << std::endl; in ShowUsage()
49 std::cout << " -o, --out (optional) full path for output file." << std::endl; in ShowUsage()
50 std::cout << " -w, --width image width." << std::endl; in ShowUsage()
51 std::cout << " -h, --height image height." << std::endl; in ShowUsage()
52 std::cout << " --colorFmt color fmt for decode output. 1 is YUV, 2 is RGB" << std::endl; in ShowUsage()
53 std::cout << " --sampleSize sample size for decode output. supported value: 1/2/4/8" << std::endl; in ShowUsage()
92 std::cout << "=========================== OPT INFO ===========================" << endl; in Print()
93 std::cout << " inputFil in Print()
[all...]
/foundation/window/window_manager/test/demo/
H A Ddemo_system_sub_window.cpp46 std::cout << "window tree infos length :" << infos.size() << std::endl; in OutputWindowInfos()
47 std::cout << "windowId -- windowType -- displayId" << std::endl; in OutputWindowInfos()
49 std::cout << " " << info->wid_; in OutputWindowInfos()
50 std::cout << " -- " << static_cast<int32_t>(info->type_); in OutputWindowInfos()
51 std::cout << " -- " << std::to_string(info->displayId_); in OutputWindowInfos()
52 std::cout << std::endl; in OutputWindowInfos()
58 std::cout << "===========================Start===========================" << std::endl; in main()
59 std::cout << "Wait 20s, The Windows will close itself" << std::endl; in main()
63 std::cout << "before add window " << std::endl; in main()
75 std::cout << "bas in main()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client__alpha_offscreen_demo.cpp40 cout << "decode start: ----------- " << pathName << endl; in DecodePixelMap()
41 cout << "decode 1: CreateImageSource" << endl; in DecodePixelMap()
46 cout << "imageSource : " << (imageSource != nullptr) << ", err:" << errCode << endl; in DecodePixelMap()
50 cout << "decode 2: CreatePixelMap" << endl; in DecodePixelMap()
55 cout << "pixelmap == nullptr, err:" << errCode << endl; in DecodePixelMap()
59 cout << "w x h: " << pixelmap->GetWidth() << "x" << pixelmap->GetHeight() << endl; in DecodePixelMap()
60 cout << "AllocatorType: " << (int)pixelmap->GetAllocatorType() << endl; in DecodePixelMap()
61 cout << "fd: " << (!pixelmap->GetFd() ? "null" : to_string(*(int*)pixelmap->GetFd())) << endl; in DecodePixelMap()
62 cout << "decode success: -----------" << endl; in DecodePixelMap()
68 cout << "r in Init()
[all...]
H A Dscreen_info_demo.cpp28 cout << "Default Screen Id is INVALID_SCREEN_ID !" << std::endl; in main()
30 std::cout << "ScreenID : " << screenId << endl; in main()
36 cout << "Name : " << screenCapability.GetName() << endl; in main()
37 cout << "PhiWidth : " << screenCapability.GetPhyWidth() << endl; in main()
38 cout << "PhiHeight : " << screenCapability.GetPhyHeight() << endl; in main()
41 cout << "RefreshRate : " << modeInfo.GetScreenRefreshRate() << endl; in main()
42 cout << "ScreenHeight : " << modeInfo.GetScreenHeight() << endl; in main()
43 cout << "ScreenWidth : " << modeInfo.GetScreenWidth() << endl; in main()
/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/
H A DInnerAVMuxerFuzzTest.cpp63 std::cout << "current run time is: " << i << std::endl; in HWTEST_F()
93 cout << "current run time is: " << i << endl; in HWTEST_F()
95 cout << "rotation is: " << rotation << endl; in HWTEST_F()
97 cout << "ret code is: " << ret << endl; in HWTEST_F()
123 cout << "current run time is: " << i << endl; in HWTEST_F()
136 cout << "OH_AV_KEY_MIME is: " << mimeType[typeIndex] << endl; in HWTEST_F()
137 cout << "OH_AV_KEY_BIT_RATE is: " << bitRate << ", OH_AV_KEY_CODEC_CONFIG len is: " << dataLen << endl; in HWTEST_F()
138 cout << "OH_AV_KEY_AUDIO_SAMPLE_FORMAT is: " << audioSampleFormat << in HWTEST_F()
140 cout << "OH_AV_KEY_VIDEO_HEIGHT is: " << videoHeight << in HWTEST_F()
197 cout << "curren in HWTEST_F()
[all...]
/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp121 std::cout << "invalid totalTimeMs" << std::endl; in NextPos()
206 std::cout << "too few arguments to function" << std::endl; in ParseCommand()
230 std::cout << "invalid parameter to move mouse" << std::endl; in ParseCommand()
234 std::cout << "Coordinate value must be greater or equal than 0" << std::endl; in ParseCommand()
237 std::cout << "move to " << px << " " << py << std::endl; in ParseCommand()
262 std::cout << "invalid coordinate value" << std::endl; in ParseCommand()
268 std::cout << "Coordinate value must be greater or equal than 0" << std::endl; in ParseCommand()
277 std::cout << "invalid option, the 5th position parameter must be --trace" in ParseCommand()
282 std::cout << "invalid total times" << std::endl; in ParseCommand()
289 std::cout << "missin in ParseCommand()
1360 std::cout << "takeTime is out of range. "; ParseCommand() member in OHOS::MMI::std
1584 std::cout << "non-option argv elements: "; ParseCommand() member in OHOS::MMI::std
1772 std::cout << ", and it is processed according to the maximum processing length of "; ProcessKeyboardTextInput() member in OHOS::MMI::std
2340 std::cout << "-g <dx1> <dy1> <dx2> <dy2> [total time] --drag <dx1> <dy1> <dx2> <dy2> [total time],"; PrintMouseUsage() member in OHOS::MMI::std
2343 std::cout << "-i <time> --interval <time> -the program interval for the (time) milliseconds"; PrintMouseUsage() member in OHOS::MMI::std
2352 std::cout << "-l <key> [long press time] --long_press <key> [long press time] -press and hold the key"; PrintKeyboardUsage() member in OHOS::MMI::std
2354 std::cout << "-r <key> [repeat output time] --repeat output <key> [repeat output time] -press and hold the key"; PrintKeyboardUsage() member in OHOS::MMI::std
2356 std::cout << "-i <time> --interval <time> -the program interval for the (time) milliseconds"; PrintKeyboardUsage() member in OHOS::MMI::std
2358 std::cout << "-t <text> --text <text> -input text content. "; PrintKeyboardUsage() member in OHOS::MMI::std
2366 std::cout << "-i <time> --interval <time> -the program interval for the (time) milliseconds"; PrintStylusUsage() member in OHOS::MMI::std
2381 std::cout << "-i <time> --interval <time> -the program interval for the (time) milliseconds"; PrintTouchUsage() member in OHOS::MMI::std
2383 std::cout << "-m <dx1> <dy1> <dx2> <dy2> [-k keep time] [smooth time] --smooth movement, keep time:keep time"; PrintTouchUsage() member in OHOS::MMI::std
2385 std::cout << " after moving, the max value is 60000 "; PrintTouchUsage() member in OHOS::MMI::std
2387 std::cout << " ms, default value is 0; smooth time:"; PrintTouchUsage() member in OHOS::MMI::std
2389 std::cout << " move time, default value is 1000 ms,"; PrintTouchUsage() member in OHOS::MMI::std
2391 std::cout << " the max value is 15000 ms"; PrintTouchUsage() member in OHOS::MMI::std
2394 std::cout << " uinput -T -m 300 900 600 900 900 900 600 900, (300, 900) move to (600, 900), (900, 900) move to"; PrintTouchUsage() member in OHOS::MMI::std
2411 std::cout << "-i <time> --interval <time> -the program interval for the (time) milliseconds"; PrintKnuckleUsage() member in OHOS::MMI::std
[all...]

Completed in 24 milliseconds

12345678910>>...45