/foundation/multimedia/audio_framework/services/audio_policy/test/example/ |
H A D | audio_policy_test.cpp | 57 cout << "NAME" << endl << endl; in PrintUsage() local 58 cout << "\taudio_policy_test - Audio Policy Test " << endl << endl; in PrintUsage() local 59 cout << "SYNOPSIS" << endl << endl; in PrintUsage() local 60 cout << "\t#include <audio_system_manager.h>" << endl << endl; in PrintUsage() local 61 cout << "\t./audio_policy_test [OPTIONS]..." << endl << endl; in PrintUsage() local 62 cout << "DESCRIPTION" << endl << endl; PrintUsage() local 63 cout << "\\tControls audio volume, audio routing, audio mute" << endl << endl; PrintUsage() local 64 cout << "-V\\n\\tSets Volume for streams, -S to setStream" << endl << endl; PrintUsage() local 65 cout << "-v\\n\\tGets Volume for streams, -S to setStream" << endl << endl; PrintUsage() local 66 cout << "-S\\n\\tSet stream type" << endl << endl; PrintUsage() local 67 cout << "\\tSupported Streams are" << endl << endl; PrintUsage() local 68 cout << "\\t4\\tMUSIC" << endl << endl; PrintUsage() local 69 cout << "\\t3\\tRING" << endl << endl; PrintUsage() local 70 cout << "-D\\n\\tSets Device Active" << endl << endl; PrintUsage() local 71 cout << "\\tSupported Devices are" << endl << endl; PrintUsage() local 72 cout << "\\t2\\tSPEAKER" << endl << endl; PrintUsage() local 73 cout << "\\t7\\tBLUETOOTH_SCO" << endl << endl; PrintUsage() local 74 cout << "-d\\n\\tGets Device Active" << endl << endl; PrintUsage() local 75 cout << "-M\\n\\tSets Mute for streams, -S to setStream" << endl << endl; PrintUsage() local 76 cout << "-m\\n\\tGets Mute for streams, -S to setStream" << endl << endl; PrintUsage() local 77 cout << "-U\\n\\t Mutes the Microphone" << endl << endl; PrintUsage() local 78 cout << "-u\\n\\t Checks if the Microphone is muted " << endl << endl; PrintUsage() local 79 cout << "-R\\n\\tSets RingerMode" << endl << endl; PrintUsage() local 80 cout << "-r\\n\\tGets RingerMode status" << endl << endl; PrintUsage() local 81 cout << "-C\\n\\tSets AudioScene" << endl << endl; PrintUsage() local 82 cout << "-c\\n\\tGets AudioScene status" << endl << endl; PrintUsage() local 83 cout << "-N\\n\\tSet the discount volume factor" << endl << endl; PrintUsage() local 84 cout << "-n\\n\\tGet the discount volume factor or Get single stream volume" << endl << endl; PrintUsage() local 85 cout << "-s\\n\\tGet Stream Status" << endl << endl; PrintUsage() local 86 cout << "-B\\n\\tSet AudioMonoState (using 1 or 0 instead of true of false)" << endl; PrintUsage() local 87 cout << "\\tSet AudioBalanceValue (using [9, 11] instead of [-1, 1])" << endl << endl; PrintUsage() local 88 cout << "-F\\n\\tAudioFocusInfoListTest (using 1 or 0 instead of true of false)" << endl; PrintUsage() local 90 "3.IsAudioSessionActivated." << endl; PrintUsage() local 92 "2.RegisterAudioRendererEventListener" << endl; PrintUsage() local 93 cout << "AUTHOR" << endl << endl; PrintUsage() local 94 cout << "\\tWritten by OpenHarmony AudioFramework Team." << endl << endl; PrintUsage() local 101 cout << "------------show Audio Device Descriptors Vector------------" << endl; ShowAudioDeviceDescriptorsVector() local 112 cout << "------------show Audio Renderer Filter------------" << endl; ShowAudioRendererFilter() local 124 cout << "GetDevices invalid argv["<< argc <<"] "<< endl; HandleGetDevices() local 126 cout << "GetDevices() flag: " << argv[AudioPolicyTest::SECOND_ARG] << endl; HandleGetDevices() local 131 cout << "GetDevices(Output Devices) Result: " << endl; HandleGetDevices() local 141 cout << "SelectOutputDevice Result: " << result << endl; CallSelectOutputDevice() local 144 cout << "SelectOutputDevice by filter Result: " << result << endl; CallSelectOutputDevice() local 190 cout << "------------Please input right arg Num------------" << endl; HandleSelectOutputDevice() local 191 cout << "The arg order: " << endl; HandleSelectOutputDevice() local 192 cout << "audioDevice(deviceRole, deviceType, networkId, interruptGroupId, volumeGroupId)" << endl; HandleSelectOutputDevice() local 193 cout << "audioRendererFilter(uid,contentType,streamUsage,rendererFlags,streamId)" << endl; HandleSelectOutputDevice() local 203 cout << "SelectInputDevice Result: " << result << endl; CallSelectInputDevice() local 206 cout << "SelectInputDevice by filter Result: " << result << endl; CallSelectInputDevice() local 225 cout << "------------show Audio Capturer Filter------------" << endl; HandleSelectInputDevice() local 229 cout << "------------Please input right arg Num------------" << endl; HandleSelectInputDevice() local 230 cout << "The arg order: " << endl; HandleSelectInputDevice() local 231 cout << "audioDevice(deviceRole, deviceType, networkId, interruptGroupId, volumeGroupId)" << endl; HandleSelectInputDevice() local 232 cout << "audioCapturerFilter(uid)" << endl; HandleSelectInputDevice() local 242 cout << "HandVolume invalid argv[" << argc << "] " << endl; HandleVolume() local 246 cout << "handle volume networkId: " << networkId << endl; HandleVolume() local 253 cout << "Get Volume : " << volume << endl; HandleVolume() local 257 cout << "handle volume networkId: " << networkId << endl; HandleVolume() local 265 cout << "Set Volume : " << volume << endl; HandleVolume() local 267 cout << "Set Volume Result: " << result << endl; HandleVolume() local 270 cout << "wrong parms " << endl; HandleVolume() local 279 cout << "Get Mute : " << muteStatus << endl; HandleMute() local 282 cout << "Set Mute : " << mute << endl; HandleMute() local 285 cout << "Set Mute Result: " << result << endl; HandleMute() local 294 cout << "Is Mic Mute : " << muteStatus << endl; HandleMicMute() local 297 cout << "Set Mic Mute : " << mute << endl; HandleMicMute() local 299 cout << "Set Mic Mute Result: " << result << endl; HandleMicMute() local 306 cout << "Set Stream : " << streamType << endl; SetStreamType() local 322 cout << "Set Device : " << device << endl; SetDeviceActive() local 328 cout << "Active : " << active << endl << endl; SetDeviceActive() local 332 cout << "Set DeviceActive Result: " << result << endl; SetDeviceActive() local 340 cout << "GetDevice Active : " << devActiveStatus << endl; IsDeviceActive() local 352 cout << "SetAudioParameter for key " << key << "; value: " << value << endl; SetAudioParamter() local 363 cout << "GetAudioParameter for key " << key << "; result: " << value << endl; GetAudioParamter() local 372 cout << "Get Ringer Mode : " << ringMode << endl; HandleRingerMode() local 375 cout << "Set Ringer Mode : " << ringMode << endl; HandleRingerMode() local 385 cout << "Get Audio Scene : " << scene << endl; HandleAudioScene() local 388 cout << "Set Audio Scene : " << scene << endl; HandleAudioScene() local 403 cout << option << " needs a value" << endl << endl; NoValueError() local 415 cout << "unknown option: " << option << endl; UnknownOptionError() local 422 cout << "HandleUpdateStreamState : Runing " << seg1 << endl; HandleUpdateStreamState() local 425 cout << "HandleUpdateStreamState : uid : " << uid << endl; HandleUpdateStreamState() local 434 cout << "type :: Stream_Pause :: " << type << endl; HandleUpdateStreamState() local 437 cout << "type :: Stream_Resume :: " << type << endl; HandleUpdateStreamState() local 440 cout << "result : " << result << endl; HandleUpdateStreamState() local 446 cout << "Incorrect number of test commands." << endl; HandleSingleStreamVolumeOption() local 455 cout << "volume out of range." << endl; HandleSingleStreamVolumeOption() local 459 cout << "Set low power volume :" << volume << endl; HandleSingleStreamVolumeOption() local 464 cout << "Get discounted volume factor: " << volume << endl; HandleSingleStreamVolumeOption() local 467 cout << "Get single stream volume: " << volume << endl; HandleSingleStreamVolumeOption() local 469 cout << "invalid operation." << endl; HandleSingleStreamVolumeOption() local 479 cout << "networkId: "<< networkId << endl; HandleGetVolumeGroups() local 495 cout << "Incorrect number of test commands." << endl; HandleAudioBalanceState() local 502 cout << "Audio mono state is valid." << endl; HandleAudioBalanceState() local 511 cout << "Audio balance value is valid." << endl; HandleAudioBalanceState() local 515 cout << "Audio balance value: " << balanceValue << endl; HandleAudioBalanceState() local 521 cout << "Incorrect number of test commands." << endl; HandleAudioSession() local 529 << option << endl; HandleAudioSession() local 535 ". Result: " << result << endl; HandleAudioSession() local 539 cout << "DeactivateAudioSession: Result: " << result << endl; HandleAudioSession() local 543 cout << "IsAudioSessionActivated: Result: " << result << endl; HandleAudioSession() local 565 cout << "------------------------------------------" << endl; PrintFocusInfoList() local 580 cout << "------------------------------------------" << endl; PrintAudioRendererChangeInfos() local 582 cout << "=========================================================="<< endl; PrintAudioRendererChangeInfos() local 589 cout <<"AudioFocusInfoChangeCallbackTest cosntruct" << endl; AudioFocusInfoChangeCallbackTest() local 593 cout <<"AudioFocusInfoChangeCallbackTest destroy" << endl; ~AudioFocusInfoChangeCallbackTest() local 597 cout << "OnAudioFocusInfoChange" << endl; OnAudioFocusInfoChange() local 644 cout << "*******************************************************" << endl; HandleAudioFocusInfoTest() local 645 cout << "0 \\t exit" << endl; HandleAudioFocusInfoTest() local 646 cout << "1 \\t GetAudioFocusInfoList" << endl; HandleAudioFocusInfoTest() local 647 cout << "2 \\t RegisterFocusInfoChange callback1" << endl; HandleAudioFocusInfoTest() local 648 cout << "3 \\t UnregisterFocusInfoChange callback1" << endl; HandleAudioFocusInfoTest() local 649 cout << "4 \\t RegisterFocusInfoChange callback2" << endl; HandleAudioFocusInfoTest() local 650 cout << "5 \\t UnregisterFocusInfoChange callback2" << endl; HandleAudioFocusInfoTest() local 651 cout << "6 \\t UnregisterFocusInfoChange nullptr" << endl; HandleAudioFocusInfoTest() local 652 cout << "*******************************************************" << endl << endl; HandleAudioFocusInfoTest() local 685 cout << "unknow cin: " << endl; HandleAudioFocusInfoTest() local 696 cout << "*******************************************************" << endl; HandleAudioRendererChangeInfo() local 697 cout << "0 \\t exit" << endl; HandleAudioRendererChangeInfo() local 698 cout << "1 \\t GetCurrentRendererChangeInfos" << endl; HandleAudioRendererChangeInfo() local 699 cout << "2 \\t RegisterAudioRendererEventListener callback" << endl; HandleAudioRendererChangeInfo() local 700 cout << "*******************************************************" << endl << endl; HandleAudioRendererChangeInfo() local 720 cout << "unknow cin: " << endl; HandleAudioRendererChangeInfo() local [all...] |
/foundation/ability/dmsfwk/interfaces/innerkits/tests/ |
H A D | dms_sdk_demo.cpp | 38 cout << "RegisterDSchedEventListener failed.CODE = " << result << endl;
in Register() local 40 cout << "RegisterDSchedEventListener succeed.CODE = " << result << endl;
in Register() local 49 cout << "UnRegisterDSchedEventListener failed.CODE = " << result << endl;
in UnRegister() local 51 cout << "UnRegisterDSchedEventListener succeed.CODE = " << result << endl;
in UnRegister() local 60 cout << "GetContinueInfo failed.CODE = " << result << endl;
in GetContinueDeviceInfo() local 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() local 75 cout << endl << "DSchedEventInfo:" << endl;
in GetDSchedEventInfo() local 95 cout << endl << "DSchedEventNotify Start." << endl; DSchedEventNotify() local 108 cout << "DSchedEventNotify Success." << endl; DSchedEventNotify() local 112 cout << "Please select an option to test the interface:" << endl; main() local 113 cout << "A.RegisterContinueListener B.UnRegisterContinueListener C.GetContinueInfo" << endl; main() local 114 cout << "D.RegisterCollaborationListener E.UnRegisterCollaborationListener F.GetCollaborationInfo" << endl; main() local 115 cout << "G.RegisterAllListener H.UnRegisterAllListener I.GetAllInfo" << endl; main() local 116 cout << "J.GetContinueDeviceInfo X.exit" << endl; main() local 117 cout << "\\n" << endl; main() local 148 cout << "unknown cmd, please input again" << endl; main() local [all...] |
/foundation/multimedia/av_codec/test/nativedemo/ |
H A D | av_codec_demo.cpp | 68 cout << "Please select number for format (default AAC Decoder): " << endl; in RunAudioDecoder() local 69 cout << "0: AAC" << endl; in RunAudioDecoder() local 70 cout << "1: FLAC" << endl; in RunAudioDecoder() local 71 cout << "2: MP3" << endl; in RunAudioDecoder() local 72 cout << "3: VORBIS" << endl; in RunAudioDecoder() local 73 cout << "4: AMRNB" << endl; in RunAudioDecoder() local 74 cout << "5: AMRWB" << endl; in RunAudioDecoder() local 75 cout << "6: OPUS" << endl; in RunAudioDecoder() local 76 cout << "7: G711MU" << endl; in RunAudioDecoder() local 97 cout << "no that selection" << endl; in RunAudioDecoder() local 102 cout << "demo audio decoder end" << endl; RunAudioDecoder() local 108 cout << "Please select number for format (default AAC Decoder): " << endl; RunAudioAVBufferDecoder() local 109 cout << "0: AAC" << endl; RunAudioAVBufferDecoder() local 110 cout << "1: FLAC" << endl; RunAudioAVBufferDecoder() local 111 cout << "2: MP3" << endl; RunAudioAVBufferDecoder() local 112 cout << "3: VORBIS" << endl; RunAudioAVBufferDecoder() local 113 cout << "4: AMR-NB" << endl; RunAudioAVBufferDecoder() local 114 cout << "5: AMR-WB" << endl; RunAudioAVBufferDecoder() local 115 cout << "6: G711MU" << endl; RunAudioAVBufferDecoder() local 116 cout << "7: APE" << endl; RunAudioAVBufferDecoder() local 138 cout << "no that selection" << endl; RunAudioAVBufferDecoder() local 143 cout << "demo audio decoder end" << endl; RunAudioAVBufferDecoder() local 149 cout << "RunAudioAVBufferDecoderDrm" << endl; RunAudioAVBufferDecoderDrm() local 150 cout << "Please select number for format (default AAC Decoder): " << endl; RunAudioAVBufferDecoderDrm() local 151 cout << "0: AAC" << endl; RunAudioAVBufferDecoderDrm() local 152 cout << "1: FLAC" << endl; RunAudioAVBufferDecoderDrm() local 153 cout << "2: MP3" << endl; RunAudioAVBufferDecoderDrm() local 165 cout << "no that selection" << endl; RunAudioAVBufferDecoderDrm() local 170 cout << "demo audio decoder end" << endl; RunAudioAVBufferDecoderDrm() local 176 cout << "Please select number for format (default AAC Encoder): " << endl; RunAudioEncoder() local 177 cout << "0: AAC\\n" << "1: FLAC" << endl; RunAudioEncoder() local 178 cout << "2: OPUS" << endl; RunAudioEncoder() local 179 cout << "3: G711MU" << endl; RunAudioEncoder() local 180 cout << "4: AAC-API11" << endl; RunAudioEncoder() local 181 cout << "5: FLAC-API11" << endl; RunAudioEncoder() local 182 cout << "6: G711MU-API11" << endl; RunAudioEncoder() local 183 cout << "7: AMR-NB-API11" << endl; RunAudioEncoder() local 184 cout << "8: AMR-WB-API11" << endl; RunAudioEncoder() local 185 cout << "9: MP3-API11" << endl; RunAudioEncoder() local 219 cout << "no that selection" << endl; RunAudioEncoder() local 222 cout << "demo audio encoder end" << endl; RunAudioEncoder() local 228 cout << "Please select number for format (default AAC Decoder): " << endl; RunAudioInnerDecoder() local 229 cout << "0: AAC" << endl; RunAudioInnerDecoder() local 230 cout << "1: FLAC" << endl; RunAudioInnerDecoder() local 231 cout << "2: MP3" << endl; RunAudioInnerDecoder() local 232 cout << "3: VORBIS" << endl; RunAudioInnerDecoder() local 233 cout << "4: DecoderInner-API11" << endl; RunAudioInnerDecoder() local 234 cout << "5: LBVC" << endl; RunAudioInnerDecoder() local 256 cout << "no that selection" << endl; RunAudioInnerDecoder() local 259 cout << "demo audio decoder end" << endl; RunAudioInnerDecoder() local 265 cout << "Please select number for format (default AAC Encoder): " << endl; RunAudioInnerEncoder() local 266 cout << "0: AAC" << endl; RunAudioInnerEncoder() local 267 cout << "1: FLAC" << endl; RunAudioInnerEncoder() local 268 cout << "2: LBVC" << endl; RunAudioInnerEncoder() local 281 cout << "no that selection" << endl; RunAudioInnerEncoder() local 284 cout << "demo audio encoder end" << endl; RunAudioInnerEncoder() local 292 cout << "codec list is null" << endl; RunCodecList() local 296 cout << "codec list end" << endl; RunCodecList() local 302 cout << "Please select number for output mode (default buffer mode): " << endl; RunVideoDecoder() local 303 cout << "0: buffer" << endl; RunVideoDecoder() local 304 cout << "1: surface file" << endl; RunVideoDecoder() local 305 cout << "2: surface render" << endl; RunVideoDecoder() local 306 cout << "3: switch surface" << endl; RunVideoDecoder() local 311 cout << "parameter invalid" << endl; RunVideoDecoder() local 317 cout << "video decoder is null" << endl; RunVideoDecoder() local 321 cout << "demo video decoder end" << endl; RunVideoDecoder() local 327 cout << "RunVideoDecoderDrm: " << endl; RunVideoDecoderDrm() local 328 cout << "Please select number for output mode (default buffer mode): " << endl; RunVideoDecoderDrm() local 329 cout << "0: buffer" << endl; RunVideoDecoderDrm() local 330 cout << "1: surface file" << endl; RunVideoDecoderDrm() local 331 cout << "2: surface render" << endl; RunVideoDecoderDrm() local 336 cout << "parameter invalid" << endl; RunVideoDecoderDrm() local 342 cout << "video decoder is null" << endl; RunVideoDecoderDrm() local 346 cout << "demo video decoder end" << endl; RunVideoDecoderDrm() local 352 cout << "Please select number for output mode (default buffer mode): " << endl; RunVideoInnerDecoder() local 353 cout << "0: buffer" << endl; RunVideoInnerDecoder() local 354 cout << "1: surface file" << endl; RunVideoInnerDecoder() local 355 cout << "2: surface render" << endl; RunVideoInnerDecoder() local 360 cout << "parameter invalid" << endl; RunVideoInnerDecoder() local 366 cout << "video decoder is null" << endl; RunVideoInnerDecoder() local 370 cout << "demo video decoder end" << endl; RunVideoInnerDecoder() local 376 cout << "Please select number for api version (default api11): " << endl; RunE2EDemo() local 377 cout << "0: api11" << endl; RunE2EDemo() local 378 cout << "1: api10" << endl; RunE2EDemo() local 383 cout << "parameter invalid" << endl; RunE2EDemo() local 390 cout << "e2eDemo is null" << endl; RunE2EDemo() local 400 cout << "e2eDemo is null" << endl; RunE2EDemo() local 408 cout << "e2eDemo end" << endl; RunE2EDemo() local 414 cout << "Please select a demo scenario number(default Audio Decoder): " << endl; OptionPrint() local 415 cout << "0:Audio Decoder" << endl; OptionPrint() local 416 cout << "1:Audio Encoder" << endl; OptionPrint() local 417 cout << "2:Audio Inner Decoder" << endl; OptionPrint() local 418 cout << "3:Audio Inner Encoder" << endl; OptionPrint() local 419 cout << "4:muxer demo" << endl; OptionPrint() local 420 cout << "6:codeclist" << endl; OptionPrint() local 421 cout << "7:Video Decoder" << endl; OptionPrint() local 422 cout << "8:Video Inner Decoder" << endl; OptionPrint() local 423 cout << "9:demuxer demo" << endl; OptionPrint() local 424 cout << "10:Audio AVBuffer Decoder" << endl; OptionPrint() local 425 cout << "11:Video Decoder DRM" << endl; OptionPrint() local 426 cout << "12:E2E demo" << endl; OptionPrint() local 427 cout << "13:Audio AVBuffer Decoder with DRM" << endl; OptionPrint() local 462 cout << "no that selection" << endl; main() local [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/ |
H A D | distributed_radar_test.cpp | 31 DTEST_LOG << "DistributedRadarTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 36 DTEST_LOG << "DistributedRadarTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 41 DTEST_LOG << "DistributedRadarTest::TearDown" << std::endl; in TearDown() member in OHOS::DistributedSchedule::std 46 DTEST_LOG << "DistributedRadarTest::SetUp" << std::endl; in SetUp() member in OHOS::DistributedSchedule::std 56 DTEST_LOG << "DistributedRadarTest RegisterSoftbusCallbackRes_001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 59 DTEST_LOG << "DistributedRadarTest RegisterSoftbusCallbackRes_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 69 DTEST_LOG << "DistributedRadarTest RegisterSoftbusCallbackRes_002 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 72 DTEST_LOG << "DistributedRadarTest RegisterSoftbusCallbackRes_002 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 82 DTEST_LOG << "DistributedRadarTest RegisterFocusedRes_001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 85 DTEST_LOG << "DistributedRadarTest RegisterFocusedRes_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 95 DTEST_LOG << "DistributedRadarTest RegisterFocusedRes_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 98 DTEST_LOG << "DistributedRadarTest RegisterFocusedRes_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 108 DTEST_LOG << "DistributedRadarTest DmsFocused_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 111 DTEST_LOG << "DistributedRadarTest DmsFocused_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 121 DTEST_LOG << "DistributedRadarTest NormalFocusedSendEventRes_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 124 DTEST_LOG << "DistributedRadarTest NormalFocusedSendEventRes_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 134 DTEST_LOG << "DistributedRadarTest NormalFocusedSendEventRes_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 137 DTEST_LOG << "DistributedRadarTest NormalFocusedSendEventRes_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 147 DTEST_LOG << "DistributedRadarTest SetFocusedState_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 150 DTEST_LOG << "DistributedRadarTest SetFocusedState_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 160 DTEST_LOG << "DistributedRadarTest ChangeStateFocusedGetAccessTokenIdRes_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 163 DTEST_LOG << "DistributedRadarTest ChangeStateFocusedGetAccessTokenIdRes_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 173 DTEST_LOG << "DistributedRadarTest ChangeStateFocusedGetAccessTokenIdRes_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 176 DTEST_LOG << "DistributedRadarTest ChangeStateFocusedGetAccessTokenIdRes_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 186 DTEST_LOG << "DistributedRadarTest ChangeStateFocusedSendEventRes_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 189 DTEST_LOG << "DistributedRadarTest ChangeStateFocusedSendEventRes_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 199 DTEST_LOG << "DistributedRadarTest ChangeStateFocusedSendEventRes_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 202 DTEST_LOG << "DistributedRadarTest ChangeStateFocusedSendEventRes_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 212 DTEST_LOG << "DistributedRadarTest DmsUnfocused_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 215 DTEST_LOG << "DistributedRadarTest DmsUnfocused_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 225 DTEST_LOG << "DistributedRadarTest NormalUnfocusedGetAccessTokenIdRes_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 228 DTEST_LOG << "DistributedRadarTest NormalUnfocusedGetAccessTokenIdRes_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 238 DTEST_LOG << "DistributedRadarTest NormalUnfocusedGetAccessTokenIdRes_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 241 DTEST_LOG << "DistributedRadarTest NormalUnfocusedGetAccessTokenIdRes_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 251 DTEST_LOG << "DistributedRadarTest NormalUnfocusedSendEventRes_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 254 DTEST_LOG << "DistributedRadarTest NormalUnfocusedSendEventRes_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 264 DTEST_LOG << "DistributedRadarTest NormalUnfocusedSendEventRes_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 267 DTEST_LOG << "DistributedRadarTest NormalUnfocusedSendEventRes_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 277 DTEST_LOG << "DistributedRadarTest RecordTime_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 280 DTEST_LOG << "DistributedRadarTest RecordTime_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 290 DTEST_LOG << "DistributedRadarTest MultimodeUnfocusedGetAccessTokenIdRes_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 293 DTEST_LOG << "DistributedRadarTest MultimodeUnfocusedGetAccessTokenIdRes_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 303 DTEST_LOG << "DistributedRadarTest MultimodeUnfocusedGetAccessTokenIdRes_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 306 DTEST_LOG << "DistributedRadarTest MultimodeUnfocusedGetAccessTokenIdRes_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 316 DTEST_LOG << "DistributedRadarTest MultimodeUnfocusedSendEventRes_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 319 DTEST_LOG << "DistributedRadarTest MultimodeUnfocusedSendEventRes_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 329 DTEST_LOG << "DistributedRadarTest MultimodeUnfocusedSendEventRes_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 332 DTEST_LOG << "DistributedRadarTest MultimodeUnfocusedSendEventRes_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 342 DTEST_LOG << "DistributedRadarTest SetUnfocusedState_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 345 DTEST_LOG << "DistributedRadarTest SetUnfocusedState_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 355 DTEST_LOG << "DistributedRadarTest ChangeStateUnfocusedGetAccessTokenIdRes_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 358 DTEST_LOG << "DistributedRadarTest ChangeStateUnfocusedGetAccessTokenIdRes_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 368 DTEST_LOG << "DistributedRadarTest ChangeStateUnfocusedGetAccessTokenIdRes_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 371 DTEST_LOG << "DistributedRadarTest ChangeStateUnfocusedGetAccessTokenIdRes_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 381 DTEST_LOG << "DistributedRadarTest ChangeStateUnfocusedSendEventRes_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 384 DTEST_LOG << "DistributedRadarTest ChangeStateUnfocusedSendEventRes_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 394 DTEST_LOG << "DistributedRadarTest ChangeStateUnfocusedSendEventRes_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 397 DTEST_LOG << "DistributedRadarTest ChangeStateUnfocusedSendEventRes_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 407 DTEST_LOG << "DistributedRadarTest RecvFocused_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 410 DTEST_LOG << "DistributedRadarTest RecvFocused_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 420 DTEST_LOG << "DistributedRadarTest FocusedGetBundleName_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 423 DTEST_LOG << "DistributedRadarTest FocusedGetBundleName_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 433 DTEST_LOG << "DistributedRadarTest FocusedGetBundleName_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 436 DTEST_LOG << "DistributedRadarTest FocusedGetBundleName_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 446 DTEST_LOG << "DistributedRadarTest NotifyDockFocused_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 449 DTEST_LOG << "DistributedRadarTest NotifyDockFocused_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 459 DTEST_LOG << "DistributedRadarTest NotifyDockFocused_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 462 DTEST_LOG << "DistributedRadarTest NotifyDockFocused_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 472 DTEST_LOG << "DistributedRadarTest RecvUnfocused_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 475 DTEST_LOG << "DistributedRadarTest RecvUnfocused_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 485 DTEST_LOG << "DistributedRadarTest UnfocusedGetBundleName_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 488 DTEST_LOG << "DistributedRadarTest UnfocusedGetBundleName_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 498 DTEST_LOG << "DistributedRadarTest UnfocusedGetBundleName_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 501 DTEST_LOG << "DistributedRadarTest UnfocusedGetBundleName_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 511 DTEST_LOG << "DistributedRadarTest NotifyDockUnfocused_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 514 DTEST_LOG << "DistributedRadarTest NotifyDockUnfocused_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 524 DTEST_LOG << "DistributedRadarTest NotifyDockUnfocused_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 527 DTEST_LOG << "DistributedRadarTest NotifyDockUnfocused_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 537 DTEST_LOG << "DistributedRadarTest ClickIconDmsContinue_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 540 DTEST_LOG << "DistributedRadarTest ClickIconDmsContinue_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 550 DTEST_LOG << "DistributedRadarTest ClickIconDmsContinue_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 553 DTEST_LOG << "DistributedRadarTest ClickIconDmsContinue_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 563 DTEST_LOG << "DistributedRadarTest ClickIconDmsStartAbility_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 566 DTEST_LOG << "DistributedRadarTest ClickIconDmsStartAbility_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 576 DTEST_LOG << "DistributedRadarTest ClickIconDmsStartAbility_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 579 DTEST_LOG << "DistributedRadarTest ClickIconDmsStartAbility_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 589 DTEST_LOG << "DistributedRadarTest ClickIconDmsRecvOver_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 592 DTEST_LOG << "DistributedRadarTest ClickIconDmsRecvOver_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 602 DTEST_LOG << "DistributedRadarTest ClickIconDmsRecvOver_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 605 DTEST_LOG << "DistributedRadarTest ClickIconDmsRecvOver_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 615 DTEST_LOG << "DistributedRadarTest SaveDataDmsContinue_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 618 DTEST_LOG << "DistributedRadarTest SaveDataDmsContinue_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 628 DTEST_LOG << "DistributedRadarTest SaveDataDmsContinue_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 631 DTEST_LOG << "DistributedRadarTest SaveDataDmsContinue_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 641 DTEST_LOG << "DistributedRadarTest SaveDataDmsRemoteWant_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 644 DTEST_LOG << "DistributedRadarTest SaveDataDmsRemoteWant_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 654 DTEST_LOG << "DistributedRadarTest SaveDataDmsRemoteWant_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 657 DTEST_LOG << "DistributedRadarTest SaveDataDmsRemoteWant_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 667 DTEST_LOG << "DistributedRadarTest NormalFocusedGetAccessTokenIdRes_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 673 DTEST_LOG << "DistributedRadarTest NormalFocusedGetAccessTokenIdRes_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
H A D | dms_continue_time_dumper_test.cpp | 36 DTEST_LOG << "DmsDurationTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 41 DTEST_LOG << "DmsDurationTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 46 DTEST_LOG << "DmsDurationTest::TearDown" << std::endl; in TearDown() member in OHOS::DistributedSchedule::std 51 DTEST_LOG << "DmsDurationTest::SetUp" << std::endl; in SetUp() member in OHOS::DistributedSchedule::std 56 DTEST_LOG << "DmsContinueTimeTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 61 DTEST_LOG << "DmsContinueTimeTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 66 DTEST_LOG << "DmsContinueTimeTest::TearDown" << std::endl; in TearDown() member in OHOS::DistributedSchedule::std 71 DTEST_LOG << "DmsContinueTimeTest::SetUp" << std::endl; in SetUp() member in OHOS::DistributedSchedule::std 82 DTEST_LOG << "DmsDurationTest SetBeginTime_001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 87 DTEST_LOG << "DmsDurationTest SetBeginTime_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 97 DTEST_LOG << "DmsDurationTest SetEndTime_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 102 DTEST_LOG << "DmsDurationTest SetEndTime_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 112 DTEST_LOG << "DmsDurationTest SetDurationTime_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 117 DTEST_LOG << "DmsDurationTest SetDurationTime_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 127 DTEST_LOG << "DmsDurationTest SetStrTime_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 131 DTEST_LOG << "DmsDurationTest SetStrTime_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 141 DTEST_LOG << "DmsDurationTest SetDurationName_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 145 DTEST_LOG << "DmsDurationTest SetDurationName_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 155 DTEST_LOG << "DmsContinueTimeTest Init_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 159 DTEST_LOG << "DmsContinueTimeTest Init_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 169 DTEST_LOG << "DmsContinueTimeTest SetPull_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 173 DTEST_LOG << "DmsContinueTimeTest SetPull_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 183 DTEST_LOG << "DmsContinueTimeTest SetSrcBundleName_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 191 DTEST_LOG << "DmsContinueTimeTest SetSrcBundleName_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 201 DTEST_LOG << "DmsContinueTimeTest SetSaveDataDurationBegin_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 212 DTEST_LOG << "DmsContinueTimeTest SetSaveDataDurationBegin_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 222 DTEST_LOG << "DmsContinueTimeTest SetSaveDataDurationEnd_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 227 DTEST_LOG << "DmsContinueTimeTest SetSaveDataDurationEnd_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 237 DTEST_LOG << "DmsContinueTimeTest WriteDurationInfo_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 245 DTEST_LOG << "DmsContinueTimeTest WriteDurationInfo_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 255 DTEST_LOG << "DmsContinueTimeTest ReadDurationInfo_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 265 DTEST_LOG << "DmsContinueTimeTest ReadDurationInfo_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 275 DTEST_LOG << "DmsContinueTimeTest WriteDstInfo_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 278 DTEST_LOG << "DmsContinueTimeTest WriteDstInfo_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 288 DTEST_LOG << "DmsContinueTimeTest ReadDstInfo_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 293 DTEST_LOG << "DmsContinueTimeTest ReadDstInfo_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 303 DTEST_LOG << "DmsContinueTimeTest GetCurrentTime_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 306 DTEST_LOG << "DmsContinueTimeTest GetCurrentTime_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 316 DTEST_LOG << "DmsContinueTimeTest DealDurationPull_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 324 DTEST_LOG << "DmsContinueTimeTest DealDurationPull_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 334 DTEST_LOG << "DmsContinueTimeTest DealDurationPush_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 342 DTEST_LOG << "DmsContinueTimeTest DealDurationPush_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 352 DTEST_LOG << "DmsContinueTimeTest AppendInfo_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 360 DTEST_LOG << "DmsContinueTimeTest AppendInfo_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 370 DTEST_LOG << "DmsContinueTimeTest AppendInfo_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 378 DTEST_LOG << "DmsContinueTimeTest AppendInfo_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 388 DTEST_LOG << "DmsContinueTimeTest ShowInfo_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 392 DTEST_LOG << "DmsContinueTimeTest ShowInfo_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
H A D | distributed_sched_dumper_test.cpp | 30 DTEST_LOG << "DistributedSchedDumperTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 35 DTEST_LOG << "DistributedSchedDumperTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 40 DTEST_LOG << "DistributedSchedDumperTest::TearDown" << std::endl; in TearDown() member in OHOS::DistributedSchedule::std 45 DTEST_LOG << "DistributedSchedDumperTest::SetUp" << std::endl; in SetUp() member in OHOS::DistributedSchedule::std 56 DTEST_LOG << "DistributedSchedDumperTest DumpDefault_001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 60 DTEST_LOG << "DistributedSchedDumperTest DumpDefault_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 71 DTEST_LOG << "DistributedSchedDumperTest Dump_001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 76 DTEST_LOG << "DistributedSchedDumperTest Dump_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 87 DTEST_LOG << "DistributedSchedDumperTest Dump_002 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 92 DTEST_LOG << "DistributedSchedDumperTest Dump_002 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 103 DTEST_LOG << "DistributedSchedDumperTest Dump_003 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 108 DTEST_LOG << "DistributedSchedDumperTest Dump_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 119 DTEST_LOG << "DistributedSchedDumperTest Dump_004 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 124 DTEST_LOG << "DistributedSchedDumperTest Dump_004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 135 DTEST_LOG << "DistributedSchedDumperTest Dump_005 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 141 DTEST_LOG << "DistributedSchedDumperTest Dump_005 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 152 DTEST_LOG << "DistributedSchedDumperTest Dump_006 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 158 DTEST_LOG << "DistributedSchedDumperTest Dump_006 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 169 DTEST_LOG << "DistributedSchedDumperTest Dump_007 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 175 DTEST_LOG << "DistributedSchedDumperTest Dump_007 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 186 DTEST_LOG << "DistributedSchedDumperTest Dump_008 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 192 DTEST_LOG << "DistributedSchedDumperTest Dump_008 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 203 DTEST_LOG << "DistributedSchedDumperTest Dump_009 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 209 DTEST_LOG << "DistributedSchedDumperTest Dump_009 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 220 DTEST_LOG << "DistributedSchedDumperTest CanDump_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 224 DTEST_LOG << "DistributedSchedDumperTest CanDump_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributed_event/ |
H A D | dms_sa_cilent_test.cpp | 30 DTEST_LOG << "DmsSaClientTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 35 DTEST_LOG << "DmsSaClientTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 42 DTEST_LOG << "DmsSaClientTest::SetUp" << std::endl; in SetUp() member in OHOS::DistributedSchedule::std 47 DTEST_LOG << "DmsSaClientTest::TearDown" << std::endl; in TearDown() member in OHOS::DistributedSchedule::std 66 DTEST_LOG << "DmsSaClientTest AddDSchedEventListener_001 start" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 69 DTEST_LOG << "DmsSaClientTest OnAddSystemAbility_002 start" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 75 DTEST_LOG << "DmsSaClientTest OnAddSystemAbility_002 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 81 DTEST_LOG << "DmsSaClientTest AddDSchedEventListener_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 92 DTEST_LOG << "DmsSaClientTest AddDSchedEventListener_002 start" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 95 DTEST_LOG << "DmsSaClientTest OnRemoveSystemAbility_001 start" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 101 DTEST_LOG << "DmsSaClientTest OnRemoveSystemAbility_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 106 DTEST_LOG << "DmsSaClientTest AddDSchedEventListener_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 117 DTEST_LOG << "DmsSaClientTest OnAddSystemAbility_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 123 DTEST_LOG << "DmsSaClientTest OnAddSystemAbility_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 125 DTEST_LOG << "DmsSaClientTest DelDSchedEventListener_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 131 DTEST_LOG << "DmsSaClientTest DelDSchedEventListener_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 142 DTEST_LOG << "DmsSaClientTest GetContinueInfo_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 148 DTEST_LOG << "DmsSaClientTest OnAddSystemAbility_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 150 DTEST_LOG << "DmsSaClientTest GetContinueInfo_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 154 DTEST_LOG << "DmsSaClientTest GetContinueInfo_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 165 DTEST_LOG << "DmsSaClientTest GetDSchedEventInfo_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 171 DTEST_LOG << "DmsSaClientTest OnAddSystemAbility_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 173 DTEST_LOG << "DmsSaClientTest GetDSchedEventInfo_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 177 DTEST_LOG << "DmsSaClientTest GetDSchedEventInfo_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 188 DTEST_LOG << "DmsSaClientTest OnAddSystemAbility_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 194 DTEST_LOG << "DmsSaClientTest OnAddSystemAbility_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 196 DTEST_LOG << "DmsSaClientTest DelDSchedEventListener_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 200 DTEST_LOG << "DmsSaClientTest OnAddSystemAbility_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 211 DTEST_LOG << "DmsSaClientTest OnRemoveSystemAbilityy_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 217 DTEST_LOG << "DmsSaClientTest OnRemoveSystemAbility_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 219 DTEST_LOG << "DmsSaClientTest AddDSchedEventListener_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 223 DTEST_LOG << "DmsSaClientTest OnRemoveSystemAbility_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 234 DTEST_LOG << "DmsSaClientTest DmsSAStatusChangeOnAddSystemAbility_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 240 DTEST_LOG << "DmsSaClientTest DmsSAStatusChangeOnAddSystemAbility_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 251 DTEST_LOG << "DmsSaClientTest DmsSAStatusChangeOnRemoveSystemAbility_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 257 DTEST_LOG << "DmsSaClientTest DmsSAStatusChangeOnRemoveSystemAbility_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
/foundation/multimedia/audio_framework/services/audio_service/test/example/ |
H A D | audio_stream_playback_test.cpp | 263 cout << "Select output device. current play device: " << isSpkRemote_ << "(0 : local, 1 : remote)" << endl; in SwitchOutputDevice() local 266 cout << "Get AudioSystemManager failed" << std::endl; in SwitchOutputDevice() member in OHOS::AudioStandard::std 285 cout << "GetDevices failed, find no device, unsupported size:" << devices.size() << endl; in SwitchOutputDevice() 289 cout << "using device:" << devices[0]->networkId_ << endl; in SwitchOutputDevice() 302 isSpkRemote_ << "(0 : local, 1 : remote)" << endl; in SwitchOutputDevice() local 304 cout << "SelectOutputDevice failed, ret:" << ret << endl; in SwitchOutputDevice() local 313 cout << "Get AudioSystemManager failed" << std::endl; in SwitchInputDevice() member in OHOS::AudioStandard::std 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 << "SelectInputDevice success" << endl; in SwitchInputDevice() local 343 cout << "SelectInputDevice failed, ret:" << ret << endl; SwitchInputDevice() local 358 cout << "Start play. current play device: " << isSpkRemote_ << "(0 : local, 1 : remote)" << endl; StartPlay() local 381 cout << "Audio render release failed" << endl; ReleaseRenderer() local 503 cout << "Audio capturer release failed" << endl; ReleaseCapture() local 532 cout << "invalid input, not a number! Please retry with a number." << endl; GetUserInput() local 541 cout << "Supported Functionalities:" << endl; PrintUsage() local 542 cout << "================================Usage=======================================" << endl << endl; PrintUsage() local 543 cout << " 0: Init local spk." << endl; PrintUsage() local 544 cout << " 1: Init remote spk." << endl; PrintUsage() local 545 cout << " 2: Start play." << endl; PrintUsage() local 546 cout << " 3: Stop play." << endl; PrintUsage() local 547 cout << " 4: Switch play device between local and remote." << endl; PrintUsage() local 548 cout << " 5: Release spk." << endl; PrintUsage() local 549 cout << " 6: Init local mic." << endl; PrintUsage() local 550 cout << " 7: Init remote mic." << endl; PrintUsage() local 551 cout << " 8: Start record." << endl; PrintUsage() local 552 cout << " 9: Stop record." << endl; PrintUsage() local 553 cout << " 10: Switch record device between local and remote." << endl; PrintUsage() local 554 cout << " 11: Release mic." << endl; PrintUsage() local 555 cout << " 12: exit demo." << endl; PrintUsage() local 556 cout << " 13: Init satellite process with isSatellite is true." << endl; PrintUsage() local 557 cout << " 14: Init satellite process with isSatellite is false." << endl; PrintUsage() local 558 cout << " Please input your choice: " << endl; PrintUsage() local 563 cout << "Init renderer." << endl; InitPlayback() local 564 cout << "--isRemote: " << isRemote << "-- --isSpkFast: " << isFast << " --" <<endl; InitPlayback() local 566 cout << "Play test is nullptr, init spk error." << endl; InitPlayback() local 570 cout << "Use remote device, select remote spk." << endl; InitPlayback() local 573 cout << "find no remote device." << endl; InitPlayback() local 579 cout << "Init renderer error!" << endl; InitPlayback() local 585 cout << "Init renderer success." << endl << endl; InitPlayback() local 592 cout << "Play test is nullptr, release spk error." << endl; ReleasePlayback() local 597 cout << "Release renderer error!" << endl; ReleasePlayback() local 601 cout << "Release renderer success." << endl << endl; ReleasePlayback() local 608 cout << "Play test is nullptr, start play error." << endl; StartPlay() local 613 cout << "Start play error!" << endl; StartPlay() local 616 cout << "Start play success." << endl << endl; StartPlay() local 623 cout << "Play test is nullptr, stop play error." << endl; StopPlay() local 628 cout << "Stop play error!" << endl; StopPlay() local 631 cout << "Stop play success." << endl << endl; StopPlay() local 638 cout << "Play test is nullptr, switch play device error." << endl; SwitchPlayDevice() local 643 cout << "Switch play device error!" << endl; SwitchPlayDevice() local 646 cout << "Switch play device success." << endl << endl; SwitchPlayDevice() local 653 cout << "Play test is nullptr, init mic error." << endl; InitMic() local 657 cout << "Use remote device, select remote mic." << endl; InitMic() local 660 cout << "find no remote device." << endl; InitMic() local 666 cout << "Init capturer error!" << endl; InitMic() local 672 cout << "Init capturer success." << endl << endl; InitMic() local 679 cout << "Play test is nullptr, release capturer error." << endl; ReleaseMic() local 684 cout << "Release capturer error!" << endl; ReleaseMic() local 688 cout << "Release capturer success." << endl << endl; ReleaseMic() local 695 cout << "Play test is nullptr" << endl; InitSatelliteProcess() local 700 cout << "Start satellite error!" << endl; InitSatelliteProcess() local 703 cout << "Start satellite process." << endl << endl; InitSatelliteProcess() local 710 cout << "Play test is nullptr, start capturer error." << endl; StartCapture() local 715 cout << "Start capturer error!" << endl; StartCapture() local 718 cout << "Start capturer success." << endl << endl; StartCapture() local 725 cout << "Play test is nullptr, stop capturer error." << endl; StopCapture() local 730 cout << "Stop capturer error!" << endl; StopCapture() local 733 cout << "Stop capturer success." << endl << endl; StopCapture() local 740 cout << "Play test is nullptr, switch capture device error." << endl; SwitchCaptureDevice() local 745 cout << "Switch capture device error!" << endl; SwitchCaptureDevice() local 748 cout << "Switch capture device success." << endl << endl; SwitchCaptureDevice() local 796 cout << "exit demo..." << endl; Loop() local 805 cout << "Invalid input: " << optCode << endl; Loop() local 817 cout << "[Fast Audio Stream Test App]" << endl << endl; main() local [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | dms_callback_task_test.cpp | 28 DTEST_LOG << "DmsCallbackTaskTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 33 DTEST_LOG << "DmsCallbackTaskTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 38 DTEST_LOG << "DmsCallbackTaskTest::TearDown" << std::endl; in TearDown() member in OHOS::DistributedSchedule::std 46 DTEST_LOG << "DmsCallbackTaskTest::SetUp" << std::endl; in SetUp() member in OHOS::DistributedSchedule::std 72 DTEST_LOG << "DmsCallbackTaskTest GenerateTaskId_001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 77 DTEST_LOG << "DmsCallbackTaskTest GenerateTaskId_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 88 DTEST_LOG << "DmsCallbackTaskTest GenerateTaskId_002 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 93 DTEST_LOG << "DmsCallbackTaskTest GenerateTaskId_002 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 104 DTEST_LOG << "DmsCallbackTaskTest PushCallback_001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 113 DTEST_LOG << "DmsCallbackTaskTest PushCallback_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 124 DTEST_LOG << "DmsCallbackTaskTest PushCallback_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 133 DTEST_LOG << "DmsCallbackTaskTest PushCallback_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 144 DTEST_LOG << "DmsCallbackTaskTest PushCallback_003 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 154 DTEST_LOG << "DmsCallbackTaskTest PushCallback_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 165 DTEST_LOG << "DmsCallbackTaskTest PushCallback_004 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 175 DTEST_LOG << "DmsCallbackTaskTest PushCallback_004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 186 DTEST_LOG << "DmsCallbackTaskTest PushCallback_005 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 196 DTEST_LOG << "DmsCallbackTaskTest PushCallback_005 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 207 DTEST_LOG << "DmsCallbackTaskTest PushCallback_006 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 216 DTEST_LOG << "DmsCallbackTaskTest PushCallback_006 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 227 DTEST_LOG << "DmsCallbackTaskTest PopCallback_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 231 DTEST_LOG << "DmsCallbackTaskTest PopCallback_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 242 DTEST_LOG << "DmsCallbackTaskTest PopCallback_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 248 DTEST_LOG << "DmsCallbackTaskTest PopCallback_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 259 DTEST_LOG << "DmsCallbackTaskTest PopContinuationMissionMap_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 265 DTEST_LOG << "DmsCallbackTaskTest PopContinuationMissionMap_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 276 DTEST_LOG << "DmsCallbackTaskTest PopContinuationMissionMap_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 283 DTEST_LOG << "DmsCallbackTaskTest PopContinuationMissionMap_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 294 DTEST_LOG << "DmsCallbackTaskTest GetContinuaionMissionId_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 298 DTEST_LOG << "DmsCallbackTaskTest GetContinuaionMissionId_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 309 DTEST_LOG << "DmsCallbackTaskTest GetContinuaionMissionId_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 313 DTEST_LOG << "DmsCallbackTaskTest GetContinuaionMissionId_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 324 DTEST_LOG << "DmsCallbackTaskTest GetContinuaionMissionId_003 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 330 DTEST_LOG << "DmsCallbackTaskTest GetContinuaionMissionId_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 341 DTEST_LOG << "DmsCallbackTaskTest SetContinuationMissionMap_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 346 DTEST_LOG << "DmsCallbackTaskTest SetContinuationMissionMap_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 357 DTEST_LOG << "DmsCallbackTaskTest SetContinuationMissionMap_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 362 DTEST_LOG << "DmsCallbackTaskTest SetContinuationMissionMap_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 373 DTEST_LOG << "DmsCallbackTaskTest SetContinuationMissionMap_003 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 378 DTEST_LOG << "DmsCallbackTaskTest SetContinuationMissionMap_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 389 DTEST_LOG << "DmsCallbackTaskTest SetContinuationMissionMap_004 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 394 DTEST_LOG << "DmsCallbackTaskTest SetContinuationMissionMap_004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 405 DTEST_LOG << "DmsCallbackTaskTest SetContinuationMissionMap_005 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 411 DTEST_LOG << "DmsCallbackTaskTest SetContinuationMissionMap_005 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 422 DTEST_LOG << "DmsCallbackTaskTest SetContinuationMissionMap_006 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 427 DTEST_LOG << "DmsCallbackTaskTest SetContinuationMissionMap_006 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 438 DTEST_LOG << "DmsCallbackTaskTest GetLaunchType_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 442 DTEST_LOG << "DmsCallbackTaskTest GetLaunchType_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 453 DTEST_LOG << "DmsCallbackTaskTest GetLaunchType_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 457 DTEST_LOG << "DmsCallbackTaskTest GetLaunchType_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 468 DTEST_LOG << "DmsCallbackTaskTest GetLaunchType_003 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 472 DTEST_LOG << "DmsCallbackTaskTest GetLaunchType_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 483 DTEST_LOG << "DmsCallbackTaskTest GetLaunchType_004 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 489 DTEST_LOG << "DmsCallbackTaskTest GetLaunchType_004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 500 DTEST_LOG << "DmsCallbackTaskTest NotifyDeviceOffline_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 506 DTEST_LOG << "DmsCallbackTaskTest NotifyDeviceOffline_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 517 DTEST_LOG << "DmsCallbackTaskTest NotifyDeviceOffline_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 524 DTEST_LOG << "DmsCallbackTaskTest NotifyDeviceOffline_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 535 DTEST_LOG << "DmsCallbackTaskTest NotifyDeviceOffline_003 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 542 DTEST_LOG << "DmsCallbackTaskTest NotifyDeviceOffline_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 553 DTEST_LOG << "DmsCallbackTaskTest ProcessEvent_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 562 DTEST_LOG << "DmsCallbackTaskTest ProcessEvent_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 573 DTEST_LOG << "DmsCallbackTaskTest ProcessEvent_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 583 DTEST_LOG << "DmsCallbackTaskTest ProcessEvent_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 594 DTEST_LOG << "DmsCallbackTaskTest ProcessEvent_003 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 605 DTEST_LOG << "DmsCallbackTaskTest ProcessEvent_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 616 DTEST_LOG << "DmsCallbackTaskTest ProcessEvent_004 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 626 DTEST_LOG << "DmsCallbackTaskTest ProcessEvent_004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
H A D | dms_version_manager_test.cpp | 32 DTEST_LOG << "DmsVersionManagerTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 37 DTEST_LOG << "DmsVersionManagerTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 42 DTEST_LOG << "DmsVersionManagerTest::TearDown" << std::endl; in TearDown() member in OHOS::DistributedSchedule::std 47 DTEST_LOG << "DmsVersionManagerTest::SetUp" << std::endl; in SetUp() member in OHOS::DistributedSchedule::std 58 DTEST_LOG << "DmsVersionManagerTest CompareDmsVersionTest_001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 63 DTEST_LOG << "DmsVersionManagerTest CompareDmsVersionTest_001 end ret:" << result << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 74 DTEST_LOG << "DmsVersionManagerTest CompareDmsVersionTest_002 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 79 DTEST_LOG << "DmsVersionManagerTest CompareDmsVersionTest_002 end ret:" << result << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 90 DTEST_LOG << "DmsVersionManagerTest CompareDmsVersionTest_003 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 95 DTEST_LOG << "DmsVersionManagerTest CompareDmsVersionTest_003 end ret:" << result << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 106 DTEST_LOG << "DmsVersionManagerTest CompareDmsVersionTest_004 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 111 DTEST_LOG << "DmsVersionManagerTest CompareDmsVersionTest_004 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 122 DTEST_LOG << "DmsVersionManagerTest ParseDmsVersionTest_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 127 DTEST_LOG << "DmsVersionManagerTest ParseDmsVersionTest_001 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 138 DTEST_LOG << "DmsVersionManagerTest ParseDmsVersionTest_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 143 DTEST_LOG << "DmsVersionManagerTest ParseDmsVersionTest_002 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 154 DTEST_LOG << "DmsVersionManagerTest ParseDmsVersionTest_003 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 159 DTEST_LOG << "DmsVersionManagerTest ParseDmsVersionTest_003 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 170 DTEST_LOG << "DmsVersionManagerTest ParseDmsVersionTest_004 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 175 DTEST_LOG << "DmsVersionManagerTest ParseDmsVersionTest_004 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 186 DTEST_LOG << "DmsVersionManagerTest ParseDmsVersionTest_005 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 191 DTEST_LOG << "DmsVersionManagerTest ParseDmsVersionTest_005 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 202 DTEST_LOG << "DmsVersionManagerTest ParseDmsVersionTest_006 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 207 DTEST_LOG << "DmsVersionManagerTest ParseDmsVersionTest_006 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 218 DTEST_LOG << "DmsVersionManagerTest ParseDmsVersionTest_007 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 223 DTEST_LOG << "DmsVersionManagerTest ParseDmsVersionTest_007 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 234 DTEST_LOG << "DmsVersionManagerTest ParseDmsVersionTest_008 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 239 DTEST_LOG << "DmsVersionManagerTest ParseDmsVersionTest_008 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 250 DTEST_LOG << "DmsVersionManagerTest GetDmsVersionDataFromAppInfo_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 257 DTEST_LOG << "DmsVersionManagerTest GetDmsVersionDataFromAppInfo_001 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 268 DTEST_LOG << "DmsVersionManagerTest GetDmsVersionDataFromAppInfo_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 275 DTEST_LOG << "DmsVersionManagerTest GetDmsVersionDataFromAppInfo_002 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 286 DTEST_LOG << "DmsVersionManagerTest GetDmsVersionDataFromAppInfo_003 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 293 DTEST_LOG << "DmsVersionManagerTest GetDmsVersionDataFromAppInfo_003 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 304 DTEST_LOG << "DmsVersionManagerTest GetDmsVersionDataFromAppInfo_004 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 311 DTEST_LOG << "DmsVersionManagerTest GetDmsVersionDataFromAppInfo_004 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 322 DTEST_LOG << "DmsVersionManagerTest GetDmsVersionDataFromAppInfo_005 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 329 DTEST_LOG << "DmsVersionManagerTest GetDmsVersionDataFromAppInfo_005 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 340 DTEST_LOG << "DmsVersionManagerTest GetAppInfoFromDP_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 347 DTEST_LOG << "DmsVersionManagerTest GetAppInfoFromDP_001 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 358 DTEST_LOG << "DmsVersionManagerTest ParseAppInfo_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 365 DTEST_LOG << "DmsVersionManagerTest ParseAppInfo_001 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 376 DTEST_LOG << "DmsVersionManagerTest ParseAppInfo_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 383 DTEST_LOG << "DmsVersionManagerTest ParseAppInfo_002 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 394 DTEST_LOG << "DmsVersionManagerTest ParseAppInfo_003 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 401 DTEST_LOG << "DmsVersionManagerTest ParseAppInfo_003 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 412 DTEST_LOG << "DmsVersionManagerTest ParseAppInfo_004 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 419 DTEST_LOG << "DmsVersionManagerTest ParseAppInfo_004 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 430 DTEST_LOG << "DmsVersionManagerTest ParseAppInfo_005 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 437 DTEST_LOG << "DmsVersionManagerTest ParseAppInfo_005 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 448 DTEST_LOG << "DmsVersionManagerTest GetAppInfoFromDP_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 455 DTEST_LOG << "DmsVersionManagerTest GetAppInfoFromDP_002 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 466 DTEST_LOG << "DmsVersionManagerTest ParseAppInfo_006 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 473 DTEST_LOG << "DmsVersionManagerTest ParseAppInfo_006 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 484 DTEST_LOG << "DmsVersionManagerTest GetRemoteDmsVersion_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 491 DTEST_LOG << "DmsVersionManagerTest GetRemoteDmsVersion_001 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 502 DTEST_LOG << "DmsVersionManagerTest GetRemoteDmsVersion_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 509 DTEST_LOG << "DmsVersionManagerTest GetRemoteDmsVersion_002 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 520 DTEST_LOG << "DmsVersionManagerTest IsRemoteDmsVersionLower_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 530 DTEST_LOG << "DmsVersionManagerTest IsRemoteDmsVersionLower_001 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
H A D | bundle_manager_internal_test.cpp | 41 DTEST_LOG << "BundleManagerInternalTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 47 DTEST_LOG << "BundleManagerInternalTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 52 DTEST_LOG << "BundleManagerInternalTest::TearDown" << std::endl; in TearDown() member in OHOS::DistributedSchedule::std 57 DTEST_LOG << "BundleManagerInternalTest::SetUp" << std::endl; in SetUp() member in OHOS::DistributedSchedule::std 67 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 74 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_001 end ret:" << ret << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 84 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_002 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 98 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_002 end "<< std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 108 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_003 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 115 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_003 end "<< std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 125 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_004 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 132 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_004 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 142 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_005 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 149 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_005 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 159 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_006 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 169 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_006 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 179 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_007 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 208 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_007 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 218 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_008 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 228 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_008 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 238 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_009 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 243 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_009 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 253 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_010 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 258 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_010 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 268 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_011 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 273 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_011 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 283 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_012 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 288 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_012 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 298 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_013 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 302 DTEST_LOG << "BundleManagerInternalTest BundleManagerInternalTest_013 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 312 DTEST_LOG << "BundleManagerCallBackTest BundleManagerCallBackTest_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 320 DTEST_LOG << "BundleManagerCallBackTest BundleManagerCallBackTest_001 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 330 DTEST_LOG << "BundleManagerCallBackTest BundleManagerCallBackTest_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 338 DTEST_LOG << "BundleManagerCallBackTest BundleManagerCallBackTest_002 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 348 DTEST_LOG << "BundleManagerCallBackTest BundleManagerCallBackTest_003 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 356 DTEST_LOG << "BundleManagerCallBackTest BundleManagerCallBackTest_003 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 366 DTEST_LOG << "BundleManagerCallBackTest BundleManagerCallBackTest_004 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 375 DTEST_LOG << "BundleManagerCallBackTest BundleManagerCallBackTest_004 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 385 DTEST_LOG << "BundleManagerCallBackTest BundleManagerCallBackTest_005 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 394 DTEST_LOG << "BundleManagerCallBackTest BundleManagerCallBackTest_005 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 404 DTEST_LOG << "BundleManagerCallBackTest GetBundleNameListFromBms_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 414 DTEST_LOG << "BundleManagerCallBackTest GetBundleNameListFromBms_001 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 424 DTEST_LOG << "BundleManagerCallBackTest GetBundleNameListFromBms_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 434 DTEST_LOG << "BundleManagerCallBackTest GetBundleNameListFromBms_002 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 444 DTEST_LOG << "BundleManagerInternalTest GetCallerAppIdFromBms_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 451 DTEST_LOG << "BundleManagerInternalTest GetCallerAppIdFromBms_001 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 461 DTEST_LOG << "BundleManagerInternalTest IsSameAppId_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 466 DTEST_LOG << "BundleManagerInternalTest IsSameAppId_001 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 476 DTEST_LOG << "BundleManagerInternalTest IsSameAppId_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 481 DTEST_LOG << "BundleManagerInternalTest IsSameAppId_002 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 491 DTEST_LOG << "BundleManagerInternalTest IsSameAppId_003 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 496 DTEST_LOG << "BundleManagerInternalTest IsSameAppId_003 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 506 DTEST_LOG << "BundleManagerInternalTest IsSameAppId_004 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 511 DTEST_LOG << "BundleManagerInternalTest IsSameAppId_004 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 521 DTEST_LOG << "BundleManagerInternalTest GetBundleNameId_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 526 DTEST_LOG << "BundleManagerInternalTest GetBundleNameId_001 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 536 DTEST_LOG << "BundleManagerInternalTest GetBundleNameId_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 542 DTEST_LOG << "BundleManagerInternalTest GetBundleNameId_002 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 552 DTEST_LOG << "BundleManagerInternalTest IsSameDeveloperId_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 569 DTEST_LOG << "BundleManagerInternalTest IsSameDeveloperId_001 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 579 DTEST_LOG << "BundleManagerInternalTest GetContinueBundle4Src_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 584 DTEST_LOG << "BundleManagerInternalTest GetContinueBundle4Src_001 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 594 DTEST_LOG << "BundleManagerInternalTest GetAppProvisionInfo4CurrentUser_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 599 DTEST_LOG << "BundleManagerInternalTest GetAppProvisionInfo4CurrentUser_001 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 609 DTEST_LOG << "BundleManagerInternalTest GetContinueType_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 615 DTEST_LOG << "BundleManagerInternalTest GetContinueType_001 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 625 DTEST_LOG << "BundleManagerInternalTest GetContinueTypeId_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 631 DTEST_LOG << "BundleManagerInternalTest GetContinueTypeId_001 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 641 DTEST_LOG << "BundleManagerInternalTest GetBundleNameById_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 647 DTEST_LOG << "BundleManagerInternalTest GetBundleNameById_001 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
H A D | dms_hisysevent_report_test.cpp | 35 DTEST_LOG << "DmsHiSysEventReportTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 40 DTEST_LOG << "DmsHiSysEventReportTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 45 DTEST_LOG << "DmsHiSysEventReportTest::TearDown" << std::endl; in TearDown() member in OHOS::DistributedSchedule::std 50 DTEST_LOG << "DmsHiSysEventReportTest::SetUp" << std::endl; in SetUp() member in OHOS::DistributedSchedule::std 60 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 67 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_001 end ret:" << result << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 77 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_002 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 84 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_002 end ret:" << result << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 94 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_003 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 101 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_003 end ret:" << result << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 111 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_004 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 118 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_004 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 128 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_005 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 135 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_005 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 145 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_006 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 152 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_006 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 162 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_007 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 168 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_007 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 178 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_008 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 184 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_008 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 194 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_009 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 200 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_009 end ret:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 210 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_010 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 216 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_010 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 226 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_011 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 232 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_011 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 242 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_012 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 248 DTEST_LOG << "DmsHiSysEventReportTest DmsHiSysEventReportTest_012 end "<< std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
/foundation/distributedhardware/distributed_screen/services/screendemo/ |
H A D | test.cpp | 70 cout << "-------------remote screen info---------------" << endl; in QueryRemoteScreenInfo() local 71 cout << "remote screen Num: " << remoteScreens.size() << endl; in QueryRemoteScreenInfo() 76 cout << endl; in QueryRemoteScreenInfo() local 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() local 90 cout << "Error: no remote screens enabled" << endl; in StartMirror() local 94 cout << "select remote screen id to mirror: " << endl; in StartMirror() local 110 cout << "input mirrorId is not valid!" << endl; StartMirror() local 115 cout << "------------start mirror----------" << endl; StartMirror() local 116 cout << "mirror screen Id is " << mirrorId << endl; StartMirror() local 127 cout << "no remote screens enabled, no need stop mirror" << endl; StopMirror() local 132 cout << "select remote screen id to stop mirror: " << endl; StopMirror() local 146 cout << "input screenId is not valid!" << endl; StopMirror() local 150 cout << "-------------- stop mirror ------------" << endl; StopMirror() local 151 cout << "stop mirror screen id is " << stopMirrorId << endl; StopMirror() local 161 cout << "Error: no remote screens enabled" << endl; StartExpand() local 165 cout << "select remote screen id to expand: " << endl; StartExpand() local 181 cout << "input expandId is not valid!" << endl; StartExpand() local 186 cout << endl << "------------start expand----------" << endl; StartExpand() local 187 cout << "expand screen Id is " << expandId << endl; StartExpand() local 197 cout << "no remote screens enabled, no need stop expand" << endl; StopExpand() local 202 cout << "select remote screen id to stop expand: " << endl; StopExpand() local 216 cout << "input screenId is not valid!" << endl; StopExpand() local 220 cout << "-------------- stop expand ------------" << endl; StopExpand() local 221 cout << "stop expand screen id is " << stopExpandId << endl; StopExpand() local 230 cout << "nodeInfo is nullptr" << endl; PrintNodeProperty() local 297 cout << "create window, please input window size" << endl; CreateWindow() local 307 cout << "Invalid window size." << endl; CreateWindow() local 321 cout << "create window success." << endl; CreateWindow() local 327 cout << "start run decoder" << endl; CreateWindow() local 331 << ", height: " << windowHeight << endl; CreateWindow() local 338 cout << "Please select a test scenario number(default StartMirror): " << endl; main() local 339 cout << "0:StartMirror" << endl; main() local 340 cout << "1:StopMirror" << endl; main() local 341 cout << "2:StartExpand" << endl; main() local 342 cout << "3:StopExpand" << endl; main() local 343 cout << "4:CreateWindow" << endl; main() local 344 cout << "5:QueryRemoteDeviceInfo" << endl; main() local 345 cout << "6:QueryRemoteScreenInfo" << endl; main() local 363 cout << "no that selection" << endl; main() local [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/softbus_adapter/ |
H A D | softbus_adapter_common_test.cpp | 31 DTEST_LOG << "SoftbusAdapterTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 36 DTEST_LOG << "SoftbusAdapterTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 41 DTEST_LOG << "SoftbusAdapterTest::TearDown" << std::endl; in TearDown() member in OHOS::DistributedSchedule::std 46 DTEST_LOG << "SoftbusAdapterTest::SetUp" << std::endl; in SetUp() member in OHOS::DistributedSchedule::std 56 DTEST_LOG << "SoftbusAdapterTest SendSoftbusEvent_001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 61 DTEST_LOG << "SoftbusAdapterTest SendSoftbusEvent_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 71 DTEST_LOG << "SoftbusAdapterTest StopSoftbusEvent_001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 74 DTEST_LOG << "SoftbusAdapterTest StopSoftbusEvent_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 84 DTEST_LOG << "SoftbusAdapterTest OnBroadCastRecv_001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 89 DTEST_LOG << "SoftbusAdapterTest OnBroadCastRecv_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 91 DTEST_LOG << "SoftbusAdapterTest RegisterSoftbusEventListener_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 95 DTEST_LOG << "SoftbusAdapterTest RegisterSoftbusEventListener_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 105 DTEST_LOG << "SoftbusAdapterTest UnregisterSoftbusEventListener_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 109 DTEST_LOG << "SoftbusAdapterTest UnregisterSoftbusEventListener_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 119 DTEST_LOG << "SoftbusAdapterTest RegisterSoftbusEventListener_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 123 DTEST_LOG << "SoftbusAdapterTest RegisterSoftbusEventListener_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 133 DTEST_LOG << "SoftbusAdapterTest StopSoftbusEvent_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 137 DTEST_LOG << "SoftbusAdapterTest StopSoftbusEvent_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 147 DTEST_LOG << "SoftbusAdapterTest RegisterSoftbusEventListener_003 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 151 DTEST_LOG << "SoftbusAdapterTest RegisterSoftbusEventListener_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 161 DTEST_LOG << "SoftbusAdapterTest RegisterSoftbusEventListener_004 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 166 DTEST_LOG << "SoftbusAdapterTest RegisterSoftbusEventListener_004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 176 DTEST_LOG << "SoftbusAdapterTest UnregisterSoftbusEventListener_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 180 DTEST_LOG << "SoftbusAdapterTest UnregisterSoftbusEventListener_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 190 DTEST_LOG << "SoftbusAdapterTest UnregisterSoftbusEventListener_003 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 195 DTEST_LOG << "SoftbusAdapterTest UnregisterSoftbusEventListener_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/ |
H A D | audio_inner_capturer_test.cpp | 203 cout << "invalid input, not a number! Please retry with a number." << endl; in GetUserInput() local 214 cout << "[inner capturer Test App]" << endl << endl; in PrintUsage() local 215 cout << "Supported Functionalities:" << endl; in PrintUsage() local 216 cout << "================================Usage=======================================" << endl << endl; in PrintUsage() local 217 cout << " 0: Init Capturer." << endl; in PrintUsage() local 218 cout << " 1: Start read." << endl; in PrintUsage() local 219 cout << " 2: Pause read." << endl; in PrintUsage() local 220 cout << " 3: Flush read." << endl; in PrintUsage() local 221 cout << " 4: Stop read." << endl; PrintUsage() local 222 cout << " 5: Release read." << endl; PrintUsage() local 224 cout << " 1000: exit demo." << endl; PrintUsage() local 225 cout << " Please input your choice: " << endl; PrintUsage() local 226 cout << "================================Usage=======================================" << endl << endl; PrintUsage() local 232 cout << "PaCapturerTest obj is nullptr, init recorder error." << endl; InitRecorder() local 237 cout << "Init capturer error!" << endl; InitRecorder() local 246 cout << "PaCapturerTest obj is nullptr, start recorder error." << endl; StartRecorder() local 251 cout << "Start recorder error!" << endl; StartRecorder() local 260 cout << "PaCapturerTest obj is nullptr, pause recorder error." << endl; PauseRecorder() local 265 cout << "Pause recorder error!" << endl; PauseRecorder() local 274 cout << "PaCapturerTest obj is nullptr, Flush recorder error." << endl; FlushRecorder() local 279 cout << "Flush recorder error!" << endl; FlushRecorder() local 288 cout << "PaCapturerTest obj is nullptr, stop recorder error." << endl; StopRecorder() local 293 cout << "Stop recorder error!" << endl; StopRecorder() local 302 cout << "PaCapturerTest obj is nullptr, stop recorder error." << endl; ReleaseRecorder() local 307 cout << "Stop recorder error!" << endl; ReleaseRecorder() local 332 cout << "Invalid input: " << optCode << endl; HandleCapturerCode() local 347 cout << "OperationCode is INVALID!" << endl; Loop() local 354 cout << " ==== Recorder has been inited, use callback mode ==== " << endl; Loop() local 373 cout << "oh inner capturer test." << endl; main() local [all...] |
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/ |
H A D | system_ability_ondemand_reason_test.cpp | 45 DTEST_LOG << "SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::std 50 DTEST_LOG << "TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::std 55 DTEST_LOG << "SetUp" << std::endl; in SetUp() member in OHOS::std 60 DTEST_LOG << "TearDown" << std::endl; in TearDown() member in OHOS::std 71 DTEST_LOG << "OnDemandReasonExtraDataGetData001 start" << std::endl; in HWTEST_F() member in OHOS::std 76 DTEST_LOG << "OnDemandReasonExtraDataGetData001 end" << std::endl; in HWTEST_F() member in OHOS::std 87 DTEST_LOG << "OnDemandReasonExtraDataGetCode001 start" << std::endl; in HWTEST_F() member in OHOS::std 92 DTEST_LOG << "OnDemandReasonExtraDataGetCode001 end" << std::endl; in HWTEST_F() member in OHOS::std 103 DTEST_LOG << "OnDemandReasonExtraDataGetWant001 start" << std::endl; in HWTEST_F() member in OHOS::std 108 DTEST_LOG << "OnDemandReasonExtraDataGetWant001 end" << std::endl; in HWTEST_F() member in OHOS::std 119 DTEST_LOG << "Marshalling001 start" << std::endl; HWTEST_F() member in OHOS::std 124 DTEST_LOG << "Marshalling001 end" << std::endl; HWTEST_F() member in OHOS::std 135 DTEST_LOG << "Unmarshalling001 start" << std::endl; HWTEST_F() member in OHOS::std 140 DTEST_LOG << "Unmarshalling001 end" << std::endl; HWTEST_F() member in OHOS::std 151 DTEST_LOG << "Unmarshalling002 start" << std::endl; HWTEST_F() member in OHOS::std 158 DTEST_LOG << "Unmarshalling002 end" << std::endl; HWTEST_F() member in OHOS::std 169 DTEST_LOG << "Unmarshalling003 start" << std::endl; HWTEST_F() member in OHOS::std 178 DTEST_LOG << "Unmarshalling003 end" << std::endl; HWTEST_F() member in OHOS::std 189 DTEST_LOG << "SystemAbilityOnDemandReasonSetName001 start" << std::endl; HWTEST_F() member in OHOS::std 193 DTEST_LOG << "SystemAbilityOnDemandReasonSetName001 end" << std::endl; HWTEST_F() member in OHOS::std 204 DTEST_LOG << "SystemAbilityOnDemandReasonSetValue001 start" << std::endl; HWTEST_F() member in OHOS::std 208 DTEST_LOG << "SystemAbilityOnDemandReasonSetValue001 end" << std::endl; HWTEST_F() member in OHOS::std 219 DTEST_LOG << "GetExtraDataId001 start" << std::endl; HWTEST_F() member in OHOS::std 224 DTEST_LOG << "GetExtraDataId001 end" << std::endl; HWTEST_F() member in OHOS::std 235 DTEST_LOG << "SetExtraDataId001 start" << std::endl; HWTEST_F() member in OHOS::std 239 DTEST_LOG << "SetExtraDataId001 end" << std::endl; HWTEST_F() member in OHOS::std 250 DTEST_LOG << "SetExtraData001 start" << std::endl; HWTEST_F() member in OHOS::std 257 DTEST_LOG << "SetExtraData001 end" << std::endl; HWTEST_F() member in OHOS::std 268 DTEST_LOG << "GetExtraData001 start" << std::endl; HWTEST_F() member in OHOS::std 275 DTEST_LOG << "GetExtraData001 end" << std::endl; HWTEST_F() member in OHOS::std 286 DTEST_LOG << "SystemAbilityOnDemandReason001 start" << std::endl; HWTEST_F() member in OHOS::std 296 DTEST_LOG << "SystemAbilityOnDemandReason001 end" << std::endl; HWTEST_F() member in OHOS::std [all...] |
H A D | system_ability_test.cpp | 69 DTEST_LOG << "SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::SAFWK::std 74 DTEST_LOG << "TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::SAFWK::std 80 DTEST_LOG << "SetUp" << std::endl; in SetUp() member in OHOS::SAFWK::std 85 DTEST_LOG << "TearDown" << std::endl; in TearDown() member in OHOS::SAFWK::std 90 DTEST_LOG << "said : " << systemAbilityId <<std::endl; in StartAbility() member in OHOS::SAFWK::std 96 DTEST_LOG << "said : " << systemAbilityId <<std::endl; in StopAbility() member in OHOS::SAFWK::std 103 DTEST_LOG << "said : " << systemAbilityId <<std::endl; in ActiveAbility() member in OHOS::SAFWK::std 110 DTEST_LOG << "said : " << systemAbilityId <<std::endl; in IdleAbility() member in OHOS::SAFWK::std 117 DTEST_LOG << "said : " << systemAbilityId <<std::endl; in SendStrategyToSA() member in OHOS::SAFWK::std 123 DTEST_LOG << "fd : " << fd <<std::endl; in IpcStatCmdProc() member in OHOS::SAFWK::std 124 DTEST_LOG << "cmd : " << cmd <<std::endl; IpcStatCmdProc() member in OHOS::SAFWK::std 130 DTEST_LOG << "FfrtDumperProc" <<std::endl; FfrtDumperProc() member in OHOS::SAFWK::std 137 DTEST_LOG << "said : " << said <<std::endl; SystemAbilityExtProc() member in OHOS::SAFWK::std 149 DTEST_LOG << "RemoveSystemAbilityListener001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 154 DTEST_LOG << "RemoveSystemAbilityListener001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 165 DTEST_LOG << "MakeAndRegisterAbility001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 168 DTEST_LOG << "MakeAndRegisterAbility001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 179 DTEST_LOG << "MakeAndRegisterAbility002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 184 DTEST_LOG << "MakeAndRegisterAbility002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 195 DTEST_LOG << "Publish001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 199 DTEST_LOG << "Publish001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 210 DTEST_LOG << "Publish002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 220 DTEST_LOG << "Publish002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 231 DTEST_LOG << "SetDependTimeout001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 236 DTEST_LOG << "SetDependTimeout001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 247 DTEST_LOG << "GetSystemAbility001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 251 DTEST_LOG << "GetSystemAbility001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 262 DTEST_LOG << "CancelIdle001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 267 DTEST_LOG << "CancelIdle001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 278 DTEST_LOG << "CancelIdle002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 283 DTEST_LOG << "CancelIdle002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 294 DTEST_LOG << "Start001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 299 DTEST_LOG << "Start001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 310 DTEST_LOG << "Start002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 315 DTEST_LOG << "Start002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 326 DTEST_LOG << "Idle001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 333 DTEST_LOG << "Idle001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 344 DTEST_LOG << "Idle002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 352 DTEST_LOG << "Idle002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 363 DTEST_LOG << "Idle003 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 371 DTEST_LOG << "Idle003 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 382 DTEST_LOG << "Active001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 388 DTEST_LOG << "Active001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 399 DTEST_LOG << "Active002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 406 DTEST_LOG << "Active002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 417 DTEST_LOG << "GetLibPath001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 421 DTEST_LOG << "GetLibPath001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 432 DTEST_LOG << "IsRunOnCreate001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 436 DTEST_LOG << "IsRunOnCreate001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 447 DTEST_LOG << "OnIdle001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 452 DTEST_LOG << "OnIdle001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 463 DTEST_LOG << "GetCapability001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 469 DTEST_LOG << "GetCapability001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 480 DTEST_LOG << "GetAbilityState001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 484 DTEST_LOG << "GetAbilityState001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 495 DTEST_LOG << "IsRunOnCreate002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 499 DTEST_LOG << "IsRunOnCreate002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 510 DTEST_LOG << "GetLibPath002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 518 DTEST_LOG << "GetLibPath002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 529 DTEST_LOG << "GetOnDemandReasonExtraData001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 535 DTEST_LOG << "GetOnDemandReasonExtraData001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std [all...] |
H A D | local_ability_manager_stub_test.cpp | 55 DTEST_LOG << "SetUpTestCase" << std::endl;
in SetUpTestCase() member in OHOS::SAFWK::std 60 DTEST_LOG << "TearDownTestCase" << std::endl;
in TearDownTestCase() member in OHOS::SAFWK::std 65 DTEST_LOG << "SetUp" << std::endl;
in SetUp() member in OHOS::SAFWK::std 70 DTEST_LOG << "TearDown" << std::endl;
in TearDown() member in OHOS::SAFWK::std 80 DTEST_LOG << "OnRemoteRequest001 start" << std::endl;
in HWTEST_F() member in OHOS::SAFWK::std 91 DTEST_LOG << "OnRemoteRequest001 end" << std::endl;
in HWTEST_F() member in OHOS::SAFWK::std 101 DTEST_LOG << "OnRemoteRequest002 start" << std::endl;
in HWTEST_F() member in OHOS::SAFWK::std 113 DTEST_LOG << "OnRemoteRequest002 end" << std::endl;
in HWTEST_F() member in OHOS::SAFWK::std 123 DTEST_LOG << "OnRemoteRequest003 start" << std::endl;
in HWTEST_F() member in OHOS::SAFWK::std 135 DTEST_LOG << "OnRemoteRequest003 end" << std::endl;
in HWTEST_F() member in OHOS::SAFWK::std 145 DTEST_LOG << "OnRemoteRequest004 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 158 DTEST_LOG << "OnRemoteRequest004 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 168 DTEST_LOG << "OnRemoteRequest005 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 183 DTEST_LOG << "OnRemoteRequest005 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 193 DTEST_LOG << "OnRemoteRequest006 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 205 DTEST_LOG << "OnRemoteRequest006 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 215 DTEST_LOG << "OnRemoteRequest007 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 227 DTEST_LOG << "OnRemoteRequest007 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 238 DTEST_LOG << "StartAbilityInner001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 244 DTEST_LOG << "StartAbilityInner001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 255 DTEST_LOG << "StartAbilityInner002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 261 DTEST_LOG << "StartAbilityInner002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 272 DTEST_LOG << "StartAbilityInner003 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 280 DTEST_LOG << "StartAbilityInner003 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 291 DTEST_LOG << "StopAbilityInner001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 297 DTEST_LOG << "StopAbilityInner001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 308 DTEST_LOG << "StopAbilityInner002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 314 DTEST_LOG << "StopAbilityInner002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 325 DTEST_LOG << "StopAbilityInner003 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 333 DTEST_LOG << "StopAbilityInner003 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 344 DTEST_LOG << "ActiveAbilityInner001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 350 DTEST_LOG << "ActiveAbilityInner001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 361 DTEST_LOG << "ActiveAbilityInner002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 367 DTEST_LOG << "ActiveAbilityInner002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 378 DTEST_LOG << "IdleAbilityInner001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 384 DTEST_LOG << "IdleAbilityInner001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 395 DTEST_LOG << "IdleAbilityInner002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 401 DTEST_LOG << "IdleAbilityInner002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 412 DTEST_LOG << "OnStopAbility001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 416 DTEST_LOG << "OnStopAbility001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 427 DTEST_LOG << "OnStopAbility002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 434 DTEST_LOG << "OnStopAbility002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 445 DTEST_LOG << "ActiveAbility001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 453 DTEST_LOG << "ActiveAbility001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 464 DTEST_LOG << "ActiveAbility002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 472 DTEST_LOG << "ActiveAbility002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 483 DTEST_LOG << "IdleAbility001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 493 DTEST_LOG << "IdleAbility001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 504 DTEST_LOG << "IdleAbility002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 513 DTEST_LOG << "IdleAbility002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 524 DTEST_LOG << "JsonToOnDemandReason001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 537 DTEST_LOG << "JsonToOnDemandReason001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 548 DTEST_LOG << "FfrtDumperProc001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 552 DTEST_LOG << "FfrtDumperProc001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 562 DTEST_LOG << "SendStrategyToSA001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 567 DTEST_LOG << "SendStrategyToSA001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 577 DTEST_LOG << "SendStrategyToSA002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 585 DTEST_LOG << "SendStrategyToSA002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 595 DTEST_LOG << "IpcStatCmdProc001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 600 DTEST_LOG << "IpcStatCmdProc001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 610 DTEST_LOG << "IpcStatCmdProc002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 615 DTEST_LOG << "IpcStatCmdProc002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 625 DTEST_LOG << "IpcStatCmdProc003 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 630 DTEST_LOG << "IpcStatCmdProc003 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 640 DTEST_LOG << "IpcStatCmdProc004 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 645 DTEST_LOG << "IpcStatCmdProc004 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 655 DTEST_LOG << "CheckPermission001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 659 DTEST_LOG << "CheckPermission001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 669 DTEST_LOG << "CheckPermission002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 673 DTEST_LOG << "CheckPermission002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 683 DTEST_LOG << "SystemAbilityExtProc001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 689 DTEST_LOG << "SystemAbilityExtProc001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 699 DTEST_LOG << "SystemAbilityExtProc002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 714 DTEST_LOG << "SystemAbilityExtProc002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 724 DTEST_LOG << "SendStrategyToSAInner001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 729 DTEST_LOG << "SendStrategyToSAInner001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 739 DTEST_LOG << "SendStrategyToSAInner002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 746 DTEST_LOG << "SendStrategyToSAInner002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 756 DTEST_LOG << "SendStrategyToSAInner003 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 765 DTEST_LOG << "SendStrategyToSAInner003 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 775 DTEST_LOG << "SendStrategyToSAInner004 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 784 DTEST_LOG << "SendStrategyToSAInner004 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 794 DTEST_LOG << "SendStrategyToSAInner005 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 805 DTEST_LOG << "SendStrategyToSAInner005 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 815 DTEST_LOG << "SendStrategyToSAInner006 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 828 DTEST_LOG << "SendStrategyToSAInner006 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 838 DTEST_LOG << "IpcStatCmdProcInner001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 843 DTEST_LOG << "IpcStatCmdProcInner001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 853 DTEST_LOG << "IpcStatCmdProcInner002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 860 DTEST_LOG << "IpcStatCmdProcInner002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 870 DTEST_LOG << "IpcStatCmdProcInner003 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 879 DTEST_LOG << "IpcStatCmdProcInner003 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 889 DTEST_LOG << "FfrtDumperProcInner001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 895 DTEST_LOG << "FfrtDumperProcInner001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 905 DTEST_LOG << "SystemAbilityExtProcInner001 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 910 DTEST_LOG << "SystemAbilityExtProcInner001 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 920 DTEST_LOG << "SystemAbilityExtProcInner002 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 927 DTEST_LOG << "SystemAbilityExtProcInner002 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 937 DTEST_LOG << "SystemAbilityExtProcInner003 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 944 DTEST_LOG << "SystemAbilityExtProcInner003 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 954 DTEST_LOG << "SystemAbilityExtProcInner004 start" << std::endl; HWTEST_F() member in OHOS::SAFWK::std 963 DTEST_LOG << "SystemAbilityExtProcInner004 end" << std::endl; HWTEST_F() member in OHOS::SAFWK::std [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/adapter/ |
H A D | mmi_adapter_test.cpp | 33 DTEST_LOG << "MMIAdapterTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 38 DTEST_LOG << "MMIAdapterTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 43 DTEST_LOG << "MMIAdapterTest::TearDown" << std::endl; in TearDown() member in OHOS::DistributedSchedule::std 50 DTEST_LOG << "MMIAdapterTest::SetUp" << std::endl; in SetUp() member in OHOS::DistributedSchedule::std 62 DTEST_LOG << "MMIAdapterTest RemoveMMIListener_001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 66 DTEST_LOG << "MMIAdapterTest RemoveMMIListener_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 76 DTEST_LOG << "MMIAdapterTest PostRawMMIEvent_001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 79 DTEST_LOG << "MMIAdapterTest PostRawMMIEvent_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 89 DTEST_LOG << "MMIAdapterTest PostUnfreezeMMIEvent_001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 92 DTEST_LOG << "MMIAdapterTest PostUnfreezeMMIEvent_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 102 DTEST_LOG << "MMIAdapterTest HandleRawMMIEvent_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 106 DTEST_LOG << "MMIAdapterTest HandleRawMMIEvent_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 116 DTEST_LOG << "MMIAdapterTest HandleRawMMIEvent_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 120 DTEST_LOG << "MMIAdapterTest HandleRawMMIEvent_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 130 DTEST_LOG << "MMIAdapterTest HandleUnfreezeMMIEvent_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 134 DTEST_LOG << "MMIAdapterTest HandleUnfreezeMMIEvent_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/ |
H A D | oh_audio_capturer_lowlatency_test.cpp | 173 std::cout << "client read-write latency:" << (temp / AUDIO_MS_PER_SECOND) << " us" << std::endl; in AudioRendererOnWriteData() member in OHOS::AudioStandard::std 229 cout << "createcallback ret: " << ret << endl; in InitSpk() local 238 cout << "setcallback ret: " << ret << endl; in InitSpk() local 241 cout << "create renderer client, ret: " << ret << endl; in InitSpk() local 249 cout << "Renderer release ret: " << ret << endl; in ReleaseSpk() local 254 cout << "Renderer destroy builder ret: " << ret << endl; in ReleaseSpk() local 262 cout << "Renderer start ret: " << ret << endl; in StartSpk() local 269 cout << "Renderer stop ret: " << ret << endl; in StopSpk() local 281 cout <<"create capturer builder: " << ret << endl; in InitMic() local 291 cout << "setcallback: " << ret << endl; in InitMic() local 295 cout << "create capturer client, ret: " << ret << endl; InitMic() local 303 cout << "start ret: " << ret << endl; StartMic() local 310 cout << "pause ret: " << ret << endl; PauseMic() local 317 cout << "stop ret: " << ret << endl; StopMic() local 325 cout << "release ret: " << ret << endl; ReleaseMic() local 330 cout << "destroy builder ret: " << ret << endl; ReleaseMic() local 339 cout << "Get AudioSystemManager failed" << endl; SelectDevice() local 370 cout << "SelectDevice seccess" << endl; SelectDevice() local 372 cout << "SelectDevice failed, ret:" << ret << endl; SelectDevice() local 430 cout << endl << "======================= InteractiveRunTestSelect ============================" << endl; PrintInteractiveUsage() local 431 cout << "You can respond to instructions for corresponding option:" << endl; PrintInteractiveUsage() local 439 cout << endl << "========================== NdkTestSelect ================================" << endl; PrintNdkTestUsage() local 440 cout << "You can respond to instructions for corresponding test:" << endl; PrintNdkTestUsage() local 455 cout << "invalid input, not a number! Please retry with a number." << endl; GetUserInput() local 464 cout << "Auto run mic oh test enter, please input recordTimeS:" << endl; AutoRunMic() local 467 cout << "open mic file path failed!" << endl; AutoRunMic() local 472 cout << "Mic init failed!" << endl; AutoRunMic() local 478 cout << "Mic start failed!" << endl; AutoRunMic() local 482 cout << "wait " << recordTimeS << "s for capture frame..." << endl; AutoRunMic() local 484 cout << "AutoRunMic end" << endl; AutoRunMic() local 487 cout << "Mic stop failed!" << endl; AutoRunMic() local 493 cout << "Mic release failed!" << endl; AutoRunMic() local 501 cout << "Open mic file path failed!" << endl; ConfigMicTest() local 580 std::cout << "init spk success" << endl; StartLoopTest() local 607 cout << "Interactive run oh test enter." << endl; InteractiveRun() local 638 cout << "Invalid input :" << g_optCode << endl; InteractiveRun() local 642 cout << "Interactive run oh test end." << endl; InteractiveRun() local 651 cout << "Please input 1 or 0 (1 means low latency, 0 means ordinary): " << endl; main() local 666 cout << "OH run mic test, ohTestType: " << ohTestType << endl; main() local 670 cout << "OH run loop test, ohTestType: " << ohTestType << endl; main() local 675 cout << "exit OH test, ohTestType: " << ohTestType << endl; main() local 678 cout << "invalid input, ohTestType: " << ohTestType << endl; main() local 682 cout << "Test end!" << endl; main() local [all...] |
H A D | oh_audio_session_manager_test.cpp | 111 std::cout << "Error reading myfile" << std::endl; in AudioRendererOnWriteData() member in OHOS::AudioStandard::std 113 std::cout << "EOF found" << std::endl; in AudioRendererOnWriteData() member in OHOS::AudioStandard::std 123 std::cout << "AudioRendererDeviceChangeCb reason: " << reason << std::endl; in AudioRendererDeviceChangeCb() member in OHOS::AudioStandard::std 128 std::cout << "Please Input Operate" << std::endl; in UserOperateDsiplay() member in OHOS::AudioStandard::std 129 std::cout << "1 -----> Register Callback" << std::endl; in UserOperateDsiplay() member in OHOS::AudioStandard::std 130 std::cout << "2 -----> UnRegister Callback" << std::endl; in UserOperateDsiplay() member in OHOS::AudioStandard::std 131 std::cout << "3 -----> Activate AudioSession" << std::endl; in UserOperateDsiplay() member in OHOS::AudioStandard::std 132 std::cout << "4 -----> DeActivate AudioSession" << std::endl; in UserOperateDsiplay() member in OHOS::AudioStandard::std 133 std::cout << "5 -----> Is Activate Judging" << std::endl; in UserOperateDsiplay() member in OHOS::AudioStandard::std 134 std::cout << "6 -----> Register and Active" << std::endl; in UserOperateDsiplay() member in OHOS::AudioStandard::std 135 std::cout << "7 -----> Pause Play" << std::endl; UserOperateDsiplay() member in OHOS::AudioStandard::std 136 std::cout << "8 -----> Mix Play" << std::endl; UserOperateDsiplay() member in OHOS::AudioStandard::std 137 std::cout << "9 -----> Duck Play" << std::endl; UserOperateDsiplay() member in OHOS::AudioStandard::std 138 std::cout << "10 -----> Default Play" << std::endl; UserOperateDsiplay() member in OHOS::AudioStandard::std 139 std::cout << "100 -----> Stop Play" << std::endl; UserOperateDsiplay() member in OHOS::AudioStandard::std 140 std::cout << "0 -----> Exit" << std::endl; UserOperateDsiplay() member in OHOS::AudioStandard::std 150 std::cout << "Start Register callback" << std::endl; RegisterCallback() member in OHOS::AudioStandard::std 154 std::cout << "Register callback SUCCESS" << std::endl; RegisterCallback() member in OHOS::AudioStandard::std 156 std::cout << "Register callback FAILED" << std::endl; RegisterCallback() member in OHOS::AudioStandard::std 162 std::cout << "Start UnRegister callback" << std::endl; UnregisterCallback() member in OHOS::AudioStandard::std 166 std::cout << "UnRegister callback SUCCESS" << std::endl; UnregisterCallback() member in OHOS::AudioStandard::std 168 std::cout << "UnRegister callback FAILED" << std::endl; UnregisterCallback() member in OHOS::AudioStandard::std 174 std::cout << "Start Activate AudioSession" << std::endl; ActivateAudioSession() member in OHOS::AudioStandard::std 178 std::cout << "Activate AudioSession SUCCESS" << std::endl; ActivateAudioSession() member in OHOS::AudioStandard::std 180 std::cout << "Activate AudioSession FAILED" << std::endl; ActivateAudioSession() member in OHOS::AudioStandard::std 186 std::cout << "Start DeActivate AudioSession" << std::endl; DeactivateAudioSession() member in OHOS::AudioStandard::std 189 std::cout << "DeActivate AudioSession SUCCESS" << std::endl; DeactivateAudioSession() member in OHOS::AudioStandard::std 191 std::cout << "DeActivate AudioSession FAILED" << std::endl; DeactivateAudioSession() member in OHOS::AudioStandard::std 197 std::cout << "Start Is Activate AudioSession" << std::endl; IsAudioSessionActivated() member in OHOS::AudioStandard::std 200 std::cout << "Is Activate AudioSession SUCCESS" << std::endl; IsAudioSessionActivated() member in OHOS::AudioStandard::std 202 std::cout << "Is Activate AudioSession FAILED" << std::endl; IsAudioSessionActivated() member in OHOS::AudioStandard::std 221 std::cout << "[Renderer] createcallback ret: " << ret << std::endl; StartPlay() member in OHOS::AudioStandard::std 232 std::cout << "[Renderer] setcallback ret: " << ret << std::endl; StartPlay() member in OHOS::AudioStandard::std 236 std::cout << "[Renderer] set device change callback ret: " << ret << std::endl; StartPlay() member in OHOS::AudioStandard::std 240 std::cout << "[Renderer] set buffer size, ret: " << ret << std::endl; StartPlay() member in OHOS::AudioStandard::std 244 std::cout << "[Renderer] create renderer client, ret: " << ret << std::endl; StartPlay() member in OHOS::AudioStandard::std 248 std::cout << "[Renderer] speed ret: " << ret << std::endl; StartPlay() member in OHOS::AudioStandard::std 252 std::cout << "[Renderer] start ret: " << ret << std::endl; StartPlay() member in OHOS::AudioStandard::std 256 std::cout << "[Renderer] framesize: " << frameSize << std::endl; StartPlay() member in OHOS::AudioStandard::std 264 std::cout << "[Renderer] stop ret: " << ret << std::endl; StopPlay() member in OHOS::AudioStandard::std 266 std::cout << "[Renderer] release ret: " << ret << std::endl; StopPlay() member in OHOS::AudioStandard::std 278 std::cout << "Unable to open file" << std::endl; PlayMusic() member in OHOS::AudioStandard::std 314 std::cout << "Continue" << std::endl; LogicPathCheck() member in OHOS::AudioStandard::std 324 std::cout << "[PAUSE] Start play failed" << std::endl; PlayCheck() member in OHOS::AudioStandard::std 326 std::cout << "[PAUSE] Start play completed" << std::endl; PlayCheck() member in OHOS::AudioStandard::std 332 std::cout << "[MIX] Start play failed" << std::endl; PlayCheck() member in OHOS::AudioStandard::std 334 std::cout << "[MIX] Start play completed" << std::endl; PlayCheck() member in OHOS::AudioStandard::std 340 std::cout << "[DUCK] Start play failed" << std::endl; PlayCheck() member in OHOS::AudioStandard::std 342 std::cout << "[DUCK] Start play completed" << std::endl; PlayCheck() member in OHOS::AudioStandard::std 348 std::cout << "[DEFAULT] Start play failed" << std::endl; PlayCheck() member in OHOS::AudioStandard::std 350 std::cout << "[DEFAULT] Start play completed" << std::endl; PlayCheck() member in OHOS::AudioStandard::std 355 std::cout << "Stop play completed" << std::endl; PlayCheck() member in OHOS::AudioStandard::std 358 std::cout << "End" << std::endl; PlayCheck() member in OHOS::AudioStandard::std 364 std::cout << "Callback For Event Reason: " << static_cast<int>(event.reason) << std::endl; MyCallbackFunction() member in OHOS::AudioStandard::std 380 std::cout << "Init Completed, Start Test" << std::endl; main() member in std 406 std::cout << "End Test" << std::endl; main() member in std [all...] |
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/continuation_manager/ |
H A D | continuation_manager_test.cpp | 71 continuationResults[i].GetDeviceId() << std::endl; in OnDeviceConnect() member in OHOS::DistributedSchedule::std 73 continuationResults[i].GetDeviceType() << std::endl; in OnDeviceConnect() member in OHOS::DistributedSchedule::std 75 continuationResults[i].GetDeviceName() << std::endl; in OnDeviceConnect() member in OHOS::DistributedSchedule::std 84 continuationResults[i].GetDeviceId() << std::endl; in OnDeviceDisconnect() member in OHOS::DistributedSchedule::std 86 continuationResults[i].GetDeviceType() << std::endl; in OnDeviceDisconnect() member in OHOS::DistributedSchedule::std 88 continuationResults[i].GetDeviceName() << std::endl; in OnDeviceDisconnect() member in OHOS::DistributedSchedule::std 94 DTEST_LOG << "ContinuationManagerTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 99 DTEST_LOG << "ContinuationManagerTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 105 DTEST_LOG << "ContinuationManagerTest::SetUp" << std::endl; in SetUp() member in OHOS::DistributedSchedule::std 110 DTEST_LOG << "ContinuationManagerTest::TearDown" << std::endl; in TearDown() member in OHOS::DistributedSchedule::std 120 DTEST_LOG << "ContinuationManagerTest RegisterTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 124 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 127 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 131 DTEST_LOG << "ContinuationManagerTest RegisterTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 141 DTEST_LOG << "ContinuationManagerTest RegisterTest_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 146 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 149 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 153 DTEST_LOG << "ContinuationManagerTest RegisterTest_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 163 DTEST_LOG << "ContinuationManagerTest UnregisterTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 166 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 168 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 171 DTEST_LOG << "ContinuationManagerTest UnregisterTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 181 DTEST_LOG << "ContinuationManagerTest UnregisterTest_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 183 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 185 DTEST_LOG << "ContinuationManagerTest UnregisterTest_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 195 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 198 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 202 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 205 DTEST_LOG << "result3:" << result3 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 209 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 219 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 223 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 226 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 229 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 239 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 242 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 246 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 249 DTEST_LOG << "result3:" << result3 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 252 DTEST_LOG << "result4:" << result4 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 257 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 267 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_004 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 271 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 275 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 288 DTEST_LOG << "result3:" << result3 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 292 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 302 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_005 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 306 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 310 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 323 DTEST_LOG << "result3:" << result3 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 327 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_005 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 337 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_006 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 341 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 345 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 358 DTEST_LOG << "result3:" << result3 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 362 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_006 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 372 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_007 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 376 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 380 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 393 DTEST_LOG << "result3:" << result3 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 397 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_007 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 407 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_008 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 411 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 424 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 426 DTEST_LOG << "result3:" << result3 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 430 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_008 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 440 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_009 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 445 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 448 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 462 DTEST_LOG << "result3:" << result3 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 464 DTEST_LOG << "result4:" << result4 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 469 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_009 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 479 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_010 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 494 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 496 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 499 DTEST_LOG << "ContinuationManagerTest RegisterDeviceSelectionCallbackTest_010 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 509 DTEST_LOG << "ContinuationManagerTest UnregisterDeviceSelectionCallbackTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 512 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 516 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 519 DTEST_LOG << "result3:" << result3 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 522 DTEST_LOG << "result4:" << result4 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 525 DTEST_LOG << "result5:" << result5 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 531 DTEST_LOG << "ContinuationManagerTest UnregisterDeviceSelectionCallbackTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 541 DTEST_LOG << "ContinuationManagerTest UnregisterDeviceSelectionCallbackTest_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 544 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 547 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 550 DTEST_LOG << "result3:" << result3 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 554 DTEST_LOG << "ContinuationManagerTest UnregisterDeviceSelectionCallbackTest_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 564 DTEST_LOG << "ContinuationManagerTest UnregisterDeviceSelectionCallbackTest_003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 567 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 570 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 573 DTEST_LOG << "ContinuationManagerTest UnregisterDeviceSelectionCallbackTest_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 583 DTEST_LOG << "ContinuationManagerTest UnregisterDeviceSelectionCallbackTest_004 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 586 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 589 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 592 DTEST_LOG << "ContinuationManagerTest UnregisterDeviceSelectionCallbackTest_004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 602 DTEST_LOG << "ContinuationManagerTest UnregisterDeviceSelectionCallbackTest_005 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 605 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 608 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 611 DTEST_LOG << "ContinuationManagerTest UnregisterDeviceSelectionCallbackTest_005 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 622 DTEST_LOG << "ContinuationManagerTest StartDeviceManagerTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 626 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 628 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 631 DTEST_LOG << "ContinuationManagerTest StartDeviceManagerTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 641 DTEST_LOG << "ContinuationManagerTest StartDeviceManagerTest_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 645 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 650 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 653 DTEST_LOG << "ContinuationManagerTest StartDeviceManagerTest_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 663 DTEST_LOG << "ContinuationManagerTest StartDeviceManagerTest_003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 665 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 670 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 673 DTEST_LOG << "ContinuationManagerTest StartDeviceManagerTest_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 683 DTEST_LOG << "ContinuationManagerTest UpdateConnectStatusTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 686 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 690 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 695 DTEST_LOG << "result3:" << result3 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 699 DTEST_LOG << "ContinuationManagerTest UpdateConnectStatusTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 709 DTEST_LOG << "ContinuationManagerTest UpdateConnectStatusTest_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 712 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 717 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 720 DTEST_LOG << "ContinuationManagerTest UpdateConnectStatusTest_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 730 DTEST_LOG << "ContinuationManagerTest UpdateConnectStatusTest_003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 735 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 737 DTEST_LOG << "ContinuationManagerTest UpdateConnectStatusTest_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 747 DTEST_LOG << "ContinuationManagerTest UpdateConnectStatusTest_004 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 750 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 755 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 758 DTEST_LOG << "ContinuationManagerTest UpdateConnectStatusTest_004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 768 DTEST_LOG << "ContinuationManagerTest UpdateConnectStatusTest_005 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 771 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 775 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 778 DTEST_LOG << "ContinuationManagerTest UpdateConnectStatusTest_005 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 788 DTEST_LOG << "ContinuationManagerTest IsExceededRegisterMaxNumTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 795 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 797 DTEST_LOG << "ContinuationManagerTest IsExceededRegisterMaxNumTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 807 DTEST_LOG << "ContinuationManagerTest IsContinuationModeValidTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 811 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 813 DTEST_LOG << "ContinuationManagerTest IsContinuationModeValidTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 823 DTEST_LOG << "ContinuationManagerTest IsContinuationModeValidTest_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 827 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 829 DTEST_LOG << "ContinuationManagerTest IsContinuationModeValidTest_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 839 DTEST_LOG << "ContinuationManagerTest IsConnectStatusValidTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 843 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 845 DTEST_LOG << "ContinuationManagerTest IsConnectStatusValidTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 855 DTEST_LOG << "ContinuationManagerTest IsConnectStatusValidTest_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 859 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 861 DTEST_LOG << "ContinuationManagerTest IsConnectStatusValidTest_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 871 DTEST_LOG << "ContinuationManagerTest IsTokenRegisteredTest_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 877 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 879 DTEST_LOG << "ContinuationManagerTest IsTokenRegisteredTest_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 889 DTEST_LOG << "ContinuationManagerTest IsTokenRegisteredTest_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 896 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 898 DTEST_LOG << "ContinuationManagerTest IsTokenRegisteredTest_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 908 DTEST_LOG << "ContinuationManagerTest IsNotifierRegisteredTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 911 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 913 DTEST_LOG << "ContinuationManagerTest IsNotifierRegisteredTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 923 DTEST_LOG << "ContinuationManagerTest IsNotifierRegisteredLockedTest_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 926 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 928 DTEST_LOG << "ContinuationManagerTest IsNotifierRegisteredLockedTest_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 938 DTEST_LOG << "ContinuationManagerTest IsNotifierRegisteredLockedTest_003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 941 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 943 DTEST_LOG << "ContinuationManagerTest IsNotifierRegisteredLockedTest_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 953 DTEST_LOG << "ContinuationManagerTest IsNotifierRegisteredTest_004 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 960 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 962 DTEST_LOG << "ContinuationManagerTest IsNotifierRegisteredTest_004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 972 DTEST_LOG << "ContinuationManagerTest IsNotifierRegisteredLockedTest_005 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 979 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 981 DTEST_LOG << "ContinuationManagerTest IsNotifierRegisteredLockedTest_005 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 991 DTEST_LOG << "ContinuationManagerTest IsNotifierRegisteredLockedTest_006 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 998 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1000 DTEST_LOG << "ContinuationManagerTest IsNotifierRegisteredLockedTest_006 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1011 DTEST_LOG << "ContinuationManagerTest IsNotifierRegisteredLockedTest_007 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1018 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1020 DTEST_LOG << "ContinuationManagerTest IsNotifierRegisteredLockedTest_007 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1030 DTEST_LOG << "ContinuationManagerTest QueryTokenByNotifier_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1038 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1040 DTEST_LOG << "ContinuationManagerTest QueryTokenByNotifier_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1050 DTEST_LOG << "ContinuationManagerTest QueryTokenByNotifier_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1058 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1061 DTEST_LOG << "ContinuationManagerTest QueryTokenByNotifier_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1072 DTEST_LOG << "ContinuationManagerTest GetSetDeviceInfo_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1087 DTEST_LOG << "ContinuationManagerTest GetSetDeviceInfo_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1098 DTEST_LOG << "ContinuationManagerTest MarshallingUnmarshalling_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1108 DTEST_LOG << "result1:" << result1 << endl; HWTEST_F() local 1121 DTEST_LOG << "ContinuationManagerTest MarshallingUnmarshalling_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1132 DTEST_LOG << "ContinuationManagerTest ReadFromParcel_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1153 DTEST_LOG << "ContinuationManagerTest ReadFromParcel_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1164 DTEST_LOG << "ContinuationManagerTest WriteContinuationResultsFromParcel_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1197 DTEST_LOG << "ContinuationManagerTest WriteContinuationResultsFromParcel_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1207 DTEST_LOG << "ContinuationManagerTest ReadContinuationResultsFromParcel_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1214 DTEST_LOG << "ContinuationManagerTest ReadContinuationResultsFromParcel_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1224 DTEST_LOG << "ContinuationManagerTest ReadContinuationResultsFromParcel_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1231 DTEST_LOG << "ContinuationManagerTest ReadContinuationResultsFromParcel_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1241 DTEST_LOG << "ContinuationManagerTest ReadContinuationResultsFromParcel_003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1248 DTEST_LOG << "ContinuationManagerTest ReadContinuationResultsFromParcel_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1258 DTEST_LOG << "ContinuationManagerTest ReadContinuationResultsFromParcel_004 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1265 DTEST_LOG << "ContinuationManagerTest ReadContinuationResultsFromParcel_004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1275 DTEST_LOG << "ContinuationManagerTest ReadContinuationResultsFromParcel_005 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1284 DTEST_LOG << "ContinuationManagerTest ReadContinuationResultsFromParcel_005 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1295 DTEST_LOG << "ContinuationManagerTest ReadContinuationResultsFromParcel_006 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1302 DTEST_LOG << "ContinuationManagerTest ReadContinuationResultsFromParcel_006 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1312 DTEST_LOG << "ContinuationManagerTest WriteContinuationResultsToParcel_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1317 DTEST_LOG << "ContinuationManagerTest WriteContinuationResultsToParcel_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1328 DTEST_LOG << "ContinuationManagerTest Str16VecToStr8Vec_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1346 DTEST_LOG << "ContinuationManagerTest Str16VecToStr8Vec_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1357 DTEST_LOG << "ContinuationManagerTest SetFunction_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1385 DTEST_LOG << "ContinuationManagerTest SetFunction_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1396 DTEST_LOG << "ContinuationManagerTest ReadFromParcel_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1432 DTEST_LOG << "ContinuationManagerTest ReadFromParcel_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1443 DTEST_LOG << "ContinuationManagerTest Unmarshalling_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1480 DTEST_LOG << "ContinuationManagerTest Unmarshalling_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1491 DTEST_LOG << "ContinuationManagerTest Unmarshalling_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1497 DTEST_LOG << "ContinuationManagerTest Unmarshalling_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/ |
H A D | distributed_bm_storage_test.cpp | 42 DTEST_LOG << "DistributedBmStorageTest::SetUpTestCase" << std::endl;
in SetUpTestCase() member in OHOS::DistributedSchedule::std 48 DTEST_LOG << "DistributedBmStorageTest::TearDownTestCase" << std::endl;
in TearDownTestCase() member in OHOS::DistributedSchedule::std 55 DTEST_LOG << "DistributedBmStorageTest::SetUp" << std::endl;
in SetUp() member in OHOS::DistributedSchedule::std 60 DTEST_LOG << "DistributedBmStorageTest::TearDown" << std::endl;
in TearDown() member in OHOS::DistributedSchedule::std 79 DTEST_LOG << "DistributedBmStorageTest SaveStorageDistributeInfo_001 start" << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 88 DTEST_LOG << "DistributedBmStorageTest SaveStorageDistributeInfo_001 end" << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 98 DTEST_LOG << "DistributedBmStorageTest DeleteStorageDistributeInfoTest_001 start" << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 107 DTEST_LOG << "DistributedBmStorageTest DeleteStorageDistributeInfoTest_001 end" << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 117 DTEST_LOG << "DistributedBmStorageTest GetStorageDistributeInfo_001 start" << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 127 DTEST_LOG << "DistributedBmStorageTest GetStorageDistributeInfo_001 end" << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 137 DTEST_LOG << "DistributedBmStorageTest GetDistributedBundleNameTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 147 DTEST_LOG << "DistributedBmStorageTest GetDistributedBundleNameTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 157 DTEST_LOG << "DistributedBmStorageTest GetDistributedBundleNameTest_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 168 DTEST_LOG << "DistributedBmStorageTest GetDistributedBundleNameTest_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 178 DTEST_LOG << "DistributedBmStorageTest GetDistributedBundleNameTest_003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 189 DTEST_LOG << "DistributedBmStorageTest GetDistributedBundleNameTest_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 199 DTEST_LOG << "DistributedBmStorageTest GetDistributedBundleNameTest_004 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 210 DTEST_LOG << "DistributedBmStorageTest GetDistributedBundleNameTest_004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 220 DTEST_LOG << "DistributedBmStorageTest GetBundleIdTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 230 DTEST_LOG << "DistributedBmStorageTest GetBundleIdTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 240 DTEST_LOG << "DistributedBmStorageTest GetBundleIdTest_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 250 DTEST_LOG << "DistributedBmStorageTest GetBundleIdTest_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 260 DTEST_LOG << "DistributedBmStorageTest UpdateDistributedDataTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 267 DTEST_LOG << "DistributedBmStorageTest UpdateDistributedDataTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 277 DTEST_LOG << "DistributedBmStorageTest CloudSyncTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 284 DTEST_LOG << "DistributedBmStorageTest CloudSyncTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 294 DTEST_LOG << "DistributedBmStorageTest GetBundleMgrTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 302 DTEST_LOG << "DistributedBmStorageTest GetBundleMgrTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 312 DTEST_LOG << "DistributedBmStorageTest GetContinueTypeTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 323 DTEST_LOG << "DistributedBmStorageTest GetContinueTypeTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 333 DTEST_LOG << "DistributedBmStorageTest GetAbilityNameTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 344 DTEST_LOG << "DistributedBmStorageTest GetAbilityNameTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 354 DTEST_LOG << "DistributedBmStorageTest GetContinueTypeIdTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 365 DTEST_LOG << "DistributedBmStorageTest GetContinueTypeIdTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 375 DTEST_LOG << "DistributedBmStorageTest GetContinueEventInfoTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 388 DTEST_LOG << "DistributedBmStorageTest GetContinueEventInfoTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 398 DTEST_LOG << "DistributedBmStorageTest DmsPutBatchTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 406 DTEST_LOG << "DistributedBmStorageTest DmsPutBatchTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 416 DTEST_LOG << "DistributedBmStorageTest UpdatePublicRecordsTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 423 DTEST_LOG << "DistributedBmStorageTest UpdatePublicRecordsTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 433 DTEST_LOG << "DistributedBmStorageTest InnerSaveStorageDistributeInfoTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 447 DTEST_LOG << "DistributedBmStorageTest InnerSaveStorageDistributeInfoTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 457 DTEST_LOG << "DistributedBmStorageTest DelBundleNameIdTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 468 DTEST_LOG << "DistributedBmStorageTest DelBundleNameIdTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 478 DTEST_LOG << "DistributedBmStorageTest DealGetBundleNameTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 486 DTEST_LOG << "DistributedBmStorageTest DealGetBundleNameTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 496 DTEST_LOG << "DistributedBmStorageTest DelReduDataTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 504 DTEST_LOG << "DistributedBmStorageTest DelReduDataTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 514 DTEST_LOG << "DistributedBmStorageTest RebuildLocalDataTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 521 DTEST_LOG << "DistributedBmStorageTest RebuildLocalDataTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 531 DTEST_LOG << "DistributedBmStorageTest ConvertToDistributedBundleInfoTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 545 DTEST_LOG << "DistributedBmStorageTest ConvertToDistributedBundleInfoTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 555 DTEST_LOG << "DistributedBmStorageTest DelDataOfLogoutDevTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 565 DTEST_LOG << "DistributedBmStorageTest DelDataOfLogoutDevTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 575 DTEST_LOG << "DistributedBmStorageTest GetDistributedBundleInfoTest_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 585 DTEST_LOG << "DistributedBmStorageTest GetDistributedBundleInfoTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
/foundation/multimedia/ringtone_library/test/unittest/ringtone_scanner/src/ |
H A D | ringtone_test.cpp | 125 cout << "Update error" << endl; in RingtoneDeleteAndUpdate() local 128 cout << "Update " << changedRows << " rows from ringtone library." << endl; in RingtoneDeleteAndUpdate() local 131 cout << "delete " << changedRows << " rows from ringtone library." << endl; in RingtoneDeleteAndUpdate() local 146 cout << "Query errCode=" << errCode << endl; in RingtoneQuery() local 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 << "GetTitle() = " << ringtoneAsset->GetTitle() << endl; in RingtoneQuery() 205 cout << "query last tone id = " << toneId << endl; main() local 210 cout << "OpenFile fd = " << fd << endl; main() local 220 cout << "OpenFile error" << endl; main() local [all...] |
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | manual_ondemand_helper.cpp | 72 cout << "GetSystemAbilityManager samgr object null!" << endl; in GetSystemProcess() local 78 cout << "GetRunningSystemProcess failed" << endl; in GetSystemProcess() local 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() local 101 cout << "SubscribeSystemProcess failed" << endl; in SubscribeSystemProcess() local 104 cout << "SubscribeSystemProcess success" << endl; in SubscribeSystemProcess() local 111 cout << "GetSystemAbilityManager samgr object null!" << endl; in UnSubscribeSystemProcess() local 116 cout << "UnSubscribeSystemProcess failed" << endl; in UnSubscribeSystemProcess() local 119 cout << "UnSubscribeSystemProcess success" << endl; in UnSubscribeSystemProcess() local 139 cout << "GetSystemAbilityManager samgr object null!" << endl; LoadSystemAbility() local 144 cout << "systemAbilityId:" << systemAbilityId << " unload failed, result code:" << result << endl; LoadSystemAbility() local 148 << " systemAbilityId:" << systemAbilityId << endl; LoadSystemAbility() local 158 cout << "GetSystemAbilityManager samgr object null!" << endl; UnloadSystemAbility() local 163 cout << "systemAbilityId:" << systemAbilityId << " unload failed, result code:" << result << endl; UnloadSystemAbility() local 167 << " systemAbilityId:" << systemAbilityId << endl; UnloadSystemAbility() local 176 cout << "GetSystemAbilityManager samgr object null!" << endl; OnDemandAbility() local 181 cout << "systemAbilityId:" << systemAbilityId << " load failed, result code:" << result << endl; OnDemandAbility() local 185 << " systemAbilityId:" << systemAbilityId << endl; OnDemandAbility() local 193 cout << "GetSystemAbilityManager samgr object null!" << endl; GetSystemProcessInfo() local 199 cout << "GetSystemProcessInfo failed" << endl; GetSystemProcessInfo() local 210 cout << "GetSystemAbilityManager samgr object null!" << endl; SyncOnDemandAbility() local 216 cout << "systemAbilityId:" << systemAbilityId << "syncload failed,result code" << result << endl; SyncOnDemandAbility() local 220 << "systemAbilityId:" << systemAbilityId << endl; SyncOnDemandAbility() local 244 cout << "LoadOndemandAbilityCase1 start" << endl; LoadOndemandAbilityCase1() local 249 cout << "LoadOndemandAbilityCase1 done, spend:" << (GetTickCount() - begin) << " ms" << endl; LoadOndemandAbilityCase1() local 255 cout << "LoadOndemandAbilityCase2 start" << endl; LoadOndemandAbilityCase2() local 262 cout << "LoadOndemandAbilityCase2 done, spend:" << (GetTickCount() - begin) << " ms" << endl; LoadOndemandAbilityCase2() local 268 cout << "LoadOndemandAbilityCase3 start" << endl; LoadOndemandAbilityCase3() local 276 cout << "LoadOndemandAbilityCase3 done, spend:" << (GetTickCount() - begin) << " ms" << endl; LoadOndemandAbilityCase3() local 282 cout << "LoadOndemandAbilityCase4 start" << endl; LoadOndemandAbilityCase4() local 290 cout << "LoadOndemandAbilityCase4 done, spend:" << (GetTickCount() - begin) << " ms" << endl; LoadOndemandAbilityCase4() local 296 cout << "LoadOndemandAbilityCase5 start" << endl; LoadOndemandAbilityCase5() local 305 cout << "LoadOndemandAbilityCase5 done, spend:" << (GetTickCount() - begin) << " ms" << endl; LoadOndemandAbilityCase5() local 311 cout << "LoadOndemandAbilityCase6 start" << endl; LoadOndemandAbilityCase6() local 323 cout << "LoadOndemandAbilityCase6 done, spend:" << (GetTickCount() - begin) << " ms" << endl; LoadOndemandAbilityCase6() local 329 cout << "LoadOndemandAbilityCase7 start" << endl; LoadOndemandAbilityCase7() local 339 cout << "LoadOndemandAbilityCase7 done, spend:" << (GetTickCount() - begin) << " ms" << endl; LoadOndemandAbilityCase7() local 345 cout << "LoadOndemandAbilityCase8 start" << endl; LoadOndemandAbilityCase8() local 359 cout << "LoadOndemandAbilityCase8 done, spend:" << (GetTickCount() - begin) << " ms" << endl; LoadOndemandAbilityCase8() local 365 cout << "LoadOndemandAbilityCase9 start" << endl; LoadOndemandAbilityCase9() local 370 cout << "LoadOndemandAbilityCase9 done, spend:" << (GetTickCount() - begin) << " ms" << endl; LoadOndemandAbilityCase9() local 376 cout << "LoadOndemandAbilityCase10 start" << endl; LoadOndemandAbilityCase10() local 395 cout << "LoadOndemandAbilityCase10 done, spend:" << (GetTickCount() - begin) << " ms" << endl; LoadOndemandAbilityCase10() local 401 cout << "LoadOndemandAbilityCase10 start" << endl; LoadOndemandAbilityCase11() local 418 cout << "LoadOndemandAbilityCase10 done, spend:" << (GetTickCount() - begin) << " ms" << endl; LoadOndemandAbilityCase11() local 424 cout << "UnloadOndemandAbilityCase1 start" << endl; UnloadOndemandAbilityCase1() local 427 cout << "UnloadOndemandAbilityCase1 done, spend:" << (GetTickCount() - begin) << " ms" << endl; UnloadOndemandAbilityCase1() local 433 cout << "UnloadOndemandAbilityCase2 start" << endl; UnloadOndemandAbilityCase2() local 439 cout << "UnloadOndemandAbilityCase2 done, spend:" << (GetTickCount() - begin) << " ms" << endl; UnloadOndemandAbilityCase2() local 445 cout << "UnloadOndemandAbilityCase3 start" << endl; UnloadOndemandAbilityCase3() local 452 cout << "UnloadOndemandAbilityCase3 done, spend:" << (GetTickCount() - begin) << " ms" << endl; UnloadOndemandAbilityCase3() local 458 cout << "UnloadOndemandAbilityCase4 start" << endl; UnloadOndemandAbilityCase4() local 468 cout << "UnloadOndemandAbilityCase4 done, spend:" << (GetTickCount() - begin) << " ms" << endl; UnloadOndemandAbilityCase4() local 474 cout << "UnloadOndemandAbilityCase5 start" << endl; UnloadOndemandAbilityCase5() local 486 cout << "UnloadOndemandAbilityCase5 done, spend:" << (GetTickCount() - begin) << " ms" << endl; UnloadOndemandAbilityCase5() local 492 cout << "UnloadOndemandAbilityCase6 start" << endl; UnloadOndemandAbilityCase6() local 501 cout << "UnloadOndemandAbilityCase6 done, spend:" << (GetTickCount() - begin) << " ms" << endl; UnloadOndemandAbilityCase6() local 507 cout << "UnloadOndemandAbilityCase7 start" << endl; UnloadOndemandAbilityCase7() local 514 cout << "UnloadOndemandAbilityCase7 done, spend:" << (GetTickCount() - begin) << " ms" << endl; UnloadOndemandAbilityCase7() local 520 cout << "UnloadOndemandAbilityCase6 start" << endl; UnloadOndemandAbilityCase8() local 533 cout << "UnloadOndemandAbilityCase6 done, spend:" << (GetTickCount() - begin) << " ms" << endl; UnloadOndemandAbilityCase8() local 539 cout << "UnloadOndemandAbilityCase6 start" << endl; UnloadOndemandAbilityCase9() local 551 cout << "UnloadOndemandAbilityCase6 done, spend:" << (GetTickCount() - begin) << " ms" << endl; UnloadOndemandAbilityCase9() local 557 cout << "GetOndemandAbilityCase1 start" << endl; GetOndemandAbilityCase1() local 561 cout << "GetOndemandAbilityCase1 done, spend:" << (GetTickCount() - begin) << " ms" << endl; GetOndemandAbilityCase1() local 567 cout << "GetOndemandAbilityCase2 start" << endl; GetOndemandAbilityCase2() local 574 cout << "GetOndemandAbilityCase2 done, spend:" << (GetTickCount() - begin) << " ms" << endl; GetOndemandAbilityCase2() local 580 cout << "GetOndemandAbilityCase3 start" << endl; GetOndemandAbilityCase3() local 586 cout << "GetOndemandAbilityCase3 done, spend:" << (GetTickCount() - begin) << " ms" << endl; GetOndemandAbilityCase3() local 592 cout << "GetOndemandAbilityCase4 start" << endl; GetOndemandAbilityCase4() local 599 cout << "GetOndemandAbilityCase4 done, spend:" << (GetTickCount() - begin) << " ms" << endl; GetOndemandAbilityCase4() local 605 cout << "GetOndemandAbilityCase5 start" << endl; GetOndemandAbilityCase5() local 616 cout << "GetOndemandAbilityCase5 done, spend:" << (GetTickCount() - begin) << " ms" << endl; GetOndemandAbilityCase5() local 622 cout << "GetOndemandAbilityCase6 start" << endl; GetOndemandAbilityCase6() local 630 cout << "GetOndemandAbilityCase6 done, spend:" << (GetTickCount() - begin) << " ms" << endl; GetOndemandAbilityCase6() local 637 cout << "input any word to start load test case 1" << endl; TestLoad1() local 640 cout << "input any word to start load test case 2" << endl; TestLoad1() local 645 cout << "input any word to start load test case 3" << endl; TestLoad1() local 650 cout << "input any word to start load test case 4" << endl; TestLoad1() local 660 cout << "input any word to start load test case 6" << endl; TestLoad2() local 665 cout << "input any word to start load test case 7" << endl; TestLoad2() local 670 cout << "input any word to start load test case 8" << endl; TestLoad2() local 675 cout << "input any word to start load test case 9" << endl; TestLoad2() local 680 cout << "input any word to start load test case 10" << endl; TestLoad2() local 685 cout << "input any word to start load test case 11" << endl; TestLoad2() local 695 cout << "input any word to start unload test case 1" << endl; TestUnload() local 700 cout << "input any word to start unload test case 2" << endl; TestUnload() local 705 cout << "input any word to start unload test case 3" << endl; TestUnload() local 710 cout << "input any word to start unload test case 4" << endl; TestUnload() local 715 cout << "input any word to start unload test case 5" << endl; TestUnload() local 720 cout << "input any word to start unload test case 6" << endl; TestUnload() local 725 cout << "input any word to start unload test case 7" << endl; TestUnload() local 730 cout << "input any word to start unload test case 8" << endl; TestUnload() local 735 cout << "input any word to start unload test case 9" << endl; TestUnload() local 745 cout << "input any word to start get test case 1" << endl; TestGet() local 750 cout << "input any word to start get test case 2" << endl; TestGet() local 755 cout << "input any word to start get test case 3" << endl; TestGet() local 760 cout << "input any word to start get test case 4" << endl; TestGet() local 765 cout << "input any word to start get test case 5" << endl; TestGet() local 770 cout << "input any word to start get test case 6" << endl; TestGet() local 786 cout << "all test case done" << endl; TestScheduler() local 796 cout << "UnloadAllIdleSystemAbility samgr object null!" << endl; UnloadAllIdleSystemAbility() local 801 cout << "UnloadAllIdleSystemAbility failed, result code:" << result << endl; UnloadAllIdleSystemAbility() local 804 cout << "UnloadAllIdleSystemAbility result:" << result << GetTickCount() - begin << endl; UnloadAllIdleSystemAbility() local 814 cout << "get remote deviceid GetAllNodeDeviceInfo failed" << endl; GetDeviceList() local 830 cout << "get remote deviceid GetAllNodeDeviceInfo failed" << endl; GetFirstDevice() local 834 cout << "get remote deviceid failed, no remote device" << endl; GetFirstDevice() local 843 cout << "LoadRemoteAbility start"<< endl; LoadRemoteAbility() local 847 cout << "GetSystemAbilityManager samgr object null!" << endl; LoadRemoteAbility() local 858 cout << "systemAbilityId:" << systemAbilityId << " load failed, result code:" << result << endl; LoadRemoteAbility() local 861 << " systemAbilityId:" << systemAbilityId << endl; LoadRemoteAbility() local 953 cout << "GetSystemAbilityManager samgr object null!" << endl; GetSystemAbility() local 958 cout << "GetSystemAbility systemAbilityId:" << systemAbilityId << " failed !" << endl; GetSystemAbility() local 962 << (GetTickCount() - begin) << " ms" << " systemAbilityId:" << systemAbilityId << endl; GetSystemAbility() local 971 cout << "GetSystemAbilityManager samgr object null!" << endl; CheckSystemAbility() local 976 cout << "CheckSystemAbility systemAbilityId:" << systemAbilityId << " failed !" << endl; CheckSystemAbility() local 980 << (GetTickCount() - begin) << " ms" << " systemAbilityId:" << systemAbilityId << endl; CheckSystemAbility() local 989 cout << "GetSystemAbilityManager samgr object null!" << endl; CheckSystemAbility() local 994 cout << "CheckSystemAbilityRmt systemAbilityId:" << systemAbilityId << " failed !" << endl; CheckSystemAbility() local 998 << (GetTickCount() - begin) << " ms" << " systemAbilityId:" << systemAbilityId << endl; CheckSystemAbility() local 1007 cout << "GetSystemAbilityManager samgr object null!" << endl; GetOnDemandPolicy() local 1013 cout << "GetOnDemandPolicy failed" << endl; GetOnDemandPolicy() local 1016 cout << "GetOnDemandPolicy success" << endl; GetOnDemandPolicy() local 1029 cout << "GetSystemAbilityManager samgr object null!" << endl; UpdateOnDemandPolicy() local 1038 cout << "UpdateOnDemandPolicy failed" << endl; UpdateOnDemandPolicy() local 1041 cout << "UpdateOnDemandPolicy success" << endl; UpdateOnDemandPolicy() local 1058 cout << "OnLoadSystemAbilityFail systemAbilityId:" << systemAbilityId << endl; OnLoadSystemAbilityFail() local 1081 cout << endl; GetExtensionSaIds() local 1100 cout << endl; GetExtensionRunningSaList() local 1109 cout << "GetCommonEventExtraId get samgr failed" << endl; GetCommonEventExtraId() local 1115 cout << "GetCommonEventExtraDataIdlist failed ret is " << ret << endl; GetCommonEventExtraId() local 1124 cout << "get extra data failed" << endl; GetCommonEventExtraId() local 1129 cout << "get extra data read parcel fail" << endl; GetCommonEventExtraId() local 1133 cout << "get extra data event name is " << want["common_event_action_name"] << endl; GetCommonEventExtraId() local 1135 cout << endl; GetCommonEventExtraId() local 1143 cout << "please input proc test case(getp/initp/subp/unsubp)" << endl; TestProcess() local 1157 cout << "invalid input" << endl; TestProcess() local 1164 cout << "please input sa test case(get/load/unload/syncload/getinfo)" << endl; TestSystemAbility() local 1168 cout << "please input systemAbilityId for " << cmd << " operation" << endl; TestSystemAbility() local 1188 cout << "please input another systemabilityId for " << cmd << " operation" << endl; TestSystemAbility() local 1190 cout << "please input another deviceId for " << cmd << " operation" << endl; TestSystemAbility() local 1204 cout << "invalid input" << endl; TestSystemAbility() local 1210 cout << "please input param's value" << endl; TestParamPlugin() local 1220 cout << "invalid input" << endl; TestParamPlugin() local 1227 cout << "please input on demand event id(1,2,3,4,5)" << endl; CreateOnDemandStartPolicy() local 1246 cout << "please input timeEventId(1,2,3) 1:loopevent 2:awakeloopevent 3: timedevent" << endl; CreateOnDemandStartPolicy() local 1267 cout << "please input on demand event id(1,2,3,4,5)" << endl; CreateOnDemandStopPolicy() local 1286 cout << "please input timeEventId(1,2,3) 1:loopevent 2:awakeloopevent 3: timedevent" << endl; CreateOnDemandStopPolicy() local 1307 cout << "please input on demand policy test case(get/update)" << endl; TestOnDemandPolicy() local 1310 cout << "please input on demand type test case(start/stop)" << endl; TestOnDemandPolicy() local 1313 cout << "please input systemAbilityId for " << cmd << " operation" << endl; TestOnDemandPolicy() local 1350 cout << "invalid input" << endl; TestOnDemandPolicy() local 1357 cout << "please input on demand event id(1,2,3,4,5)" << endl; CreateOnDemandStartPolicy1() local 1386 cout << "please input on demand event id(1,2,3,4,5)" << endl; CreateOnDemandStopPolicy1() local 1414 cout << "please input time" << endl; TestOnDemandPolicy1() local 1417 cout << "please input on demand policy test case(get/update)" << endl; TestOnDemandPolicy1() local 1420 cout << "please input on demand type test case(start/stop)" << endl; TestOnDemandPolicy1() local 1423 cout << "please input systemAbilityId for " << cmd << " operation" << endl; TestOnDemandPolicy1() local 1460 cout << "invalid input" << endl; TestOnDemandPolicy1() local 1467 cout << "please input common event test case(1 get/2 get_with_event)" << endl; TestCommonEvent() local 1470 cout << "please input systemAbilityId for " << cmd << " operation" << endl; TestCommonEvent() local 1475 cout << "please input common event name" << endl; TestCommonEvent() local 1480 cout << "invalid input" << endl; TestCommonEvent() local 1491 cout << "get extension: " << extension << " failed" << endl; TestGetExtension() local 1496 cout << "get handle extension: " << extension << " failed" << endl; TestGetExtension() local 1505 cout << "please input check case(local/remote)" << endl; TestCheckSystemAbility() local 1508 cout << "please input systemAbilityId for " << cmd << " operation" << endl; TestCheckSystemAbility() local 1516 cout << "invalid input" << endl; TestCheckSystemAbility() local 1543 cout << "invalid input" << endl; TestIntCommand() local 1570 cout << "invalid input" << endl; TestStringCommand() local 1580 cout << "please input operation(1-param/2-sa/3-proc/4-policy/5-getExtension)" << endl; main() local 1581 cout << "please input operation(6-getEvent/7-check/8-policy_time/9-test/10-memory)" << endl; main() local 1591 cout << "-----Input q or Q to quit" << endl; main() local [all...] |