/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | injection_tools_help_func.cpp | 69 std::cout << "invalid command" << std::endl; in CheckInjectionCommand() member in OHOS::MMI::std 80 std::cout << "Please enter options or parameters" << std::endl; in SelectOptions() member in OHOS::MMI::std 99 std::cout << "More than one short option is not supported" << std::endl; in SelectOptions() member in OHOS::MMI::std 106 std::cout << "Nonstandard input parameters" << std::endl; in SelectOptions() member in OHOS::MMI::std 116 std::cout << "Wrong number of input parameters" << std::endl; in SendEventOption() member in OHOS::MMI::std 121 std::cout << "Device node does not exist: " << deviceNode.c_str() << std::endl; in SendEventOption() member in OHOS::MMI::std 126 std::cout << "Device node path is error, path: " << deviceNode.c_str() << std::endl; in SendEventOption() member in OHOS::MMI::std 132 std::cout << "Parameter is error, element: " << deviceInfo.c_str() << std::endl; in SendEventOption() member in OHOS::MMI::std 144 std::cout << "Wrong number of input parameters" << std::endl; in JsonOption() member in OHOS::MMI::std 160 std::cout << "Wrong number of input parameters" << std::endl; in HelpOption() member in OHOS::MMI::std 188 std::cout << "Usage: mmi-event-injection <option> <command> <arg>..." << std::endl; ShowUsage() member in OHOS::MMI::std 189 std::cout << "The option are: " << std::endl; ShowUsage() member in OHOS::MMI::std 190 std::cout << "commands for sendevent: " << std::endl; ShowUsage() member in OHOS::MMI::std 191 std::cout << " -inject the original event to the device node" << std::endl; ShowUsage() member in OHOS::MMI::std 192 std::cout << "-S <device_node> <type> <code> <value> " << std::endl; ShowUsage() member in OHOS::MMI::std 193 std::cout << "--sendevent <device_node> <type> <code> <value> " << std::endl; ShowUsage() member in OHOS::MMI::std 194 std::cout << "sendevent <device_node> <type> <code> <value> " << std::endl; ShowUsage() member in OHOS::MMI::std 195 std::cout << "commands for json: " << std::endl; ShowUsage() member in OHOS::MMI::std 196 std::cout << " -Inject a json file that writes all action information to the virtual device" << std::endl; ShowUsage() member in OHOS::MMI::std 197 std::cout << "-J <file_name> --json <file_name> josn <file_name>" << std::endl; ShowUsage() member in OHOS::MMI::std 198 std::cout << "-? --help help " << std::endl; ShowUsage() member in OHOS::MMI::std [all...] |
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | callback.cc | 40 std::cout << "Calling back..." << std::endl << "> " << args[0] << std::endl; member in std 51 std::cout << "Calling back closure..." << std::endl; member in std 52 std::cout << "> " << i << std::endl; member in std 60 std::cout << "Initializing..." << std::endl; in run() member in std 66 std::cout << "Loading binary..." << std::endl; in run() member in std 75 std::cout << "> Error loading module!" << std::endl; in run() member in std 80 std::cout << "Compiling module..." << std::endl; in run() member in std 83 std::cout << "> Error compiling module!" << std::endl; in run() member in std 88 std::cout << "Creating callback..." << std::endl; in run() member in std 96 std::cout << "Creating closure..." << std::endl; run() member in std 105 std::cout << "Instantiating module..." << std::endl; run() member in std 109 std::cout << "> Error instantiating module!" << std::endl; run() member in std 114 std::cout << "Extracting export..." << std::endl; run() member in std 117 std::cout << "> Error accessing export!" << std::endl; run() member in std 123 std::cout << "Calling export..." << std::endl; run() member in std 127 std::cout << "> Error calling function!" << std::endl; run() member in std 132 std::cout << "Printing result..." << std::endl; run() member in std 133 std::cout << "> " << results[0].i32() << std::endl; run() member in std 136 std::cout << "Shutting down..." << std::endl; run() member in std 142 std::cout << "Done." << std::endl; main() member in std [all...] |
H A D | hello.cc | 14 std::cout << "Calling back..." << std::endl; member in std 15 std::cout << "> Hello world!" << std::endl; member in std 22 std::cout << "Initializing..." << std::endl; in run() member in std 28 std::cout << "Loading binary..." << std::endl; in run() member in std 37 std::cout << "> Error loading module!" << std::endl; in run() member in std 42 std::cout << "Compiling module..." << std::endl; in run() member in std 45 std::cout << "> Error compiling module!" << std::endl; in run() member in std 50 std::cout << "Creating callback..." << std::endl; in run() member in std 57 std::cout << "Instantiating module..." << std::endl; in run() member in std 61 std::cout << "> Error instantiating module!" << std::endl; in run() member in std 66 std::cout << "Extracting export..." << std::endl; run() member in std 69 std::cout << "> Error accessing export!" << std::endl; run() member in std 75 std::cout << "Calling export..." << std::endl; run() member in std 77 std::cout << "> Error calling function!" << std::endl; run() member in std 82 std::cout << "Shutting down..." << std::endl; run() member in std 88 std::cout << "Done." << std::endl; main() member in std [all...] |
H A D | start.cc | 14 std::cout << ".0x" << std::hex << frame->func_offset() << std::endl; in print_frame() member in std 20 std::cout << "Initializing..." << std::endl; in run() member in std 26 std::cout << "Loading binary..." << std::endl; in run() member in std 35 std::cout << "> Error loading module!" << std::endl; in run() member in std 40 std::cout << "Compiling module..." << std::endl; in run() member in std 43 std::cout << "> Error compiling module!" << std::endl; in run() member in std 48 std::cout << "Instantiating module..." << std::endl; in run() member in std 52 std::cout << "> Error instantiating module, expected trap!" << std::endl; in run() member in std 57 std::cout << "Printing message..." << std::endl; in run() member in std 58 std::cout << "> " << trap->message().get() << std::endl; in run() member in std 60 std::cout << "Printing origin..." << std::endl; run() member in std 65 std::cout << "> Empty origin." << std::endl; run() member in std 68 std::cout << "Printing trace..." << std::endl; run() member in std 75 std::cout << "> Empty trace." << std::endl; run() member in std 79 std::cout << "Shutting down..." << std::endl; run() member in std 85 std::cout << "Done." << std::endl; main() member in std [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_service_second_test.cpp | 97 DTEST_LOG << "DistributedSchedServiceSecondTest::SetUpTestCase LoadDistributedSchedService failed" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 127 DTEST_LOG << "DistributedSchedServiceSecondTest sm is nullptr" << std::endl; in GetDms() member in OHOS::DistributedSchedule::std 130 DTEST_LOG << "DistributedSchedServiceSecondTest sm is not nullptr" << std::endl; in GetDms() member in OHOS::DistributedSchedule::std 134 DTEST_LOG << "DistributedSchedServiceSecondTest DistributedSched is nullptr" << std::endl; in GetDms() member in OHOS::DistributedSchedule::std 136 DTEST_LOG << "DistributedSchedServiceSecondTest DistributedSched is not nullptr" << std::endl; in GetDms() member in OHOS::DistributedSchedule::std 162 DTEST_LOG << "DistributedSchedServiceSecondTest StartRemoteShareForm_001 start" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 167 DTEST_LOG << "result:" << result << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 169 DTEST_LOG << "DistributedSchedServiceSecondTest StartRemoteShareForm_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 180 DTEST_LOG << "DistributedSchedServiceSecondTest StartRemoteShareForm_002 start" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 185 DTEST_LOG << "result:" << result << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 187 DTEST_LOG << "DistributedSchedServiceSecondTest StartRemoteShareForm_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 198 DTEST_LOG << "DistributedSchedServiceSecondTest StartRemoteShareForm_003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 202 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 204 DTEST_LOG << "DistributedSchedServiceSecondTest StartRemoteShareForm_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 215 DTEST_LOG << "DistributedSchedServiceSecondTest StartShareFormFromRemote_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 221 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 224 DTEST_LOG << "DistributedSchedServiceSecondTest StartShareFormFromRemote_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 235 DTEST_LOG << "DistributedSchedServiceSecondTest StartShareFormFromRemote_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 241 DTEST_LOG << "DistributedSchedServiceSecondTest GetContinuaitonDevice_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 247 DTEST_LOG << "DistributedSchedServiceSecondTest GetContinuaitonDevice_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 250 DTEST_LOG << "result:" << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 252 DTEST_LOG << "DistributedSchedServiceSecondTest StartShareFormFromRemote_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 263 DTEST_LOG << "DistributedSchedServiceSecondTest ProcessCalleeDied_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 270 DTEST_LOG << "DistributedSchedServiceSecondTest ProcessCalleeDied_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 281 DTEST_LOG << "DistributedSchedServiceSecondTest StartRemoteFreeInstall_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 289 DTEST_LOG << "DistributedSchedServiceSecondTest StartRemoteFreeInstall_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 300 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyCompleteFreeInstall_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 318 DTEST_LOG << "result1 is" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 326 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 339 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyCompleteFreeInstall_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 350 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChangedFromRemote_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 355 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 358 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChangedFromRemote_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 369 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChangedFromRemote_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 376 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChangedFromRemote_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 387 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChangedFromRemote_003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 396 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChangedFromRemote_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 407 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChangedFromRemote_004 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 414 DTEST_LOG << "ret:" << ret << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 416 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChangedFromRemote_004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 427 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChangedFromRemote_005 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 436 DTEST_LOG << "ret:" << ret << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 439 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChangedFromRemote_005 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 450 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChangedFromRemote_006 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 459 DTEST_LOG << "ret:" << ret << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 462 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChangedFromRemote_006 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 473 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChanged_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 492 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 498 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 504 DTEST_LOG << "ret:" << ret << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 506 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChanged_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 517 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChanged_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 527 DTEST_LOG << "ret:" << ret << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 530 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChanged_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 541 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChanged_003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 551 DTEST_LOG << "ret:" << ret << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 554 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyStateChanged_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 564 DTEST_LOG << "DistributedSchedServiceSecondTest StopRemoteExtensionAbility_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 576 DTEST_LOG << "DistributedSchedServiceSecondTest StopRemoteExtensionAbility_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 586 DTEST_LOG << "DistributedSchedServiceSecondTest StopRemoteExtensionAbility_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 596 DTEST_LOG << "DistributedSchedServiceSecondTest StopRemoteExtensionAbility_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 607 DTEST_LOG << "DistributedSchedServiceSecondTest StopRemoteExtensionAbility_003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 619 DTEST_LOG << "DistributedSchedServiceSecondTest StopRemoteExtensionAbility_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 629 DTEST_LOG << "DistributedSchedServiceSecondTest StopExtensionAbilityFromRemote_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 645 DTEST_LOG << "DistributedSchedServiceSecondTest StopExtensionAbilityFromRemote_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 655 DTEST_LOG << "DistributedSchedServiceSecondTest StopExtensionAbilityFromRemote_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 679 DTEST_LOG << "pressure" + to_string(index) + " result is " << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 693 DTEST_LOG << "DistributedSchedServiceSecondTest StopExtensionAbilityFromRemote_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 703 DTEST_LOG << "DistributedSchedServiceSecondTest StopExtensionAbilityFromRemote_003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 717 DTEST_LOG << "DistributedSchedServiceSecondTest StopExtensionAbilityFromRemote_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 728 DTEST_LOG << "DistributedSchedServiceSecondTest StopExtensionAbilityFromRemote_004 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 750 DTEST_LOG << "DistributedSchedServiceSecondTest StopExtensionAbilityFromRemote_004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 761 DTEST_LOG << "DistributedSchedServiceSecondTest CheckDistributedConnectLocked001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 767 DTEST_LOG << "DistributedSchedServiceSecondTest CheckDistributedConnectLocked001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 778 DTEST_LOG << "DistributedSchedServiceSecondTest CheckDistributedConnectLocked002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 784 DTEST_LOG << "DistributedSchedServiceSecondTest CheckDistributedConnectLocked002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 795 DTEST_LOG << "DistributedSchedServiceSecondTest TryConnectRemoteAbility001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 803 DTEST_LOG << "DistributedSchedServiceSecondTest TryConnectRemoteAbility001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 814 DTEST_LOG << "DistributedSchedServiceSecondTest TryConnectRemoteAbility002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 822 DTEST_LOG << "DistributedSchedServiceSecondTest TryConnectRemoteAbility002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 833 DTEST_LOG << "DistributedSchedServiceSecondTest SetCallerInfo_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 857 DTEST_LOG << "pressure" + to_string(index) + " result is " << result << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 872 DTEST_LOG << "DistributedSchedServiceSecondTest StartRemoteAbilityByCall_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 882 DTEST_LOG << "DSchedContinuationTest ContinueRemoteMission_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 895 DTEST_LOG << "DSchedContinuationTest ContinueRemoteMission_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 905 DTEST_LOG << "DSchedContinuationTest ContinueRemoteMission_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 914 DTEST_LOG << "DSchedContinuationTest ContinueRemoteMission_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 924 DTEST_LOG << "DistributedSchedServiceSecondTest StartLocalAbility_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 941 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 949 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 952 DTEST_LOG << "DistributedSchedServiceSecondTest StartLocalAbility_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 962 DTEST_LOG << "DistributedSchedServiceSecondTest StartLocalAbility_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 976 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 984 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 987 DTEST_LOG << "DistributedSchedServiceSecondTest StartLocalAbility_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 997 DTEST_LOG << "DistributedSchedServiceSecondTest StartLocalAbility_003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1016 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1024 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1025 DTEST_LOG << "DistributedSchedServiceSecondTest StartLocalAbility_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1035 DTEST_LOG << "DistributedSchedServiceSecondTest StartLocalAbility_004 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1051 DTEST_LOG << "result1:" << result1 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1059 DTEST_LOG << "result2:" << result2 << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1060 DTEST_LOG << "DistributedSchedServiceSecondTest StartLocalAbility_004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1071 DTEST_LOG << "DistributedSchedServiceSecondTest StartLocalAbility_005 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1091 DTEST_LOG << "DistributedSchedServiceSecondTest StartLocalAbility_005 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1102 DTEST_LOG << "DistributedSchedServiceSecondTest HandleLocalCallerDied_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1114 DTEST_LOG << "DistributedSchedServiceSecondTest HandleLocalCallerDied_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1125 DTEST_LOG << "DistributedSchedServiceSecondTest RemoveCallerComponent_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1138 DTEST_LOG << "DistributedSchedServiceSecondTest RemoveCallerComponent_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1149 DTEST_LOG << "DistributedSchedServiceSecondTest ProcessCalleeOffline_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1165 DTEST_LOG << "DistributedSchedServiceSecondTest ProcessCalleeOffline_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1176 DTEST_LOG << "DistributedSchedServiceSecondTest GetConnectComponentList_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1213 DTEST_LOG << "DistributedSchedServiceSecondTest GetConnectComponentList_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1224 DTEST_LOG << "DistributedSchedServiceSecondTest GetCallComponentList_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1261 DTEST_LOG << "DistributedSchedServiceSecondTest GetCallComponentList_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1272 DTEST_LOG << "DistributedSchedServiceSecondTest RegisterAppStateObserver_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1287 DTEST_LOG << "DistributedSchedServiceSecondTest RegisterAppStateObserver_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1298 DTEST_LOG << "DistributedSchedServiceSecondTest UnregisterAppStateObserver_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1302 DTEST_LOG << "DistributedSchedServiceSecondTest UnregisterAppStateObserver_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1313 DTEST_LOG << "DistributedSchedServiceSecondTest UnregisterAppStateObserver_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1331 DTEST_LOG << "DistributedSchedServiceSecondTest UnregisterAppStateObserver_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1342 DTEST_LOG << "DistributedSchedServiceSecondTest GetAppManager_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1345 DTEST_LOG << "DistributedSchedServiceSecondTest GetAppManager_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1356 DTEST_LOG << "DistributedSchedServiceSecondTest SaveConnectToken_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1384 DTEST_LOG << "DistributedSchedServiceSecondTest SaveConnectToken_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1394 DTEST_LOG << "DSchedContinuationTest ContinueMissionBundleName_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1404 DTEST_LOG << "DSchedContinuationTest ContinueMissionBundleName_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1414 DTEST_LOG << "DSchedContinuationTest ContinueMissionBundleName_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1420 DTEST_LOG << "DSchedContinuationTest ContinueMissionBundleName_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1430 DTEST_LOG << "DistributedSchedServiceSecondTest GetCallerInfo_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1437 DTEST_LOG << "DistributedSchedServiceSecondTest GetCallerInfo_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1447 DTEST_LOG << "DistributedSchedServiceSecondTest ProcessContinueLocalMission_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1454 DTEST_LOG << "DistributedSchedServiceSecondTest ProcessContinueLocalMission_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1464 DTEST_LOG << "DistributedSchedServiceSecondTest StartAbility_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1469 DTEST_LOG << "DistributedSchedServiceSecondTest StartAbility_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1479 DTEST_LOG << "DistributedSchedServiceSecondTest CheckTargetPermission4DiffBundle_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1487 DTEST_LOG << "DistributedSchedServiceSecondTest CheckTargetPermission4DiffBundle_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1498 DTEST_LOG << "DistributedSchedServiceSecondTest StartRemoteAbilityAdapter_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1506 DTEST_LOG << "DistributedSchedServiceSecondTest StartRemoteAbilityAdapter_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1516 DTEST_LOG << "DistributedSchedServiceSecondTest ConnectRemoteAbilityAdapter_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1525 DTEST_LOG << "DistributedSchedServiceSecondTest ConnectRemoteAbilityAdapter_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1535 DTEST_LOG << "DistributedSchedServiceSecondTest StartAbilityFromRemoteAdapter_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1540 DTEST_LOG << "DistributedSchedServiceSecondTest StartAbilityFromRemoteAdapter_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1550 DTEST_LOG << "DistributedSchedServiceSecondTest StopAbilityFromRemoteAdapter_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1555 DTEST_LOG << "DistributedSchedServiceSecondTest StopAbilityFromRemoteAdapter_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1565 DTEST_LOG << "DistributedSchedServiceSecondTest ConnectAbilityFromRemoteAdapter_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1570 DTEST_LOG << "DistributedSchedServiceSecondTest ConnectAbilityFromRemoteAdapter_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1580 DTEST_LOG << "DistributedSchedServiceSecondTest DisconnectAbilityFromRemoteAdapter_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1585 DTEST_LOG << "DistributedSchedServiceSecondTest DisconnectAbilityFromRemoteAdapter_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1596 std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1602 std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1613 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyDSchedEventResultFromRemote_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1618 DTEST_LOG << "DistributedSchedServiceSecondTest NotifyDSchedEventResultFromRemote_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
H A D | dms_token_callback_test.cpp | 36 DTEST_LOG << "DmsTokenCallbackTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 41 DTEST_LOG << "DmsTokenCallbackTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 46 DTEST_LOG << "DmsTokenCallbackTest::TearDown" << std::endl; in TearDown() member in OHOS::DistributedSchedule::std 51 DTEST_LOG << "DmsTokenCallbackTest::SetUp" << std::endl; in SetUp() member in OHOS::DistributedSchedule::std 64 DTEST_LOG << "DmsTokenCallbackTest SendResultTest_001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 74 DTEST_LOG << "DmsTokenCallbackTest SendResultTest_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 85 DTEST_LOG << "DmsTokenCallbackTest SendResultTest_002 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 94 DTEST_LOG << "DmsTokenCallbackTest SendResultTest_002 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 105 DTEST_LOG << "DmsTokenCallbackTest SendResultTest_003 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 117 DTEST_LOG << "DmsTokenCallbackTest SendResultTest_003 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 128 DTEST_LOG << "DmsTokenCallbackTest SendResultTest_004 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 138 DTEST_LOG << "DmsTokenCallbackTest SendResultTest_004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 149 DTEST_LOG << "DmsTokenCallbackTest SendResultTest_005 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 160 DTEST_LOG << "DmsTokenCallbackTest SendResultTest_005 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 171 DTEST_LOG << "DmsTokenCallbackTest CheckDeviceIdTest_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 177 DTEST_LOG << "DmsTokenCallbackTest CheckDeviceIdTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 188 DTEST_LOG << "DmsTokenCallbackTest CheckDeviceIdTest_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 194 DTEST_LOG << "DmsTokenCallbackTest CheckDeviceIdTest_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 205 DTEST_LOG << "DmsTokenCallbackTest CheckDeviceIdTest_003 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 211 DTEST_LOG << "DmsTokenCallbackTest CheckDeviceIdTest_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 222 DTEST_LOG << "DmsTokenCallbackTest GetRemoteDmsTest_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 227 DTEST_LOG << "DmsTokenCallbackTest GetRemoteDmsTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 238 DTEST_LOG << "DmsTokenCallbackTest GetRemoteDmsTest_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 243 DTEST_LOG << "DmsTokenCallbackTest GetRemoteDmsTest_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
H A D | distributed_sched_connect_test.cpp | 125 DTEST_LOG << "DistributedSchedConnectTest::SetUpTestCase LoadDistributedSchedService failed" << std::endl;
in SetUpTestCase() member in OHOS::DistributedSchedule::std 228 DTEST_LOG << "DistributedSchedConnectTest sm is nullptr" << std::endl;
in GetDms() member in OHOS::DistributedSchedule::std 233 DTEST_LOG << "distributedObject sm is nullptr" << std::endl;
in GetDms() member in OHOS::DistributedSchedule::std 246 DTEST_LOG << "DistributedSchedServiceTest DumpConnectInfo_001 start " << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 249 DTEST_LOG << "DistributedSchedServiceTest DumpConnectInfo_001 samgr null" << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 251 DTEST_LOG << "DistributedSchedServiceTest DumpConnectInfo_001 available" << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 259 DTEST_LOG << "DistributedSchedServiceTest DumpConnectInfo_001 dump result: " << result << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 269 DTEST_LOG << "DistributedSchedServiceTest DumpConnectInfo_002 start" << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 284 DTEST_LOG << "DistributedSchedServiceTest DumpConnectInfo_002 dumpInfo " << dumpInfo << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 298 DTEST_LOG << "DistributedSchedServiceTest ProcessConnectDied001 start" << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 335 DTEST_LOG << "DistributedSchedServiceTest ProcessConnectDied002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 372 DTEST_LOG << "DistributedSchedServiceTest ProcessConnectDied003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 409 DTEST_LOG << "DistributedSchedServiceTest ProcessConnectDied004 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 445 DTEST_LOG << "DistributedSchedServiceTest ProcessDeviceOffline001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 476 DTEST_LOG << "DistributedSchedServiceTest ProcessDeviceOffline002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 516 DTEST_LOG << "DistributedSchedServiceTest ProcessDeviceOffline003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 549 DTEST_LOG << "DistributedSchedServiceTest ProcessDeviceOffline004 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 585 DTEST_LOG << "DistributedSchedServiceTest ProcessDeviceOffline005 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 620 DTEST_LOG << "DistributedSchedServiceTest DisconnectRemoteAbility001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 651 DTEST_LOG << "DistributedSchedServiceTest DisconnectRemoteAbility002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 689 DTEST_LOG << "DistributedSchedServiceTest DisconnectRemoteAbility003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 692 DTEST_LOG << "DistributedSchedServiceTest DisconnectRemoteAbility003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 703 DTEST_LOG << "DistributedSchedServiceTest ConnectRemoteAbility001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 709 DTEST_LOG << "DistributedSchedServiceTest ConnectRemoteAbility001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 720 DTEST_LOG << "DistributedSchedServiceTest ConnectRemoteAbility002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 726 DTEST_LOG << "DistributedSchedServiceTest ConnectRemoteAbility002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 737 DTEST_LOG << "DistributedSchedConnectTest ConnectAbilityFromRemote001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 747 DTEST_LOG << "DistributedSchedConnectTest ConnectAbilityFromRemote001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 758 DTEST_LOG << "DistributedSchedConnectTest ConnectAbilityFromRemote002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 767 DTEST_LOG << "DistributedSchedConnectTest ConnectAbilityFromRemote002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 778 DTEST_LOG << "DistributedSchedConnectTest ConnectAbilityFromRemote003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 788 DTEST_LOG << "DistributedSchedConnectTest ConnectAbilityFromRemote003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 799 DTEST_LOG << "DistributedSchedConnectTest ConnectAbilityFromRemote004 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 808 DTEST_LOG << "DistributedSchedConnectTest ConnectAbilityFromRemote004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 819 DTEST_LOG << "DistributedSchedConnectTest DisconnectEachRemoteAbilityLocked001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 822 DTEST_LOG << "DistributedSchedConnectTest DisconnectEachRemoteAbilityLocked001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 833 DTEST_LOG << "DistributedSchedConnectTest DisconnectEachRemoteAbilityLocked002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 837 DTEST_LOG << "DistributedSchedConnectTest DisconnectEachRemoteAbilityLocked002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 848 DTEST_LOG << "DistributedSchedConnectTest DisconnectEachRemoteAbilityLocked003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 853 DTEST_LOG << "DistributedSchedConnectTest DisconnectEachRemoteAbilityLocked003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 864 DTEST_LOG << "DistributedSchedConnectTest DisconnectEachRemoteAbilityLocked004 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 871 DTEST_LOG << "DistributedSchedConnectTest DisconnectEachRemoteAbilityLocked004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 882 DTEST_LOG << "DistributedSchedConnectTest DisconnectRemoteAbility004 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 886 DTEST_LOG << "DistributedSchedConnectTest DisconnectRemoteAbility004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 897 DTEST_LOG << "DistributedSchedConnectTest DisconnectRemoteAbility005 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 901 DTEST_LOG << "DistributedSchedServiceTest RemoveCallerComponent001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 914 DTEST_LOG << "DistributedSchedServiceTest RemoveCallerComponent001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 918 DTEST_LOG << "DistributedSchedConnectTest DisconnectRemoteAbility005 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 929 DTEST_LOG << "DistributedSchedConnectTest DisconnectAbilityFromRemote001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 933 DTEST_LOG << "DistributedSchedServiceTest SaveCallerComponent002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 948 DTEST_LOG << "DistributedSchedServiceTest SaveCallerComponent002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 952 DTEST_LOG << "DistributedSchedConnectTest DisconnectAbilityFromRemote001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 963 DTEST_LOG << "DistributedSchedConnectTest DisconnectAbilityFromRemote002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 967 DTEST_LOG << "DistributedSchedConnectTest DisconnectAbilityFromRemote002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 978 DTEST_LOG << "DistributedSchedConnectTest DisconnectAbilityFromRemote003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 984 DTEST_LOG << "DistributedSchedConnectTest DisconnectAbilityFromRemote003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 995 DTEST_LOG << "DistributedSchedConnectTest DisconnectAbilityFromRemote004 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1000 DTEST_LOG << "DistributedSchedServiceTest SaveCallerComponent001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1011 DTEST_LOG << "DistributedSchedServiceTest SaveCallerComponent001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1016 DTEST_LOG << "DistributedSchedConnectTest DisconnectAbilityFromRemote004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1027 DTEST_LOG << "DistributedSchedConnectTest ProcessDeviceOffline006 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1029 DTEST_LOG << "DistributedSchedConnectTest ProcessDeviceOffline006 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1040 DTEST_LOG << "DistributedSchedConnectTest ProcessDeviceOffline007 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1042 DTEST_LOG << "DistributedSchedConnectTest ProcessDeviceOffline007 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1053 DTEST_LOG << "DistributedSchedConnectTest ProcessDeviceOffline008 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1057 DTEST_LOG << "DistributedSchedConnectTest ProcessDeviceOffline008 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1068 DTEST_LOG << "DistributedSchedConnectTest NotifyApp001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1074 DTEST_LOG << "DistributedSchedServiceTest ProcessCalleeDied002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1080 DTEST_LOG << "DistributedSchedServiceTest ProcessCalleeDied002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1084 DTEST_LOG << "DistributedSchedConnectTest NotifyApp001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1095 DTEST_LOG << "DistributedSchedConnectTest NotifyApp002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1100 DTEST_LOG << "DistributedSchedServiceTest ProcessCalleeDied001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1102 DTEST_LOG << "DistributedSchedServiceTest ProcessCalleeDied001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1106 DTEST_LOG << "DistributedSchedConnectTest NotifyApp002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1117 DTEST_LOG << "DistributedSchedConnectTest ProcessConnectDied005 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1121 DTEST_LOG << "DistributedSchedConnectTest ProcessConnectDied005 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1132 DTEST_LOG << "DistributedSchedConnectTest NotifyProcessDied001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1137 DTEST_LOG << "DistributedSchedConnectTest NotifyProcessDied001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1148 DTEST_LOG << "DistributedSchedServiceTest ProxyCallDisconnectRemoteAbility001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1154 DTEST_LOG << "DistributedSchedServiceTest HandleLocalCallerDied002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1158 DTEST_LOG << "DistributedSchedServiceTest HandleLocalCallerDied002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1162 DTEST_LOG << "DistributedSchedServiceTest ProxyCallDisconnectRemoteAbility001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1173 DTEST_LOG << "DistributedSchedServiceTest ProxyCallDisconnectRemoteAbility002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1180 DTEST_LOG << "DistributedSchedServiceTest HandleLocalCallerDied001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1192 DTEST_LOG << "DistributedSchedServiceTest HandleLocalCallerDied001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1196 DTEST_LOG << "DistributedSchedServiceTest ProxyCallDisconnectRemoteAbility002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1207 DTEST_LOG << "DistributedSchedServiceTest ProxyCallConnectRemoteAbility001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1216 DTEST_LOG << "DistributedSchedConnectTest GetUidLocked001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1219 DTEST_LOG << "DistributedSchedConnectTest GetUidLocked001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1223 DTEST_LOG << "DistributedSchedServiceTest ProxyCallConnectRemoteAbility001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1234 DTEST_LOG << "DistributedSchedServiceTest ProxyCallConnectRemoteAbility002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1242 DTEST_LOG << "DistributedSchedConnectTest DecreaseConnectLocked002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1246 DTEST_LOG << "DistributedSchedConnectTest DecreaseConnectLocked002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1250 DTEST_LOG << "DistributedSchedServiceTest ProxyCallConnectRemoteAbility002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1261 DTEST_LOG << "DistributedSchedServiceTest ProxyCallConnectAbilityFromRemote001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1273 DTEST_LOG << "DistributedSchedConnectTest DecreaseConnectLocked001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1276 DTEST_LOG << "DistributedSchedConnectTest DecreaseConnectLocked001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1281 DTEST_LOG << "DistributedSchedServiceTest ProxyCallConnectAbilityFromRemote001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1292 DTEST_LOG << "DistributedSchedServiceTest ProxyCallConnectAbilityFromRemote002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1303 DTEST_LOG << "DistributedSchedConnectTest CheckDistributedConnectLocked002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1307 DTEST_LOG << "DistributedSchedConnectTest CheckDistributedConnectLocked002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1312 DTEST_LOG << "DistributedSchedServiceTest ProxyCallConnectAbilityFromRemote002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1323 DTEST_LOG << "DistributedSchedServiceTest ProxyCallDisconnectAbilityFromRemote001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1330 DTEST_LOG << "DistributedSchedConnectTest CheckDistributedConnectLocked001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1336 DTEST_LOG << "DistributedSchedConnectTest CheckDistributedConnectLocked001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1340 DTEST_LOG << "DistributedSchedServiceTest ProxyCallDisconnectAbilityFromRemote001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1351 DTEST_LOG << "DistributedSchedServiceTest ProxyCallDisconnectAbilityFromRemote002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1357 DTEST_LOG << "DistributedSchedConnectTest CheckDistributedConnectLocked001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1367 DTEST_LOG << "DistributedSchedConnectTest RemoteConnectAbilityMappingLocked001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1371 DTEST_LOG << "DistributedSchedServiceTest ProxyCallDisconnectAbilityFromRemote002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1381 DTEST_LOG << "DistributedSchedServiceTest ConnectRemoteAbility003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1391 DTEST_LOG << "DistributedSchedServiceTest ConnectRemoteAbility003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1401 DTEST_LOG << "DistributedSchedServiceTest TryConnectRemoteAbility001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1409 DTEST_LOG << "DistributedSchedServiceTest TryConnectRemoteAbility001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1419 DTEST_LOG << "DistributedSchedServiceTest ProcessCallerDied001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1422 DTEST_LOG << "DistributedSchedServiceTest ProcessCallerDied001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1432 DTEST_LOG << "DistributedSchedServiceTest ProcessCallerDied002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1436 DTEST_LOG << "DistributedSchedServiceTest ProcessCallerDied002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1446 DTEST_LOG << "DistributedSchedServiceTest ProcessCallerDied003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1454 DTEST_LOG << "DistributedSchedServiceTest ProcessCallerDied003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1464 DTEST_LOG << "DistributedSchedServiceTest AbilityConnectionWrapperStub001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1479 DTEST_LOG << "DistributedSchedServiceTest AbilityConnectionWrapperStub001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1489 DTEST_LOG << "DistributedSchedServiceTest AbilityConnectionWrapperStub002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1504 DTEST_LOG << "DistributedSchedServiceTest AbilityConnectionWrapperStub002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1514 DTEST_LOG << "DistributedSchedServiceTest AbilityConnectionWrapperStub003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1528 DTEST_LOG << "DistributedSchedServiceTest AbilityConnectionWrapperStub003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1538 DTEST_LOG << "DistributedSchedServiceTest AbilityConnectionWrapperStub004 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1552 DTEST_LOG << "DistributedSchedServiceTest AbilityConnectionWrapperStub004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1562 DTEST_LOG << "DistributedSchedServiceTest AbilityConnectionWrapperStub005 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1576 DTEST_LOG << "DistributedSchedServiceTest AbilityConnectionWrapperStub005 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1586 DTEST_LOG << "DistributedSchedServiceTest AbilityConnectionWrapperStub006 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1598 DTEST_LOG << "DistributedSchedServiceTest AbilityConnectionWrapperStub006 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1608 DTEST_LOG << "DistributedSchedServiceTest AbilityConnectionWrapperStub007 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1623 DTEST_LOG << "DistributedSchedServiceTest AbilityConnectionWrapperStub007 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1633 DTEST_LOG << "DistributedSchedServiceTest AbilityConnectionWrapperStub008 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1648 DTEST_LOG << "DistributedSchedServiceTest AbilityConnectionWrapperStub008 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/ |
H A D | distributed_ability_manager_dumper_test.cpp | 55 DTEST_LOG << "DistributedAbilityManagerDumperTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 60 DTEST_LOG << "DistributedAbilityManagerDumperTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 67 DTEST_LOG << "DistributedAbilityManagerDumperTest::SetUp" << std::endl; in SetUp() member in OHOS::DistributedSchedule::std 72 DTEST_LOG << "DistributedAbilityManagerDumperTest::TearDown" << std::endl; in TearDown() member in OHOS::DistributedSchedule::std 83 DTEST_LOG << "ContinuationManagerTest Dump_001 start" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 89 DTEST_LOG << "ContinuationManagerTest Dump_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 100 DTEST_LOG << "ContinuationManagerTest Dump_002 start" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 106 DTEST_LOG << "ContinuationManagerTest Dump_002 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 117 DTEST_LOG << "ContinuationManagerTest Dumper_Dump_001 start" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 124 DTEST_LOG << "ContinuationManagerTest Dumper_Dump_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 135 DTEST_LOG << "ContinuationManagerTest Dumper_Dump_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 141 DTEST_LOG << "ContinuationManagerTest Dumper_Dump_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 152 DTEST_LOG << "ContinuationManagerTest Dumper_Dump_003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 158 DTEST_LOG << "ContinuationManagerTest Dumper_Dump_003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 169 DTEST_LOG << "ContinuationManagerTest Dumper_Dump_004 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 175 DTEST_LOG << "ContinuationManagerTest Dumper_Dump_004 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 186 DTEST_LOG << "ContinuationManagerTest Dumper_Dump_005 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 192 DTEST_LOG << "ContinuationManagerTest Dumper_Dump_005 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 193 DTEST_LOG << dumpResult << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 204 DTEST_LOG << "ContinuationManagerTest Dumper_Dump_006 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 211 DTEST_LOG << "ContinuationManagerTest Dumper_Dump_006 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 221 DTEST_LOG << "ContinuationManagerTest Dumper_DumpDefault_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 226 DTEST_LOG << "ContinuationManagerTest Dumper_DumpDefault_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 236 DTEST_LOG << "ContinuationManagerTest Dumper_ShowAppRegisterInfo_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 241 DTEST_LOG << "ContinuationManagerTest Dumper_ShowAppRegisterInfo_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/src/ |
H A D | AudioDecoderDemoCommon.cpp | 37 cout << "Error received, errorCode:" << errorCode << endl; in OnError() local 45 cout << "OnOutputFormatChanged received" << endl; in OnOutputFormatChanged() local 52 cout << "OnInputBufferAvailable received, index:" << index << endl; in OnInputBufferAvailable() local 64 cout << "OnOutputBufferAvailable received, index:" << index << endl; in OnOutputBufferAvailable() local 69 cout << "OnOutputBufferAvailable received, index:" << index << ", attr->size:" << attr->size << endl; in OnOutputBufferAvailable() 72 cout << "OnOutputBufferAvailable error, attr is nullptr!" << endl; in OnOutputBufferAvailable() local 132 cout << "Native Start!!!" << endl; in NativeStart() local 230 cout << "input wait to stop, exit" << endl; in updateInputData() local 234 cout << "inQueue_ size is " << signal_->inQueue_.size() << endl; in updateInputData() 235 cout << "inputBuf size is " << signal_->inBufferQueue_.size() << endl; in updateInputData() 243 cout << "input index is " << inputIndex << endl; updateInputData() local 254 cout << "output wait to stop, exit" << endl; updateOutputData() local 264 cout << "output index is " << outputIndex << endl; updateOutputData() local 276 cout << "input wait to stop, exit" << endl; InnerUpdateInputData() local 283 cout << "input index is " << inputIndex << endl; InnerUpdateInputData() local 295 cout << "output wait to stop, exit" << endl; InnerUpdateOutputData() local 304 cout << "output index is " << outputIndex << endl; InnerUpdateOutputData() local 400 cout << "input wait !!!" << endl; NativeInputFunc() local 431 cout << "Fatal error, exit! ret = " << ret << endl; NativeInputFunc() local 440 cout << "before GetOutputDescription" << endl; NativeGetDescription() local 467 cout << "decode eos" << endl; NativeWriteOutput() local 477 std::cout << "open " << outputFilePath << " failed!" << std::endl; NativeOutputFunc() member in std 482 cout << "output wait !!!" << endl; NativeOutputFunc() local 486 cout << "wait to stop, exit" << endl; NativeOutputFunc() local 510 cout << "Fatal: FreeOutputData fail" << endl; NativeOutputFunc() local 529 cout << "Error: Cannot find audio stream" << endl; NativeGetVorbisConf() local 540 cout << "Error: Cannot allocate codec context" << endl; NativeGetVorbisConf() local 545 cout << "Error: Cannot set codec context parameters" << endl; NativeGetVorbisConf() local 550 cout << "Error: Cannot open codec" << endl; NativeGetVorbisConf() local 562 cout << "create fail!!" << endl; NativeCreateToStart() local 579 cout << "SetCallback ret is: " << result << endl; NativeCreateToStart() local 586 cout << "Configure ret is: " << result << endl; NativeCreateToStart() local 588 cout << "Configure fail! ret is " << result << endl; NativeCreateToStart() local 598 cout << "Prepare ret is: " << result << endl; NativeCreateToStart() local 605 cout << "Start ret is: " << result << endl; NativeCreateToStart() local 613 cout << "Stop ret is: " << result << endl; NativeStopDec() local 616 cout << "Destroy ret is: " << result << endl; NativeStopDec() local 674 cout << "total time is " << totalTime << ", run times is " << runTimes << endl; NativeRunCase() local 700 cout << "Configure ret is: " << result << endl; NativeRunCaseWithoutCreate() local 702 cout << "Configure fail! ret is " << result << endl; NativeRunCaseWithoutCreate() local 707 cout << "Prepare ret is: " << result << endl; NativeRunCaseWithoutCreate() local 720 cout << "Start ret is: " << result << endl; NativeRunCaseWithoutCreate() local 741 cout << "create fail!!" << endl; NativeRunCasePerformance() local 753 cout << "SetCallback ret is: " << result << endl; NativeRunCasePerformance() local 756 cout << "Configure ret is: " << result << endl; NativeRunCasePerformance() local 758 cout << "Configure fail! ret is " << result << endl; NativeRunCasePerformance() local 763 cout << "Prepare ret is: " << result << endl; NativeRunCasePerformance() local 770 cout << "Start ret is: " << result << endl; NativeRunCasePerformance() local 781 cout << "cur decoder is " << name << ", total time is " << totalTime << endl; NativeRunCasePerformance() local 812 cout << "Start ret is: " << result << endl; NativeRunCaseFlush() local 848 cout << "Configure fail! ret is " << result << endl; NativeRunCaseReset() local 853 cout << "Prepare ret is: " << result << endl; NativeRunCaseReset() local 859 cout << "Start ret is: " << result << endl; NativeRunCaseReset() local 905 cout << "Fatal: read size fail" << endl; TestReadDatFile() local 910 cout << "Fatal: read pts fail" << endl; TestReadDatFile() local 915 cout << "Fatal: read buffer fail" << endl; TestReadDatFile() local 956 cout << "Fatal error, exit!!! ret is " << ret << endl; TestInputFunc() local 972 cout << "create fail!!" << endl; TestRunCase() local 979 cout << "SetCallback ret is: " << result << endl; TestRunCase() local 982 cout << "Configure ret is: " << result << endl; TestRunCase() local 984 cout << "Configure fail! ret is " << result << endl; TestRunCase() local 989 cout << "Prepare ret is: " << result << endl; TestRunCase() local 996 cout << "Start ret is: " << result << endl; TestRunCase() local 1046 std::cout << "InnerDecoder create failed!" << std::endl; InnerCreateByMime() member in std 1049 std::cout << "InnerCreateByMime" << endl; InnerCreateByMime() local 1057 std::cout << "InnerDecoder create failed!" << std::endl; InnerCreateByName() member in std 1060 std::cout << "InnerCreateByName" << endl; InnerCreateByName() local 1071 cout << "InnerConfigure" << endl; InnerConfigure() local 1073 std::cout << "InnerDecoder create failed!" << std::endl; InnerConfigure() member in std 1082 cout << "InnerStart" << endl; InnerStart() local 1094 cout << "InnerPrepare" << endl; InnerPrepare() local 1096 std::cout << "InnerDecoder create failed!" << std::endl; InnerPrepare() member in std 1104 cout << "InnerStop" << endl; InnerStop() local 1111 cout << "InnerFlush" << endl; InnerFlush() local 1113 std::cout << "InnerDecoder create failed!" << std::endl; InnerFlush() member in std 1144 cout << "InnerReset" << endl; InnerReset() local 1146 std::cout << "InnerDecoder create failed!" << std::endl; InnerReset() member in std 1154 cout << "InnerRelease" << endl; InnerRelease() local 1156 std::cout << "InnerDecoder create failed!" << std::endl; InnerRelease() member in std 1164 cout << "InnerSetParameter" << endl; InnerSetParameter() local 1166 std::cout << "InnerDecoder create failed!" << std::endl; InnerSetParameter() member in std 1185 cout << "InnerQueueInputBuffer" << endl; InnerQueueInputBuffer() local 1191 cout << "InnerGetOutputFormat" << endl; InnerGetOutputFormat() local 1197 cout << "InnerReleaseOutputBuffer" << endl; InnerReleaseOutputBuffer() local 1265 cout << "input wait !!!" << endl; InnerInputFunc() local 1276 cout << "buffer is nullptr" << endl; InnerInputFunc() local 1308 cout << "Fatal error, exit" << endl; InnerInputFunc() local 1320 std::cout << "open " << outputFilePath << " failed!" << std::endl; InnerOutputFunc() member in std 1324 cout << "output wait !!!" << endl; InnerOutputFunc() local 1329 cout << "wait to stop, exit" << endl; InnerOutputFunc() local 1342 cout << "decode eos" << endl; InnerOutputFunc() local 1350 cout << "Fatal: ReleaseOutputBuffer fail" << endl; InnerOutputFunc() local 1361 cout << "vorbis" << endl; InnerRunCaseOHVorbis() local 1370 cout << "Error: Cannot find audio stream" << endl; InnerRunCaseOHVorbis() local 1374 cout << "audio_stream_index " << audio_stream_index << endl; InnerRunCaseOHVorbis() local 1384 cout << "Error: Cannot allocate codec context" << endl; InnerRunCaseOHVorbis() local 1389 cout << "Error: Cannot set codec context parameters" << endl; InnerRunCaseOHVorbis() local 1394 cout << "Error: Cannot open codec" << endl; InnerRunCaseOHVorbis() local 1412 cout << "InnerPrepare ret is: " << result << endl; InnerRunCasePre() local 1419 cout << "Start ret is: " << result << endl; InnerRunCasePre() local 1441 cout << "Stop ret is: " << result << endl; InnerRunCasePre() local 1444 cout << "Destroy ret is: " << result << endl; InnerRunCasePre() local 1461 cout << "create fail!!" << endl; InnerRunCase() local 1480 cout << "innersignal_: " << innersignal_ << endl; InnerRunCase() local 1483 cout << "SetCallback ret is: " << result << endl; InnerRunCase() local 1486 cout << "Configure ret is: " << result << endl; InnerRunCase() local 1488 cout << "Configure fail!!" << endl; InnerRunCase() local 1505 cout << "innersignal_: " << innersignal_ << endl; InnerRunCaseFlushAlloc() local 1508 cout << "SetCallback ret is: " << result << endl; InnerRunCaseFlushAlloc() local 1511 cout << "Configure ret is: " << result << endl; InnerRunCaseFlushAlloc() local 1513 cout << "Configure fail!!" << endl; InnerRunCaseFlushAlloc() local 1529 cout << "Error: Cannot find audio stream" << endl; InnerRunCaseFlushOHVorbis() local 1542 cout << "Error: Cannot allocate codec context" << endl; InnerRunCaseFlushOHVorbis() local 1547 cout << "Error: Cannot set codec context parameters" << endl; InnerRunCaseFlushOHVorbis() local 1552 cout << "Error: Cannot open codec" << endl; InnerRunCaseFlushOHVorbis() local 1565 cout << "InnerPrepare ret is: " << result << endl; InnerRunCaseFlushPre() local 1571 cout << "Start ret is: " << result << endl; InnerRunCaseFlushPre() local 1610 cout << "Start ret is: " << result << endl; InnerRunCaseFlushPost() local 1632 cout << "Stop ret is: " << result << endl; InnerRunCaseFlushPost() local 1635 cout << "Destroy ret is: " << result << endl; InnerRunCaseFlushPost() local 1650 cout << "create fail!!" << endl; InnerRunCaseFlush() local 1697 cout << "innersignal_: " << innersignal_ << endl; InnerRunCaseResetAlloc() local 1700 cout << "SetCallback ret is: " << result << endl; InnerRunCaseResetAlloc() local 1703 cout << "Configure ret is: " << result << endl; InnerRunCaseResetAlloc() local 1705 cout << "Configure fail!!" << endl; InnerRunCaseResetAlloc() local 1722 cout << "Error: Cannot find audio stream" << endl; InnerRunCaseResetOHVorbis() local 1734 cout << "Error: Cannot allocate codec context" << endl; InnerRunCaseResetOHVorbis() local 1739 cout << "Error: Cannot set codec context parameters" << endl; InnerRunCaseResetOHVorbis() local 1744 cout << "Error: Cannot open codec" << endl; InnerRunCaseResetOHVorbis() local 1757 cout << "InnerPrepare ret is: " << result << endl; InnerRunCaseResetPre() local 1763 cout << "Start ret is: " << result << endl; InnerRunCaseResetPre() local 1813 cout << "InnerPrepare ret is: " << result << endl; InnerRunCaseResetPost() local 1819 cout << "Start ret is: " << result << endl; InnerRunCaseResetPost() local 1840 cout << "Stop ret is: " << result << endl; InnerRunCaseResetPost() local 1843 cout << "Destroy ret is: " << result << endl; InnerRunCaseResetPost() local 1859 cout << "create fail!!" << endl; InnerRunCaseReset() local 1886 cout << "Configure ret is: " << result << endl; InnerRunCaseReset() local 1888 cout << "Configure fail!!" << endl; InnerRunCaseReset() local 1904 cout << "Error received, errorType:" << errorType << " errorCode:" << errorCode << endl; OnError() local 1910 cout << "OnOutputFormatChanged received" << endl; OnOutputFormatChanged() local 1915 cout << "OnInputBufferAvailable received, index:" << index << endl; OnInputBufferAvailable() local 1917 std::cout << "buffer is null 1" << endl; OnInputBufferAvailable() local 1924 std::cout << "buffer is null 2" << endl; OnInputBufferAvailable() local 1928 std::cout << "buffer is null 3" << endl; OnInputBufferAvailable() local 1937 cout << "OnOutputBufferAvailable received, index:" << index << endl; OnOutputBufferAvailable() local [all...] |
/foundation/multimedia/audio_framework/frameworks/native/examples/ |
H A D | pa_stream_test.cpp | 563 cout << "invalid input, not a number! Please retry with a number." << endl;
in GetUserInput() local 572 cout << "[Pa Stream Test App]" << endl << endl;
in PrintUsage() local 573 cout << "Supported Functionalities:" << endl;
in PrintUsage() local 574 cout << "================================Usage=======================================" << endl << endl;
in PrintUsage() local 575 cout << " 0: Init renderer." << endl;
in PrintUsage() local 576 cout << " 1: Start play." << endl;
in PrintUsage() local 577 cout << " 2: Pause play." << endl;
in PrintUsage() local 578 cout << " 3: Flush play." << endl;
in PrintUsage() local 579 cout << " 4: Drain play." << endl; PrintUsage() local 580 cout << " 5: Stop play." << endl; PrintUsage() local 581 cout << " 6: Release play." << endl; PrintUsage() local 582 cout << " 7: Write data run." << endl; PrintUsage() local 584 cout << " 100: Init Capturer." << endl; PrintUsage() local 585 cout << " 101: Start read." << endl; PrintUsage() local 586 cout << " 102: Pause read." << endl; PrintUsage() local 587 cout << " 103: Flush read." << endl; PrintUsage() local 588 cout << " 105: Stop read." << endl; PrintUsage() local 589 cout << " 106: Release read." << endl; PrintUsage() local 590 cout << " 107: Read data run." << endl; PrintUsage() local 592 cout << " 1000: exit demo." << endl; PrintUsage() local 593 cout << " Please input your choice: " << endl; PrintUsage() local 599 cout << "PaRendererTest obj is nullptr, init spk error." << endl; InitPlayback() local 604 cout << "Init renderer error!" << endl; InitPlayback() local 613 cout << "PaRendererTest obj is nullptr, start play error." << endl; StartPlay() local 618 cout << "Start play error!" << endl; StartPlay() local 627 cout << "PaRendererTest obj is nullptr, pause play error." << endl; PausePlay() local 632 cout << "Pause play error!" << endl; PausePlay() local 641 cout << "PaRendererTest obj is nullptr, Flush play error." << endl; FlushPlay() local 646 cout << "Flush play error!" << endl; FlushPlay() local 655 cout << "PaRendererTest obj is nullptr, Drain play error." << endl; DrainPlay() local 660 cout << "Drain play error!" << endl; DrainPlay() local 669 cout << "PaRendererTest obj is nullptr, stop play error." << endl; StopPlay() local 674 cout << "Stop play error!" << endl; StopPlay() local 683 cout << "PaRendererTest obj is nullptr, stop play error." << endl; ReleasePlay() local 688 cout << "Stop play error!" << endl; ReleasePlay() local 697 cout << "PaRendererTest obj is nullptr, stop play error." << endl; WriteData() local 702 cout << "Stop play error!" << endl; WriteData() local 711 cout << "PaRendererTest obj is nullptr, init recorder error." << endl; InitRecorder() local 716 cout << "Init capturer error!" << endl; InitRecorder() local 725 cout << "PaRendererTest obj is nullptr, start recorder error." << endl; StartRecorder() local 730 cout << "Start recorder error!" << endl; StartRecorder() local 739 cout << "PaRendererTest obj is nullptr, pause recorder error." << endl; PauseRecorder() local 744 cout << "Pause recorder error!" << endl; PauseRecorder() local 753 cout << "PaRendererTest obj is nullptr, Flush recorder error." << endl; FlushRecorder() local 758 cout << "Flush recorder error!" << endl; FlushRecorder() local 767 cout << "PaRendererTest obj is nullptr, stop recorder error." << endl; StopRecorder() local 772 cout << "Stop recorder error!" << endl; StopRecorder() local 781 cout << "PaRendererTest obj is nullptr, stop recorder error." << endl; ReleaseRecorder() local 786 cout << "Stop recorder error!" << endl; ReleaseRecorder() local 795 cout << "PaCapturerTest obj is nullptr, read data error." << endl; ReadData() local 800 cout << "Read data error!" << endl; ReadData() local 850 cout << "Invalid input: " << optCode << endl; HandleCapturerCode() local 898 cout << "oh pa stream test." << endl; main() local [all...] |
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | command_parser.cpp | 116 std::cout << "HCodec Test Options:" << std::endl; in ShowUsage() member in OHOS::MediaAVCodec::std 117 std::cout << " --help help info." << std::endl; in ShowUsage() member in OHOS::MediaAVCodec::std 118 std::cout << " -i, --in file name for input file." << std::endl; in ShowUsage() member in OHOS::MediaAVCodec::std 119 std::cout << " -w, --width video width." << std::endl; in ShowUsage() member in OHOS::MediaAVCodec::std 120 std::cout << " -h, --height video height." << std::endl; in ShowUsage() member in OHOS::MediaAVCodec::std 121 std::cout << " --apiType 0: codecbase, 1: new capi, 2: old capi." << std::endl; in ShowUsage() member in OHOS::MediaAVCodec::std 122 std::cout << " --isEncoder 1 is test encoder, 0 is test decoder" << std::endl; in ShowUsage() member in OHOS::MediaAVCodec::std 123 std::cout << " --isBufferMode 0 is surface mode, 1 is buffer mode." << std::endl; in ShowUsage() member in OHOS::MediaAVCodec::std 124 std::cout << " --repeatCnt repeat test, default is 1" << std::endl; in ShowUsage() member in OHOS::MediaAVCodec::std 125 std::cout << " --maxReadFrameCnt read up to frame count from input file" << std::endl; in ShowUsage() member in OHOS::MediaAVCodec::std 126 std::cout << " --protocol video protocol. 0 is H264, 1 is H265" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 127 std::cout << " --pixelFmt video pixel fmt. 1 is I420, 2 is NV12, 3 is NV21, 5 is RGBA" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 128 std::cout << " --frameRate video frame rate." << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 129 std::cout << " --timeout thread timeout(ms). -1 means wait forever" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 130 std::cout << " --isHighPerfMode 0 is normal mode, 1 is high perf mode" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 131 std::cout << " --setParameter eg. 11:frameRate,60 or 24:requestIdr,1" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 133 << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 134 std::cout << " --setResource eg. 11:/data/test/a.yuv,1280,720,2" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 135 std::cout << " [encoder only]" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 136 std::cout << " --mockFrameCnt when read up to maxReadFrameCnt, just send old frames" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 137 std::cout << " --colorRange color range. 1 is full range, 0 is limited range." << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 138 std::cout << " --colorPrimary color primary. see H.273 standard." << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 139 std::cout << " --colorTransfer color transfer characteristic. see H.273 standard." << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 140 std::cout << " --colorMatrix color matrix coefficient. see H.273 standard." << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 141 std::cout << " --iFrameInterval <0 means only one I frame, =0 means all intra" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 142 std::cout << " >0 means I frame interval in milliseconds" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 143 std::cout << " --profile video profile, for 264: 0(baseline), 1(constrained baseline), " << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 144 std::cout << " 2(constrained high), 3(extended), 4(high), 8(main)" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 145 std::cout << " for 265: 0(main), 1(main 10)" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 147 << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 148 std::cout << " --bitRate target encode bit rate (bps)" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 149 std::cout << " --quality target encode quality" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 150 std::cout << " --qpRange target encode qpRange, eg. 13,42" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 151 std::cout << " --ltrFrameCount The number of long-term reference frames." << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 152 std::cout << " --repeatAfter repeat previous frame after target ms" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 153 std::cout << " --repeatMaxCnt repeat previous frame up to target times" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 154 std::cout << " --layerCnt target encode layerCnt, H264:2, H265:2 and 3" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 155 std::cout << " --waterMark eg. /data/test/a.rgba,1280,720,2:16,16,1280,720" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 156 std::cout << " [decoder only]" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 157 std::cout << " --rotation rotation angle after decode, eg. 0/90/180/270" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 158 std::cout << " --paramsFeedback 0 means don't feedback, 1 means feedback" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 159 std::cout << " --decThenEnc do surface encode after surface decode" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 160 std::cout << " --flushCnt total flush count during decoding" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std 161 std::cout << " --scaleMode target scale mode after decode, see @OH_ScalingMode" << std::endl; ShowUsage() member in OHOS::MediaAVCodec::std [all...] |
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_dumper.cpp | 171 oss << "-------------- DMS KEY EVENTS LIST --------------" << std::endl; in DumpEventTracker() member in OHOS::Rosen::std 174 << "]: " << info.info.c_str() << std::endl; in DumpEventTracker() member in OHOS::Rosen::std 182 oss << "-------------- DMS Multi User Info --------------" << std::endl; in DumpMultiUserInfo() member in OHOS::Rosen::std 187 oss << std::endl; in DumpMultiUserInfo() member in OHOS::Rosen::std 188 oss << std::left << "[userId:] " << userId << std::endl; in DumpMultiUserInfo() member in OHOS::Rosen::std 189 oss << std::left << "[ScbPid:] " << ScbPid << std::endl; in DumpMultiUserInfo() member in OHOS::Rosen::std 196 oss << "-------------- DMS FREEZED PID LIST --------------" << std::endl; in DumpFreezedPidList() member in OHOS::Rosen::std 199 << " [" << GetProcessNameByPid(pid) << "]"<< std::endl; in DumpFreezedPidList() member in OHOS::Rosen::std 226 oss << "---------------- Screen ID: " << screenId << " ----------------" << std::endl; in ShowAllScreenInfo() member in OHOS::Rosen::std 262 << status << std::endl; in DumpFoldStatus() member in OHOS::Rosen::std 277 << status << std::endl; DumpTentMode() member in OHOS::Rosen::std 284 oss << "[SCREEN SESSION]" << std::endl; DumpScreenSessionById() member in OHOS::Rosen::std 291 << screenSession->GetName() << std::endl; DumpScreenSessionById() member in OHOS::Rosen::std 293 << screenSession->GetRSScreenId() << std::endl; DumpScreenSessionById() member in OHOS::Rosen::std 301 << static_cast<int32_t>(screenSession->GetSourceMode()) << std::endl; DumpScreenSessionById() member in OHOS::Rosen::std 303 << static_cast<int32_t>(screenSession->GetScreenCombination()) << std::endl; DumpScreenSessionById() member in OHOS::Rosen::std 305 << static_cast<int32_t>(screenSession->GetOrientation()) << std::endl; DumpScreenSessionById() member in OHOS::Rosen::std 307 << static_cast<int32_t>(screenSession->GetRotation()) << std::endl; DumpScreenSessionById() member in OHOS::Rosen::std 309 << static_cast<int32_t>(screenSession->GetScreenRequestedOrientation()) << std::endl; DumpScreenSessionById() member in OHOS::Rosen::std 311 << static_cast<int32_t>(screenSession->GetIsExtend()) << std::endl; DumpScreenSessionById() member in OHOS::Rosen::std 318 oss << "[RS INFO]" << std::endl; DumpRsInfoById() member in OHOS::Rosen::std 326 << static_cast<int32_t>(state) << std::endl; DumpRsInfoById() member in OHOS::Rosen::std 334 oss << static_cast<int32_t>(colorGamuts[colorGamuts.size() - 1]) << std::endl; DumpRsInfoById() member in OHOS::Rosen::std 340 << static_cast<int32_t>(colorGamut) << std::endl; DumpRsInfoById() member in OHOS::Rosen::std 346 << static_cast<int32_t>(gamutMap) << std::endl; DumpRsInfoById() member in OHOS::Rosen::std 352 << static_cast<int32_t>(pixelFormat) << std::endl; DumpRsInfoById() member in OHOS::Rosen::std 368 oss << static_cast<int32_t>(hdrFormats[hdrFormats.size() - 1]) << std::endl; DumpRsInfoById01() member in OHOS::Rosen::std 374 << static_cast<int32_t>(hdrFormat) << std::endl; DumpRsInfoById01() member in OHOS::Rosen::std 383 oss << static_cast<int32_t>(colorSpaces[colorSpaces.size() - 1]) << std::endl; DumpRsInfoById01() member in OHOS::Rosen::std 389 << static_cast<int32_t>(colorSpace) << std::endl; DumpRsInfoById01() member in OHOS::Rosen::std 407 oss << "[CUTOUT INFO]" << std::endl; DumpCutoutInfoById() member in OHOS::Rosen::std 423 oss << std::endl; DumpCutoutInfoById() member in OHOS::Rosen::std 430 oss << "[SCREEN INFO]" << std::endl; DumpScreenInfoById() member in OHOS::Rosen::std 437 << screenInfo->GetVirtualWidth() << std::endl; DumpScreenInfoById() member in OHOS::Rosen::std 439 << screenInfo->GetVirtualHeight() << std::endl; DumpScreenInfoById() member in OHOS::Rosen::std 441 << screenInfo->GetLastParentId() << std::endl; DumpScreenInfoById() member in OHOS::Rosen::std 443 << screenInfo->GetParentId() << std::endl; DumpScreenInfoById() member in OHOS::Rosen::std 445 << screenInfo->GetIsScreenGroup() << std::endl; DumpScreenInfoById() member in OHOS::Rosen::std 447 << screenInfo->GetVirtualPixelRatio() << std::endl; DumpScreenInfoById() member in OHOS::Rosen::std 449 << static_cast<int32_t>(screenInfo->GetRotation()) << std::endl; DumpScreenInfoById() member in OHOS::Rosen::std 451 << static_cast<int32_t>(screenInfo->GetOrientation()) << std::endl; DumpScreenInfoById() member in OHOS::Rosen::std 453 << static_cast<int32_t>(screenInfo->GetSourceMode()) << std::endl; DumpScreenInfoById() member in OHOS::Rosen::std 455 << static_cast<int32_t>(screenInfo->GetType()) << std::endl; DumpScreenInfoById() member in OHOS::Rosen::std 462 oss << "[SCREEN PROPERTY]" << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 465 oss << std::left << std::setw(LINE_WIDTH) << "Rotation: " << screenProperty.GetRotation() << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 466 oss << std::left << std::setw(LINE_WIDTH) << "Density: " << screenProperty.GetDensity() << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 468 << screenProperty.GetDensityInCurResolution() << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 469 oss << std::left << std::setw(LINE_WIDTH) << "PhyWidth: " << screenProperty.GetPhyWidth() << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 470 oss << std::left << std::setw(LINE_WIDTH) << "PhyHeight: " << screenProperty.GetPhyHeight() << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 471 oss << std::left << std::setw(LINE_WIDTH) << "RefreshRate: " << screenProperty.GetRefreshRate() << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 473 << screenProperty.GetVirtualPixelRatio() << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 475 << static_cast<int32_t>(screenProperty.GetRotation()) << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 477 << static_cast<int32_t>(screenProperty.GetOrientation()) << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 479 << static_cast<int32_t>(screenProperty.GetDisplayOrientation()) << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 481 << static_cast<int32_t>(screenProperty.GetScreenType()) << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 483 << static_cast<int32_t>(screenProperty.GetScreenRequestedOrientation()) << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 485 << ", " << screenProperty.GetYDpi() << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 487 << ", " << screenProperty.GetOffsetY() << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 489 << ", " << screenProperty.GetStartY() << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 494 << screenProperty.GetBounds().rect_.GetHeight() << ", " << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 499 << screenProperty.GetPhyBounds().rect_.GetHeight() << ", " << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 504 << screenProperty.GetAvailableArea().height_ << ", " << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 506 << screenProperty.GetDefaultDeviceRotationOffset() << std::endl; DumpScreenPropertyById() member in OHOS::Rosen::std 523 << std::endl; ShowNotifyFoldStatusChangedInfo() member in OHOS::Rosen::std 575 oss << "-------------- DMS SEND CAST PUBLISH EVENT --------------" << std::endl; MockSendCastPublishEvent() member in OHOS::Rosen::std 580 oss << std::left << "[error]: " << "the value is too long" << std::endl; MockSendCastPublishEvent() member in OHOS::Rosen::std 585 oss << std::left << "[error]: " << "value is not a number" << std::endl; MockSendCastPublishEvent() member in OHOS::Rosen::std 591 oss << std::left << "[success]: " << "send cast publish event success" << std::endl; MockSendCastPublishEvent() member in OHOS::Rosen::std 593 oss << std::left << "[error]: " << "the command is invalid" << std::endl; MockSendCastPublishEvent() member in OHOS::Rosen::std [all...] |
/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/ |
H A D | InnerAVMuxerFuzzTest.cpp | 63 std::cout << "current run time is: " << i << std::endl; in HWTEST_F() member in std 93 cout << "current run time is: " << i << endl; in HWTEST_F() local 95 cout << "rotation is: " << rotation << endl; in HWTEST_F() local 97 cout << "ret code is: " << ret << endl; in HWTEST_F() local 123 cout << "current run time is: " << i << endl; in HWTEST_F() local 136 cout << "OH_AV_KEY_MIME is: " << mimeType[typeIndex] << endl; in HWTEST_F() local 137 cout << "OH_AV_KEY_BIT_RATE is: " << bitRate << ", OH_AV_KEY_CODEC_CONFIG len is: " << dataLen << endl; in HWTEST_F() local 139 ", OH_AV_KEY_AUDIO_CHANNELS len is: " << audioChannels << endl; in HWTEST_F() local 141 ", OH_AV_KEY_VIDEO_FRAME_RATE len is: " << videoFrameRate << endl; in HWTEST_F() local 197 cout << "current run time is: " << i << endl; in HWTEST_F() local 200 cout << "data len is:" << dataLen << endl; HWTEST_F() local 205 cout << "pts is:" << pts << endl; HWTEST_F() local 206 cout << "size is:" << dataLen << endl; HWTEST_F() local 207 cout << "trackIndex is:" << trackIndex << endl; HWTEST_F() local 213 cout << "ret code is: " << ret << endl; HWTEST_F() local 236 cout << "OH_AV_KEY_MIME is: " << mimeType[typeIndex] << endl; HwTest_AddTrack() local 237 cout << "OH_AV_KEY_BIT_RATE is: " << bitRate << ", OH_AV_KEY_CODEC_CONFIG len is: " << configLen << endl; HwTest_AddTrack() local 239 << ", OH_AV_KEY_AUDIO_CHANNELS len is: " << audioChannels << endl; HwTest_AddTrack() local 241 ", OH_AV_KEY_VIDEO_FRAME_RATE len is: " << videoFrameRate << endl; HwTest_AddTrack() local 259 cout << "trackId is: " << trackId << endl; HwTest_AddTrack() local 262 cout << "Start ret is:" << ret << endl; HwTest_AddTrack() local 271 cout << "pts is:" << *pts << endl; HwTest_AddTrack() local 272 cout << "size is:" << *size << endl; HwTest_AddTrack() local 301 cout << "current run time is: " << i << endl; HWTEST_F() local 308 cout << "Create ret code is: " << ret << endl; HWTEST_F() local 312 cout << "rotation is: " << rotation << endl; HWTEST_F() local 314 cout << "SetRotation ret code is: " << ret << endl; HWTEST_F() local 324 cout << "WriteSample ret code is: " << ret << endl; HWTEST_F() local 327 cout << "Stop ret is:" << ret << endl; HWTEST_F() local 330 cout << "Destroy ret is:" << ret << endl; HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/ |
H A D | drawing_playback.cpp | 45 std::cout << "FileUtils: The file path is not valid!" << std::endl; in GetRealAndValidPath() member in __anon9284::std 51 std::cout << "FileUtils: The file path is not valid!" << std::endl; in GetRealAndValidPath() member in __anon9284::std 64 std::cout << "FileUtils: file open failed!" << std::endl; in CreateFile() member in __anon9284::std 104 std::cout << "FileUtils: fd open failed!" << std::endl; in WriteStringToFile() member in __anon9284::std 145 std::cout << "cullrect.width()=" << cullrect.width() << "cullrect.width()=" << cullrect.height() << std::endl; in Draw() member in OHOS::Rosen::std 167 std::cout << "~DrawingDCL" << std::endl; in ~DrawingDCL() member in OHOS::Rosen::std 176 std::cout << description << duration.count() / convertToMs << "ms" << std::endl; in PrintDurationTime() member in OHOS::Rosen::std 194 std::cout << "press any key to draw one skp in OH.(begin)" << std::endl; in ReplayMSKP() member in OHOS::Rosen::std 200 std::cout<<"Frame: " << std::to_string(mskpPtr->GetCurFrameNum()) <<" .sleep 4s..."<< std::endl; in ReplayMSKP() member in OHOS::Rosen::std 207 std::cout<<"Frame: " << std::to_string(mskpPtr->GetCurFrameNum()) <<" .sleep 4s again..."<< std::endl; in ReplayMSKP() member in OHOS::Rosen::std 210 std::cout << "press any key to draw one skp in OH.(end)" << std::endl; ReplayMSKP() member in OHOS::Rosen::std 223 std::cout << "repaly skp. the " << frameNum << "times" << std::endl; ReplaySKP() member in OHOS::Rosen::std 225 std::cout << "press any key to draw one frame.(begin)" << std::endl; ReplaySKP() member in OHOS::Rosen::std 229 std::cout << "press any key to draw one frame.(end)" << std::endl; ReplaySKP() member in OHOS::Rosen::std 243 std::cout << "PlayBackByFrame dclFile:" << dclFile << std::endl; PlayBackByFrame() member in OHOS::Rosen::std 246 std::cout << "failed to loadDrawCmdList" << std::endl; PlayBackByFrame() member in OHOS::Rosen::std 265 std::cout << "PlayBackFrame dclFile:" << dclFile << std::endl; PlayBackByOpItem() member in OHOS::Rosen::std 268 std::cout << "failed to loadDrawCmdList" << std::endl; PlayBackByOpItem() member in OHOS::Rosen::std 279 std::cout<< "This is already the first OpItem." << std::endl; PlayBackByOpItem() member in OHOS::Rosen::std 283 std::cout << "play back to opitemId = " << static_cast<int>(opitemId) << std::endl; PlayBackByOpItem() member in OHOS::Rosen::std 300 std::cout << "Wrong Parameter!" << std::endl; GetDirectionAndStep() member in OHOS::Rosen::std 308 std::cout << "Wrong Direction!" << std::endl; GetDirectionAndStep() member in OHOS::Rosen::std 319 std::cout << "Please enter right step!" << std::endl; GetDirectionAndStep() member in OHOS::Rosen::std 343 std::cout << "Please re-enter the parameters" << std::endl; UpdateParameters() member in OHOS::Rosen::std 355 std::cout << "DrawingDCL::Test+" << std::endl; Test() member in OHOS::Rosen::std 357 std::cout << "DrawingDCL::Test skia" << std::endl; Test() member in OHOS::Rosen::std 360 std::cout << "DrawingDCL::Test skia begin capture+" << std::endl; Test() member in OHOS::Rosen::std 377 " Press Enter to continue." << std::endl; Test() member in OHOS::Rosen::std 385 std::cout << "replay mskp... " << std::endl; Test() member in OHOS::Rosen::std 391 std::cout << "replay skp... " << std::endl; Test() member in OHOS::Rosen::std 397 std::cout << "Unknown iteratetype, please reenter parameters!" << std::endl; Test() member in OHOS::Rosen::std 400 std::cout << "Wrong iteratetype!" << std::endl; Test() member in OHOS::Rosen::std 410 std::cout << "DrawingDCL::Test-" << std::endl; Test() member in OHOS::Rosen::std 429 std::cout << "MyAllocator::Dealloc data addr not match!" << std::endl; Dealloc() member in OHOS::Rosen::MyAllocator::std 433 std::cout << "munmap failed!" <<std::endl; Dealloc() member in OHOS::Rosen::MyAllocator::std 453 std::cout << "The path of DrawCmdList file is empty!" << std::endl; GetRealPathStr() member in OHOS::Rosen::std 472 std::cout << "The path of DrawCmdList file is not valid!" << std::endl; LoadDrawCmdList() member in OHOS::Rosen::std 477 std::cout << "Open file failed" << dclFile.c_str() << std::endl; LoadDrawCmdList() member in OHOS::Rosen::std 490 std::cout << "mapFile OK" << std::endl; LoadDrawCmdList() member in OHOS::Rosen::std 498 std::cout << "messageParcel GetDataSize() = " << messageParcel.GetDataSize() << std::endl; LoadDrawCmdList() member in OHOS::Rosen::std 504 std::cout << "dcl is nullptr" << std::endl; LoadDrawCmdList() member in OHOS::Rosen::std 508 std::cout << "The size of Ops is " << dcl_->GetOpItemSize() << std::endl; LoadDrawCmdList() member in OHOS::Rosen::std [all...] |
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | test_util.cc | 27 os << std::endl in operator <<() 28 << "country_code: " << number.country_code() << std::endl in operator <<() 29 << "national_number: " << number.national_number() << std::endl; in operator <<() member in i18n::phonenumbers::std 31 os << "extension: " << number.extension() << std::endl; in operator <<() member in i18n::phonenumbers::std 34 os << "italian_leading_zero: " << number.italian_leading_zero() << std::endl; in operator <<() member in i18n::phonenumbers::std 37 os << "raw_input: " << number.raw_input() << std::endl; in operator <<() member in i18n::phonenumbers::std 40 os << "country_code_source: " << number.country_code_source() << std::endl; in operator <<() member in i18n::phonenumbers::std 44 << number.preferred_domestic_carrier_code() << std::endl; in operator <<() member in i18n::phonenumbers::std 50 os << "[" << std::endl; in operator <<() member in i18n::phonenumbers::std 55 os << std::endl << "]" << st in operator <<() member in i18n::phonenumbers::std [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client__alpha_offscreen_demo.cpp | 40 cout << "decode start: ----------- " << pathName << endl; in DecodePixelMap() local 41 cout << "decode 1: CreateImageSource" << endl; in DecodePixelMap() local 46 cout << "imageSource : " << (imageSource != nullptr) << ", err:" << errCode << endl; in DecodePixelMap() local 50 cout << "decode 2: CreatePixelMap" << endl; in DecodePixelMap() local 55 cout << "pixelmap == nullptr, err:" << errCode << endl; in DecodePixelMap() local 59 cout << "w x h: " << pixelmap->GetWidth() << "x" << pixelmap->GetHeight() << endl; in DecodePixelMap() 60 cout << "AllocatorType: " << (int)pixelmap->GetAllocatorType() << endl; in DecodePixelMap() 61 cout << "fd: " << (!pixelmap->GetFd() ? "null" : to_string(*(int*)pixelmap->GetFd())) << endl; in DecodePixelMap() 62 cout << "decode success: -----------" << endl; in DecodePixelMap() local 68 cout << "rs pixelmap demo Init Rosen Backend!" << endl; in Init() local 87 std::cout << "rs client alpha offscreen demo start!" << std::endl; main() member in std 112 cout << "rs pixelmap demo stage 1: init" << endl; main() local 120 cout << "rs pixelmap demo stage 4: bgImage" << endl; main() local 130 cout << "SetBgImage" << endl; main() local 137 std::cout << "rs client alpha offscreen demo end" << std::endl; main() member in std 139 cout << "rs pixelmap demo end!" << endl; main() local [all...] |
/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/ |
H A D | soundpool_unit_test.cpp | 82 cout << "create soundpool failed" << endl; in create() local 95 cout << "Url open failed, g_fileName " << fileName.c_str() << ", fd: " << fds_[loadNum] << endl; in loadUrl() local 104 cout << "Fd open failed, g_fileName " << fileName.c_str() << ", Fd: " << fds_[loadNum] << endl; in loadFd() local 126 cout << "set callback failed" << endl; in HWTEST_F() local 137 cout << "Invalid cb to get loaded sound num." << endl; in HWTEST_F() local 142 cout << "All sound loaded url break. loaded sound num = " << cb->GetHaveLoadedSoundNum() << endl; in HWTEST_F() 164 cout << "set callback failed" << endl; in HWTEST_F() local 173 cout << "Url open a invalid path: " << fileName.c_str() << endl; in HWTEST_F() 177 cout << "Invalid cb to get loaded sound num." << endl; in HWTEST_F() local 182 cout << "All sound loaded url break. loaded sound num = " << cb->GetHaveLoadedSoundNum() << endl; in HWTEST_F() 224 cout << "set callback failed" << endl; HWTEST_F() local 229 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 247 cout << "Get soundId failed, please try to get soundId: " << soundIDs_[loadNum_] << endl; HWTEST_F() local 250 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 271 cout << "set callback failed" << endl; HWTEST_F() local 282 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 309 cout << "set callback failed" << endl; HWTEST_F() local 322 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 369 cout << "set callback failed" << endl; HWTEST_F() local 374 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 395 cout << "Get soundId failed, please try to get soundId: " << soundIDs_[loadNum_] << endl; HWTEST_F() local 398 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 419 cout << "set callback failed" << endl; HWTEST_F() local 430 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 461 cout << "set callback failed" << endl; HWTEST_F() local 482 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 517 cout << "set callback failed" << endl; HWTEST_F() local 542 cout << "set callback failed" << endl; HWTEST_F() local 548 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 571 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 594 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 622 cout << "Get soundId failed, please try to get soundId: " << soundIDs_[loadNum_] << endl; HWTEST_F() local 625 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 646 cout << "set callback failed" << endl; HWTEST_F() local 650 cout << "soundId 5 play, result: " << streamIDs_[playNum_] << endl; HWTEST_F() local 654 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 675 cout << "set callback failed" << endl; HWTEST_F() local 679 cout << "soundId -1 play, result: " << streamIDs_[playNum_] << endl; HWTEST_F() local 683 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 704 cout << "set callback failed" << endl; HWTEST_F() local 711 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 729 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 750 cout << "set callback failed" << endl; HWTEST_F() local 755 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 772 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 804 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 827 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 860 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 888 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 911 cout << "set callback failed" << endl; HWTEST_F() local 916 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 945 cout << "set callback failed" << endl; HWTEST_F() local 950 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 971 cout << "Get soundId failed, please try to get soundId: " << soundIDs_[loadNum_] << endl; HWTEST_F() local 974 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 996 cout << "set callback failed" << endl; HWTEST_F() local 1001 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 1022 cout << "Get soundId failed, please try to get soundId: " << soundIDs_[loadNum_] << endl; HWTEST_F() local 1025 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 1046 cout << "set callback failed" << endl; HWTEST_F() local 1051 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 1072 cout << "Get soundId failed, please try to get soundId: " << soundIDs_[loadNum_] << endl; HWTEST_F() local 1075 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 1096 cout << "set callback failed" << endl; HWTEST_F() local 1101 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 1122 cout << "Get soundId failed, please try to get soundId: " << soundIDs_[loadNum_] << endl; HWTEST_F() local 1125 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 1150 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 1177 cout << "Get soundId failed, please try to get soundId: " << soundIDs_[loadNum_] << endl; HWTEST_F() local 1180 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 1205 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 1232 cout << "Get soundId failed, please try to get soundId: " << soundIDs_[loadNum_] << endl; HWTEST_F() local 1235 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 1256 cout << "set callback failed" << endl; HWTEST_F() local 1261 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 1284 cout << "Get soundId failed, please try to get soundId: " << soundIDs_[loadNum_] << endl; HWTEST_F() local 1288 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 1313 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 1342 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 1367 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 1397 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 1418 cout << "set callback failed" << endl; HWTEST_F() local 1423 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 1444 cout << "Get soundId failed, please try to get soundId: " << soundIDs_[loadNum_] << endl; HWTEST_F() local 1447 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 1468 cout << "set callback failed" << endl; HWTEST_F() local 1473 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 1496 cout << "Get soundId failed, please try to get soundId: " << soundIDs_[loadNum_] << endl; HWTEST_F() local 1499 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 1520 cout << "set callback failed" << endl; HWTEST_F() local 1525 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 1545 cout << "Get soundId failed, please try to get soundId: " << soundIDs_[loadNum_] << endl; HWTEST_F() local 1548 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 1569 cout << "set callback failed" << endl; HWTEST_F() local 1574 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 1594 cout << "Get soundId failed, please try to get soundId: " << soundIDs_[loadNum_] << endl; HWTEST_F() local 1597 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 1618 cout << "set callback failed" << endl; HWTEST_F() local 1625 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 1653 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 1679 cout << "Invalid cb to get loaded sound num." << endl; HWTEST_F() local 1708 cout << "Invalid cb to get played sound num." << endl; HWTEST_F() local 1729 cout << "set callback failed" << endl; HWTEST_F() local 1784 cout << "set callback failed" << endl; HWTEST_F() local [all...] |
/foundation/systemabilitymgr/samgr/services/common/test/unittest/ |
H A D | parse_util_test.cpp | 63 DTEST_LOG << "SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::SAMGR::std 68 DTEST_LOG << "TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::SAMGR::std 73 DTEST_LOG << "SetUp" << std::endl; in SetUp() member in OHOS::SAMGR::std 81 DTEST_LOG << "TearDown" << std::endl; in TearDown() member in OHOS::SAMGR::std 94 DTEST_LOG << " ParseSaProfile001 start " << std::endl; in HWTEST_F() member in OHOS::SAMGR::std 110 DTEST_LOG << " GetSaProfiles001 start " << std::endl; in HWTEST_F() member in OHOS::SAMGR::std 126 DTEST_LOG << " GetSaProfiles002 start " << std::endl; in HWTEST_F() member in OHOS::SAMGR::std 153 DTEST_LOG << " ParseTrustConfig001 start " << std::endl; in HWTEST_F() member in OHOS::SAMGR::std 179 DTEST_LOG << " ParseTrustConfig002 start " << std::endl; in HWTEST_F() member in OHOS::SAMGR::std 205 DTEST_LOG << " ParseTrustConfig003 start " << std::endl; in HWTEST_F() member in OHOS::SAMGR::std 222 DTEST_LOG << " ParseTrustConfig004 start " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 239 DTEST_LOG << " ParseTrustConfig005 start " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 261 DTEST_LOG << " ParseTrustConfig006 start " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 278 DTEST_LOG << " RemoveSaProfile001 start " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 301 DTEST_LOG << " RemoveSaProfile002 start " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 326 DTEST_LOG << " RemoveSaProfile003 start " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 351 DTEST_LOG << " RemoveSaProfile004 start " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 376 DTEST_LOG << " RemoveSaProfile004 start " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 403 DTEST_LOG << " CheckPathExist001 start " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 419 DTEST_LOG << " CheckPathExist002 start " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 436 DTEST_LOG << " GetProfile001 start " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 454 DTEST_LOG << " GetProfile002 start " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 476 DTEST_LOG << " LoadSaLib001 start " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 495 DTEST_LOG << " LoadSaLib002 start " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 515 DTEST_LOG << " LoadSaLib003 start " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 535 DTEST_LOG << " LoadSaLib004 start " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 555 DTEST_LOG << " LoadSaLib005 start " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 573 DTEST_LOG << " GetProcessName001 " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 592 DTEST_LOG << " GetProcessName002 " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 612 DTEST_LOG << " DeleteAllMark001 " << std::endl; HWTEST_F() member in OHOS::SAMGR::std 627 DTEST_LOG << " GetOnDemandConditionsFromJson001 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 634 DTEST_LOG << " GetOnDemandConditionsFromJson001 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 645 DTEST_LOG << " GetOnDemandConditionsFromJson002 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 660 DTEST_LOG << " GetOnDemandConditionsFromJson002 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 671 DTEST_LOG << " GetOnDemandConditionsFromJson003 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 706 DTEST_LOG << " GetOnDemandConditionsFromJson003 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 717 DTEST_LOG << " GetOnDemandConditionsFromJson004 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 732 DTEST_LOG << " GetOnDemandConditionsFromJson004 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 743 DTEST_LOG << " GetOnDemandExtraMessagesFromJson001 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 749 DTEST_LOG << " GetOnDemandExtraMessagesFromJson001 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 759 DTEST_LOG << " GetOnDemandExtraMessagesFromJson002 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 772 DTEST_LOG << " GetOnDemandExtraMessagesFromJson002 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 782 DTEST_LOG << " GetOnDemandExtraMessagesFromJson003 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 792 DTEST_LOG << " GetOnDemandExtraMessagesFromJson003 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 803 DTEST_LOG << " ParseJsonFile001 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 807 DTEST_LOG << " ParseJsonFile001 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 817 DTEST_LOG << " ParseJsonFile002 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 821 DTEST_LOG << " ParseJsonFile002 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 831 DTEST_LOG << " ParseJsonFile003 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 835 DTEST_LOG << " ParseJsonFile003 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 845 DTEST_LOG << " ParseJsonFile004 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 849 DTEST_LOG << " ParseJsonFile004 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 859 DTEST_LOG << " ParseJsonFile005 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 863 DTEST_LOG << " ParseJsonFile005 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 873 DTEST_LOG << " ParseJsonFile006 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 882 DTEST_LOG << " ParseJsonFile006 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 892 DTEST_LOG << " ParseJsonFile007 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 911 DTEST_LOG << " ParseJsonFile007 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 921 DTEST_LOG << " ParseJsonFile008 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 935 DTEST_LOG << " ParseJsonFile008 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 945 DTEST_LOG << " ParseSystemAbility001 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 971 DTEST_LOG << " ParseSystemAbility001 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 982 DTEST_LOG << " JsonObjToMap001 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 986 DTEST_LOG << " JsonObjToMap001 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 996 DTEST_LOG << " JsonObjToMap002 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1007 DTEST_LOG << " JsonObjToMap002 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1017 DTEST_LOG << " JsonObjToMap003 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1027 DTEST_LOG << " JsonObjToMap003 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1037 DTEST_LOG << " JsonObjToMap004 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1047 DTEST_LOG << " JsonObjToMap004 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1057 DTEST_LOG << " JsonObjToMap005 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1067 DTEST_LOG << " JsonObjToMap005 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1077 DTEST_LOG << " JsonObjToMap006 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1086 DTEST_LOG << " JsonObjToMap006 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1096 DTEST_LOG << " JsonObjToMap007 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1105 DTEST_LOG << " JsonObjToMap007 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1115 DTEST_LOG << " JsonObjToMap008 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1124 DTEST_LOG << " JsonObjToMap008 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1134 DTEST_LOG << " JsonObjToMap009 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1145 DTEST_LOG << " JsonObjToMap009 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1155 DTEST_LOG << " JsonObjToMap010 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1165 DTEST_LOG << " JsonObjToMap010 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1175 DTEST_LOG << " JsonObjToMap011 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1184 DTEST_LOG << " JsonObjToMap011 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1251 DTEST_LOG << " ParseSystemAbilityGetExtension001 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1278 DTEST_LOG << " ParseSystemAbilityGetExtension001 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1288 DTEST_LOG << " ParseSystemAbilityGetExtension002 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1320 DTEST_LOG << " ParseSystemAbilityGetExtension002 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1330 DTEST_LOG << " ParseSystemAbilityGetExtension003 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1353 DTEST_LOG << " ParseSystemAbilityGetExtension003 END" << std::endl; HWTEST_F() member in OHOS::SAMGR::std 1363 DTEST_LOG << " GetOndemandPriorityPara001 BEGIN" << std::endl; HWTEST_F() member in OHOS::SAMGR::std [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/collaborate/ |
H A D | dsched_collaborate_callback_mgr_test.cpp | 29 DTEST_LOG << "DSchedCollaborationCallbackMgrTest::SetUpTestCase" << std::endl;
in SetUpTestCase() member in OHOS::DistributedSchedule::std 34 DTEST_LOG << "DSchedCollaborationCallbackMgrTest::TearDownTestCase" << std::endl;
in TearDownTestCase() member in OHOS::DistributedSchedule::std 39 DTEST_LOG << "DSchedCollaborationCallbackMgrTest::TearDown" << std::endl;
in TearDown() member in OHOS::DistributedSchedule::std 45 DTEST_LOG << "DSchedCollaborationCallbackMgrTest::SetUp" << std::endl;
in SetUp() member in OHOS::DistributedSchedule::std 62 DTEST_LOG << "DSchedCollaborationCallbackMgrTest PushCallback_001 begin" << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 73 DTEST_LOG << "DSchedCollaborationCallbackMgrTest PushCallback_001 end" << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 84 DTEST_LOG << "DSchedCollaborationCallbackMgrTest PushCallback_002 begin" << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 97 DTEST_LOG << "DSchedCollaborationCallbackMgrTest PushCallback_002 end" << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 108 DTEST_LOG << "DSchedCollaborationCallbackMgrTest CleanupCallback_001 begin" << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 121 DTEST_LOG << "DSchedCollaborationCallbackMgrTest CleanupCallback_001 end" << std::endl;
in HWTEST_F() member in OHOS::DistributedSchedule::std 132 DTEST_LOG << "DSchedCollaborationCallbackMgrTest NotifyDSchedEventForOneCB_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 139 DTEST_LOG << "DSchedCollaborationCallbackMgrTest NotifyDSchedEventForOneCB_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 150 DTEST_LOG << "DSchedCollaborationCallbackMgrTest NotifyDSchedEventResult_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 158 DTEST_LOG << "DSchedCollaborationCallbackMgrTest NotifyDSchedEventResult_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 169 DTEST_LOG << "DSchedCollaborationCallbackMgrTest NotifyDSchedEventResult_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 179 DTEST_LOG << "DSchedCollaborationCallbackMgrTest NotifyDSchedEventResult_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributed_event/ |
H A D | dms_handler_test.cpp | 32 DTEST_LOG << "DmsHandlerTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 37 DTEST_LOG << "DmsHandlerTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 42 DTEST_LOG << "DmsHandlerTest::SetUp" << std::endl; in SetUp() member in OHOS::DistributedSchedule::std 47 DTEST_LOG << "DmsHandlerTest::TearDown" << std::endl; in TearDown() member in OHOS::DistributedSchedule::std 66 DTEST_LOG << "DmsHandlerTest RegisterDSchedEventListener_001 start" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 70 DTEST_LOG << "DmsHandlerTest RegisterDSchedEventListener_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 81 DTEST_LOG << "DmsHandlerTest RegisterDSchedEventListener_002 start" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 85 DTEST_LOG << "DmsHandlerTest RegisterDSchedEventListener_002 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 96 DTEST_LOG << "DmsHandlerTest UnRegisterDSchedEventListener_001 start" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 100 DTEST_LOG << "DmsHandlerTest UnRegisterDSchedEventListener_001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 111 DTEST_LOG << "DmsHandlerTest UnRegisterDSchedEventListener_002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 115 DTEST_LOG << "DmsHandlerTest UnRegisterDSchedEventListener_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 126 DTEST_LOG << "DmsHandlerTest GetContinueInfo_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 130 DTEST_LOG << "DmsHandlerTest GetContinueInfo_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 141 DTEST_LOG << "DmsHandlerTest GetDSchedEventInfo_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 145 DTEST_LOG << "DmsHandlerTest GetDSchedEventInfo_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/ |
H A D | command_parser.cpp | 46 std::cout << "Jpeg Hardware decode Demo Options:" << std::endl; in ShowUsage() member in OHOS::ImagePlugin::ShortOption::std 47 std::cout << " --help help info." << std::endl; in ShowUsage() member in OHOS::ImagePlugin::ShortOption::std 48 std::cout << " -i, --in full file path for input file." << std::endl; in ShowUsage() member in OHOS::ImagePlugin::ShortOption::std 49 std::cout << " -o, --out (optional) full path for output file." << std::endl; in ShowUsage() member in OHOS::ImagePlugin::ShortOption::std 50 std::cout << " -w, --width image width." << std::endl; in ShowUsage() member in OHOS::ImagePlugin::ShortOption::std 51 std::cout << " -h, --height image height." << std::endl; in ShowUsage() member in OHOS::ImagePlugin::ShortOption::std 52 std::cout << " --colorFmt color fmt for decode output. 1 is YUV, 2 is RGB" << std::endl; in ShowUsage() member in OHOS::ImagePlugin::ShortOption::std 53 std::cout << " --sampleSize sample size for decode output. supported value: 1/2/4/8" << std::endl; in ShowUsage() member in OHOS::ImagePlugin::ShortOption::std 92 std::cout << "=========================== OPT INFO ===========================" << endl; in Print() local 93 std::cout << " inputFile : " << inputFile << endl; in Print() local 94 std::cout << " outputPath : " << outputPath << endl; Print() local 95 std::cout << " width : " << width << endl; Print() local 96 std::cout << " height : " << height << endl; Print() local 98 std::cout << " sampleSize : " << sampleSize << endl; Print() local 99 std::cout << "=================================================================" << endl; Print() local [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/ |
H A D | dms_continue_manager_test.cpp | 80 DTEST_LOG << "DMSContinueManagerTest testUnInit001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 98 DTEST_LOG << "DMSContinueManagerTest testUnInit001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 109 DTEST_LOG << "DMSContinueManagerTest testUnInit002 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 117 DTEST_LOG << "DMSContinueManagerTest testUnInit002 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 127 DTEST_LOG << "DMSContinueManagerTest testPostUnfocusedTaskWithDelay001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 145 DTEST_LOG << "DMSContinueManagerTest testPostUnfocusedTaskWithDelay001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 156 DTEST_LOG << "DMSContinueManagerTest testNotifyMissionFocused001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 174 DTEST_LOG << "DMSContinueManagerTest testNotifyMissionFocused001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 185 DTEST_LOG << "DMSContinueManagerTest testNotifyMissionUnfocused001 begin" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 201 DTEST_LOG << "DMSContinueManagerTest testNotifyMissionUnfocused001 end" << std::endl; in HWTEST_F() member in OHOS::DistributedSchedule::std 211 DTEST_LOG << "DMSContinueManagerTest testRegisterOnListener001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 224 DTEST_LOG << "DMSContinueManagerTest testRegisterOnListener001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 234 DTEST_LOG << "DMSContinueManagerTest testRegisterOffListener001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 242 DTEST_LOG << "DMSContinueManagerTest testRegisterOffListener001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 253 DTEST_LOG << "DMSContinueManagerTest testRegisterOffListener002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 265 DTEST_LOG << "DMSContinueManagerTest testRegisterOffListener002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 275 DTEST_LOG << "DMSContinueManagerTest testGetMissionId001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 284 DTEST_LOG << "DMSContinueManagerTest testGetMissionId001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 295 DTEST_LOG << "DMSContinueManagerTest testDealFocusedBusiness001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 303 DTEST_LOG << "DMSContinueManagerTest testDealFocusedBusiness001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 314 DTEST_LOG << "DMSContinueManagerTest testDealUnfocusedBusiness001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 348 DTEST_LOG << "DMSContinueManagerTest testDealUnfocusedBusiness001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 358 DTEST_LOG << "DMSContinueManagerTest testVerifyBroadcastSource001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 382 DTEST_LOG << "DMSContinueManagerTest testVerifyBroadcastSource002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 407 DTEST_LOG << "DMSContinueManagerTest testVerifyBroadcastSource003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 434 DTEST_LOG << "DMSContinueManagerTest testDealOnBroadcastBusiness001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 472 DTEST_LOG << "DMSContinueManagerTest testDealOnBroadcastBusiness001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 482 DTEST_LOG << "DMSContinueManagerTest testGetBundleName001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 491 DTEST_LOG << "DMSContinueManagerTest testGetBundleName001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 501 DTEST_LOG << "DMSContinueManagerTest testIsContinue001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 514 DTEST_LOG << "DMSContinueManagerTest testIsContinue001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 524 DTEST_LOG << "DMSContinueManagerTest testNotifyDied001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 529 DTEST_LOG << "DMSContinueManagerTest testNotifyDied001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 539 DTEST_LOG << "DMSContinueManagerTest testSetMissionContinueState001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 556 DTEST_LOG << "DMSContinueManagerTest testSetMissionContinueState001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 566 DTEST_LOG << "DMSContinueManagerTest testSetMissionContinueState002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 583 DTEST_LOG << "DMSContinueManagerTest testSetMissionContinueState002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 593 DTEST_LOG << "DMSContinueManagerTest testDealSetMissionContinueStateBusiness001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 611 DTEST_LOG << "DMSContinueManagerTest testDealSetMissionContinueStateBusiness001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 621 DTEST_LOG << "DMSContinueManagerTest testDealSetMissionContinueStateBusiness002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 626 DTEST_LOG << "DMSContinueManagerTest testDealSetMissionContinueStateBusiness002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 637 DTEST_LOG << "DMSContinueManagerTest testOnDeviceScreenOff001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 653 DTEST_LOG << "DMSContinueManagerTest testOnDeviceScreenOff001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 664 DTEST_LOG << "DMSContinueManagerTest testNotifyDeviceOffline001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 671 DTEST_LOG << "DMSContinueManagerTest testNotifyDeviceOffline001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 681 DTEST_LOG << "DMSContinueManagerTest testNotifyDeviceOffline002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 686 DTEST_LOG << "DMSContinueManagerTest testNotifyDeviceOffline002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 696 DTEST_LOG << "DMSContinueManagerTest testNotifyDeviceOffline003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 701 DTEST_LOG << "DMSContinueManagerTest testNotifyDeviceOffline003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 711 DTEST_LOG << "DMSContinueManagerTest notifyPackageRemoved001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 720 DTEST_LOG << "DMSContinueManagerTest notifyPackageRemoved001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 730 DTEST_LOG << "DMSContinueManagerTest notifyPackageRemoved002 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 735 DTEST_LOG << "DMSContinueManagerTest notifyPackageRemoved002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 745 DTEST_LOG << "DMSContinueManagerTest notifyPackageRemoved003 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 750 DTEST_LOG << "DMSContinueManagerTest notifyPackageRemoved003 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 760 DTEST_LOG << "DMSContinueManagerTest testNotifyDataRecv001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 769 DTEST_LOG << "DMSContinueManagerTest testNotifyDataRecv001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 779 DTEST_LOG << "DMSContinueManagerTest testSendSoftbusEvent001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 785 DTEST_LOG << "DMSContinueManagerTest testSendSoftbusEvent001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 795 DTEST_LOG << "DMSContinueManagerTest testNotifyDeviceOnline001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 798 DTEST_LOG << "DMSContinueManagerTest testNotifyDeviceOnline001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 808 DTEST_LOG << "DMSContinueManagerTest testGetAbilityNameByMissionId_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 814 DTEST_LOG << "DMSContinueManagerTest testGetAbilityNameByMissionId_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 824 DTEST_LOG << "DMSContinueManagerTest testFocusedBusinessSendEvent_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 828 DTEST_LOG << "DMSContinueManagerTest testFocusedBusinessSendEvent_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 838 DTEST_LOG << "DMSContinueManagerTest testGetBundleNameIdAndContinueTypeId_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 848 DTEST_LOG << "DMSContinueManagerTest testGetBundleNameIdAndContinueTypeId_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 858 DTEST_LOG << "DMSContinueManagerTest testGetContinueType_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 869 DTEST_LOG << "DMSContinueManagerTest testGetContinueType_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 879 DTEST_LOG << "DMSContinueManagerTest testSetScreenOffInfo_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 891 DTEST_LOG << "DMSContinueManagerTest testSetScreenOffInfo_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 901 DTEST_LOG << "DMSContinueManagerTest testSetStateSendEvent_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 908 DTEST_LOG << "DMSContinueManagerTest testSetStateSendEvent_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 918 DTEST_LOG << "DMSContinueManagerTest testGetContinueLaunchMissionInfo_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 927 DTEST_LOG << "DMSContinueManagerTest testGetContinueLaunchMissionInfo_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 937 DTEST_LOG << "DMSContinueManagerTest testUpdateContinueLaunchMission_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 952 DTEST_LOG << "DMSContinueManagerTest testUpdateContinueLaunchMission_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 962 DTEST_LOG << "DMSContinueManagerTest testGetFinalBundleName_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 970 DTEST_LOG << "DMSContinueManagerTest testGetFinalBundleName_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 980 DTEST_LOG << "DMSContinueManagerTest GetBundleNameByScreenOffInfo_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 998 DTEST_LOG << "DMSContinueManagerTest GetBundleNameByScreenOffInfo_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1008 DTEST_LOG << "DMSContinueManagerTest SendScreenOffEvent_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1016 DTEST_LOG << "DMSContinueManagerTest SendScreenOffEvent_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1026 DTEST_LOG << "DMSContinueManagerTest DeleteContinueLaunchMissionInfo_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1035 DTEST_LOG << "DMSContinueManagerTest DeleteContinueLaunchMissionInfo_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1045 DTEST_LOG << "DMSContinueManagerTest CheckContinueState_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1049 DTEST_LOG << "DMSContinueManagerTest CheckContinueState_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1059 DTEST_LOG << "DMSContinueManagerTest OnContinueSwitchOff_001 start" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1072 DTEST_LOG << "DMSContinueManagerTest OnContinueSwitchOff_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksJson.cpp | 182 vk_json::_string_stream << "{" << std::endl; in writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 186 vk_json::_string_stream << "\"GraphicsPipelineState\" :" << std::endl; in writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 188 vk_json::_string_stream << "{" << std::endl; in writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 194 vk_json::_string_stream << "\"Renderpass\" : " << std::endl; in writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 200 vk_json::_string_stream << "\"Renderpass2\" : " << std::endl; in writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 206 vk_json::_string_stream << "\"YcbcrSamplers\" :" << std::endl; in writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 208 vk_json::_string_stream << "[" << std::endl; in writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 215 vk_json::_string_stream << "{" << std::endl; in writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 219 vk_json::_string_stream << "\""<< it->first.getInternal() << "\":" << std::endl; in writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 226 vk_json::_string_stream << "}," << std::endl; in writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 228 vk_json::_string_stream << "}" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 233 vk_json::_string_stream << "]," << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 239 vk_json::_string_stream << "\\"ImmutableSamplers\\" :" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 241 vk_json::_string_stream << "[" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 248 vk_json::_string_stream << "{" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 252 vk_json::_string_stream << "\\"" << it->first.getInternal() << "\\":" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 260 vk_json::_string_stream << "}," << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 262 vk_json::_string_stream << "}" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 267 vk_json::_string_stream << "]," << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 273 vk_json::_string_stream << "\\"DescriptorSetLayouts\\" :" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 275 vk_json::_string_stream << "[" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 282 vk_json::_string_stream << "{" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 286 vk_json::_string_stream << "\\"" << it->first.getInternal() << "\\":" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 294 vk_json::_string_stream << "}," << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 296 vk_json::_string_stream << "}" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 301 vk_json::_string_stream << "]," << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 305 vk_json::_string_stream << "\\"PipelineLayout\\" : " << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 309 vk_json::_string_stream << "\\"GraphicsPipeline\\" : " << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 315 vk_json::_string_stream << "\\"ShaderFileNames\\" :" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 317 vk_json::_string_stream << "[" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 323 vk_json::_string_stream << "{" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 344 vk_json::_string_stream << "\\"filename\\" : \\"" << shaderName.str() << "\\"" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 349 vk_json::_string_stream << "}" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 351 vk_json::_string_stream << "}," << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 356 vk_json::_string_stream << "]," << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 361 vk_json::_string_stream << "\\"PhysicalDeviceFeatures\\" : " << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 367 vk_json::_string_stream << "}," << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 372 vk_json::_string_stream << "\\"EnabledExtensions\\" : " << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 374 vk_json::_string_stream << "[" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 382 vk_json::_string_stream << "]," << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 387 vk_json::_string_stream << "\\"PipelineUUID\\" : " << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 389 vk_json::_string_stream << "[" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 395 vk_json::_string_stream << "]" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 399 vk_json::_string_stream << "}" << std::endl; writeJSON_GraphicsPipeline_vkpccjson() member in vksc_server::json::std 419 vk_json::_string_stream << "{" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 423 vk_json::_string_stream << "\\"ComputePipelineState\\" :" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 425 vk_json::_string_stream << "{" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 431 vk_json::_string_stream << "\\"YcbcrSamplers\\" :" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 433 vk_json::_string_stream << "[" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 440 vk_json::_string_stream << "{" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 444 vk_json::_string_stream << "\\"" << it->first.getInternal() << "\\":" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 451 vk_json::_string_stream << "}," << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 453 vk_json::_string_stream << "}" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 458 vk_json::_string_stream << "]," << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 464 vk_json::_string_stream << "\\"ImmutableSamplers\\" :" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 466 vk_json::_string_stream << "[" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 473 vk_json::_string_stream << "{" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 477 vk_json::_string_stream << "\\"" << it->first.getInternal() << "\\":" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 485 vk_json::_string_stream << "}," << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 487 vk_json::_string_stream << "}" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 492 vk_json::_string_stream << "]," << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 498 vk_json::_string_stream << "\\"DescriptorSetLayouts\\" :" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 500 vk_json::_string_stream << "[" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 507 vk_json::_string_stream << "{" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 511 vk_json::_string_stream << "\\"" << it->first.getInternal() << "\\":" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 519 vk_json::_string_stream << "}," << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 521 vk_json::_string_stream << "}" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 526 vk_json::_string_stream << "]," << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 530 vk_json::_string_stream << "\\"PipelineLayout\\" : " << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 534 vk_json::_string_stream << "\\"ComputePipeline\\" : " << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 540 vk_json::_string_stream << "\\"ShaderFileNames\\" :" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 542 vk_json::_string_stream << "[" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 547 vk_json::_string_stream << "{" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 564 vk_json::_string_stream << "\\"filename\\" : \\"" << shaderName.str() << "\\"" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 568 vk_json::_string_stream << "}" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 573 vk_json::_string_stream << "]," << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 578 vk_json::_string_stream << "\\"PhysicalDeviceFeatures\\" : " << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 584 vk_json::_string_stream << "}," << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 589 vk_json::_string_stream << "\\"EnabledExtensions\\" : " << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 591 vk_json::_string_stream << "[" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 599 vk_json::_string_stream << "]," << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 604 vk_json::_string_stream << "\\"PipelineUUID\\" : " << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 606 vk_json::_string_stream << "[" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 612 vk_json::_string_stream << "]" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 616 vk_json::_string_stream << "}" << std::endl; writeJSON_ComputePipeline_vkpccjson() member in vksc_server::json::std 652 vk_json::_string_stream << "{" << std::endl; print_VkShaderModuleCreateInfo() member in vksc_server::json::std 662 vk_json::_string_stream << "\\"pNext\\":" << "\\"NULL\\"" << "," << std::endl; print_VkShaderModuleCreateInfo() member in vksc_server::json::std 675 vk_json::_string_stream << "}," << std::endl; print_VkShaderModuleCreateInfo() member in vksc_server::json::std 677 vk_json::_string_stream << "}" << std::endl; print_VkShaderModuleCreateInfo() member in vksc_server::json::std [all...] |
/third_party/zlib/contrib/iostream2/ |
H A D | zstream_test.cpp | 17 cout << x << endl << y << endl << z << endl; in main() 20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl; in main() 21 out << z << endl << y << endl << x << endl; in main() 22 out << 1.1234567890123456789 << endl; in main() [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/ |
H A D | dsched_continue_state_test.cpp | 35 DTEST_LOG << "DSchedContinueDataStateTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 41 DTEST_LOG << "DSchedContinueDataStateTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 47 DTEST_LOG << "DSchedContinueDataStateTest::TearDown" << std::endl; in TearDown() member in OHOS::DistributedSchedule::std 55 DTEST_LOG << "DSchedContinueDataStateTest::SetUp" << std::endl; in SetUp() member in OHOS::DistributedSchedule::std 75 DTEST_LOG << "DSchedContinueSinkEndStateTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 81 DTEST_LOG << "DSchedContinueSinkEndStateTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 87 DTEST_LOG << "DSchedContinueSinkEndStateTest::TearDown" << std::endl; in TearDown() member in OHOS::DistributedSchedule::std 95 DTEST_LOG << "DSchedContinueSinkEndStateTest::SetUp" << std::endl; in SetUp() member in OHOS::DistributedSchedule::std 115 DTEST_LOG << "DSchedContinueSinkStartStateTest::SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::DistributedSchedule::std 121 DTEST_LOG << "DSchedContinueSinkStartStateTest::TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::DistributedSchedule::std 127 DTEST_LOG << "DSchedContinueSinkStartStateTest::TearDown" << std::endl; TearDown() member in OHOS::DistributedSchedule::std 135 DTEST_LOG << "DSchedContinueSinkStartStateTest::SetUp" << std::endl; SetUp() member in OHOS::DistributedSchedule::std 155 DTEST_LOG << "DSchedContinueSinkWaitEndStateTest::SetUpTestCase" << std::endl; SetUpTestCase() member in OHOS::DistributedSchedule::std 161 DTEST_LOG << "DSchedContinueSinkWaitEndStateTest::TearDownTestCase" << std::endl; TearDownTestCase() member in OHOS::DistributedSchedule::std 167 DTEST_LOG << "DSchedContinueSinkWaitEndStateTest::TearDown" << std::endl; TearDown() member in OHOS::DistributedSchedule::std 176 DTEST_LOG << "DSchedContinueSinkWaitEndStateTest::SetUp" << std::endl; SetUp() member in OHOS::DistributedSchedule::std 196 DTEST_LOG << "DSchedContinueAbilityStateTest::SetUpTestCase" << std::endl; SetUpTestCase() member in OHOS::DistributedSchedule::std 202 DTEST_LOG << "DSchedContinueAbilityStateTest::TearDownTestCase" << std::endl; TearDownTestCase() member in OHOS::DistributedSchedule::std 208 DTEST_LOG << "DSchedContinueAbilityStateTest::TearDown" << std::endl; TearDown() member in OHOS::DistributedSchedule::std 219 DTEST_LOG << "DSchedContinueAbilityStateTest::SetUp" << std::endl; SetUp() member in OHOS::DistributedSchedule::std 239 DTEST_LOG << "DSchedContinueEndStateTest::SetUpTestCase" << std::endl; SetUpTestCase() member in OHOS::DistributedSchedule::std 245 DTEST_LOG << "DSchedContinueEndStateTest::TearDownTestCase" << std::endl; TearDownTestCase() member in OHOS::DistributedSchedule::std 251 DTEST_LOG << "DSchedContinueEndStateTest::TearDown" << std::endl; TearDown() member in OHOS::DistributedSchedule::std 260 DTEST_LOG << "DSchedContinueEndStateTest::SetUp" << std::endl; SetUp() member in OHOS::DistributedSchedule::std 280 DTEST_LOG << "DSchedContinueSourceStartStateTest::SetUpTestCase" << std::endl; SetUpTestCase() member in OHOS::DistributedSchedule::std 286 DTEST_LOG << "DSchedContinueSourceStartStateTest::TearDownTestCase" << std::endl; TearDownTestCase() member in OHOS::DistributedSchedule::std 292 DTEST_LOG << "DSchedContinueSourceStartStateTest::TearDown" << std::endl; TearDown() member in OHOS::DistributedSchedule::std 301 DTEST_LOG << "DSchedContinueSourceStartStateTest::SetUp" << std::endl; SetUp() member in OHOS::DistributedSchedule::std 321 DTEST_LOG << "DSchedContinueWaitEndStateTest::SetUpTestCase" << std::endl; SetUpTestCase() member in OHOS::DistributedSchedule::std 327 DTEST_LOG << "DSchedContinueWaitEndStateTest::TearDownTestCase" << std::endl; TearDownTestCase() member in OHOS::DistributedSchedule::std 333 DTEST_LOG << "DSchedContinueWaitEndStateTest::TearDown" << std::endl; TearDown() member in OHOS::DistributedSchedule::std 342 DTEST_LOG << "DSchedContinueWaitEndStateTest::SetUp" << std::endl; SetUp() member in OHOS::DistributedSchedule::std 362 DTEST_LOG << "DSchedContinueStateMachineTest::SetUpTestCase" << std::endl; SetUpTestCase() member in OHOS::DistributedSchedule::std 368 DTEST_LOG << "DSchedContinueStateMachineTest::TearDownTestCase" << std::endl; TearDownTestCase() member in OHOS::DistributedSchedule::std 374 DTEST_LOG << "DSchedContinueStateMachineTest::TearDown" << std::endl; TearDown() member in OHOS::DistributedSchedule::std 381 DTEST_LOG << "DSchedContinueStateMachineTest::SetUp" << std::endl; SetUp() member in OHOS::DistributedSchedule::std 404 DTEST_LOG << "DSchedContinueDataStateTest SinkExecuteTest001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 416 DTEST_LOG << "DSchedContinueDataStateTest SinkExecuteTest001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 426 DTEST_LOG << "DSchedContinueDataStateTest SinkExecuteTest002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 438 DTEST_LOG << "DSchedContinueDataStateTest SinkExecuteTest002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 448 DTEST_LOG << "DSchedContinueDataStateTest SinkGetStateType001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 452 DTEST_LOG << "DSchedContinueDataStateTest SinkGetStateType001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 462 DTEST_LOG << "DSchedContinueDataStateTest SinkDoContinueDataTask001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 474 DTEST_LOG << "DSchedContinueDataStateTest SinkDoContinueDataTask001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 484 DTEST_LOG << "DSchedContinueDataStateTest SinkDoContinueEndTask001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 496 DTEST_LOG << "DSchedContinueDataStateTest SinkDoContinueEndTask001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 506 DTEST_LOG << "DSchedContinueDataStateTest SinkDoContinueErrorTask001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 518 DTEST_LOG << "DSchedContinueDataStateTest SinkDoContinueErrorTask001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 528 DTEST_LOG << "DSchedContinueSinkEndStateTest SinkExecuteTest001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 540 DTEST_LOG << "DSchedContinueSinkEndStateTest TestSinkExecute001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 550 DTEST_LOG << "DSchedContinueSinkEndStateTest SinkExecuteTest001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 562 DTEST_LOG << "DSchedContinueSinkEndStateTest TestSinkExecute002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 572 DTEST_LOG << "DSchedContinueSinkEndStateTest TestSinkGetStateType001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 576 DTEST_LOG << "DSchedContinueSinkEndStateTest TestSinkGetStateType001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 586 DTEST_LOG << "DSchedContinueSinkEndStateTest TestSinkDoContinueEndTask001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 598 DTEST_LOG << "DSchedContinueSinkEndStateTest TestSinkDoContinueEndTask001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 608 DTEST_LOG << "DSchedContinueSinkStartStateTest SinkExecuteTest_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 620 DTEST_LOG << "DSchedContinueSinkStartStateTest SinkExecuteTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 630 DTEST_LOG << "DSchedContinueSinkStartStateTest SinkExecuteTest_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 642 DTEST_LOG << "DSchedContinueSinkStartStateTest SinkExecuteTest_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 652 DTEST_LOG << "DSchedContinueSinkStartStateTest SinkGetStateTypeTest_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 656 DTEST_LOG << "DSchedContinueSinkStartStateTest SinkGetStateTypeTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 666 DTEST_LOG << "DSchedContinueSinkStartStateTest SinkDoContinuePullReqTaskTest_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 679 DTEST_LOG << "DSchedContinueSinkStartStateTest SinkDoContinuePullReqTaskTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 689 DTEST_LOG << "DSchedContinueSinkStartStateTest SinkDoContinueAbilityTaskTest_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 702 DTEST_LOG << "DSchedContinueSinkStartStateTest SinkDoContinueAbilityTaskTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 712 DTEST_LOG << "DSchedContinueSinkStartStateTest SinkDoContinueEndTaskTest_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 725 DTEST_LOG << "DSchedContinueSinkStartStateTest SinkDoContinueEndTaskTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 735 DTEST_LOG << "DSchedContinueSinkStartStateTest SinkDoContinueErrorTask001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 747 DTEST_LOG << "DSchedContinueSinkStartStateTest SinkDoContinueErrorTask001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 757 DTEST_LOG << "DSchedContinueSinkWaitEndStateTest SinkExecute001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 769 DTEST_LOG << "DSchedContinueSinkWaitEndStateTest SinkExecute001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 779 DTEST_LOG << "DSchedContinueSinkWaitEndStateTest SinkExecute002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 791 DTEST_LOG << "DSchedContinueSinkWaitEndStateTest SinkExecute002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 801 DTEST_LOG << "DSchedContinueSinkWaitEndStateTest SinkGetStateType001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 805 DTEST_LOG << "DSchedContinueSinkWaitEndStateTest SinkGetStateType001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 816 DTEST_LOG << "DSchedContinueSinkWaitEndStateTest SinkDoNotifyCompleteTask001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 829 DTEST_LOG << "DSchedContinueSinkWaitEndStateTest SinkDoNotifyCompleteTask001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 839 DTEST_LOG << "DSchedContinueSinkWaitEndStateTest SinkDoContinueEndTask001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 852 DTEST_LOG << "DSchedContinueSinkWaitEndStateTest SinkDoContinueEndTask001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 862 DTEST_LOG << "DSchedContinueAbilityStateTest SrcExecuteTest001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 874 DTEST_LOG << "DSchedContinueAbilityStateTest SrcExecuteTest001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 884 DTEST_LOG << "DSchedContinueAbilityStateTest SrcExecuteTest002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 896 DTEST_LOG << "DSchedContinueAbilityStateTest SrcExecuteTest002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 906 DTEST_LOG << "DSchedContinueAbilityStateTest SrcGetStateType001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 910 DTEST_LOG << "DSchedContinueAbilityStateTest SrcGetStateType001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 920 DTEST_LOG << "DSchedContinueAbilityStateTest SrcDoContinueSendTask001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 932 DTEST_LOG << "DSchedContinueAbilityStateTest SrcDoContinueSendTask001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 942 DTEST_LOG << "DSchedContinueAbilityStateTest SrcDoContinueEndTask001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 954 DTEST_LOG << "DSchedContinueAbilityStateTest SrcDoContinueEndTask001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 964 DTEST_LOG << "DSchedContinueAbilityStateTest SrcDoContinueErrorTask001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 976 DTEST_LOG << "DSchedContinueAbilityStateTest SrcDoContinueErrorTask001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 986 DTEST_LOG << "DSchedContinueEndStateTest SrcExecuteTest001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 998 DTEST_LOG << "DSchedContinueEndStateTest SrcExecuteTest001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1008 DTEST_LOG << "DSchedContinueEndStateTest SrcExecuteTest002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1020 DTEST_LOG << "DSchedContinueEndStateTest SrcExecuteTest002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1030 DTEST_LOG << "DSchedContinueEndStateTest SrcGetStateTypeTest001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1034 DTEST_LOG << "DSchedContinueEndStateTest SrcGetStateTypeTest001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1044 DTEST_LOG << "DSchedContinueEndStateTest SrcDoContinueEndTaskTest001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1056 DTEST_LOG << "DSchedContinueEndStateTest SrcDoContinueEndTaskTest001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1066 DTEST_LOG << "DSchedContinueSourceStartStateTest SrcExecuteTest_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1078 DTEST_LOG << "DSchedContinueSourceStartStateTest SrcExecuteTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1088 DTEST_LOG << "DSchedContinueSourceStartStateTest SrcExecuteTest_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1100 DTEST_LOG << "DSchedContinueSourceStartStateTest SrcExecuteTest_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1110 DTEST_LOG << "DSchedContinueSourceStartStateTest SrcGetStateTypeTest_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1114 DTEST_LOG << "DSchedContinueSourceStartStateTest SrcGetStateTypeTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1124 DTEST_LOG << "DSchedContinueSourceStartStateTest SrcDoContinuePushReqTaskTest_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1137 DTEST_LOG << "DSchedContinueSourceStartStateTest SrcDoContinuePushReqTaskTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1147 DTEST_LOG << "DSchedContinueSourceStartStateTest SrcDoContinueAbilityTaskTest_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1160 DTEST_LOG << "DSchedContinueSourceStartStateTest SrcDoContinueAbilityTaskTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1170 DTEST_LOG << "DSchedContinueSourceStartStateTest SrcDoContinueEndTaskTest_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1183 DTEST_LOG << "DSchedContinueSourceStartStateTest SrcDoContinueEndTaskTest_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1193 DTEST_LOG << "DSchedContinueSourceStartStateTest SrcDoContinueErrorTask001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1205 DTEST_LOG << "DSchedContinueSourceStartStateTest SrcDoContinueErrorTask001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1215 DTEST_LOG << "DSchedContinueWaitEndStateTest SrcExecute_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1227 DTEST_LOG << "DSchedContinueWaitEndStateTest SrcExecute_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1237 DTEST_LOG << "DSchedContinueWaitEndStateTest SrcExecute_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1249 DTEST_LOG << "DSchedContinueWaitEndStateTest SrcExecute_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1259 DTEST_LOG << "DSchedContinueWaitEndStateTest SrcGetStateType_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1263 DTEST_LOG << "DSchedContinueWaitEndStateTest SrcGetStateType_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1273 DTEST_LOG << "DSchedContinueWaitEndStateTest SrcDoNotifyCompleteTask_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1286 DTEST_LOG << "DSchedContinueWaitEndStateTest SrcDoNotifyCompleteTask_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1296 DTEST_LOG << "DSchedContinueWaitEndStateTest SrcDoContinueEndTask_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1309 DTEST_LOG << "DSchedContinueWaitEndStateTest SrcDoContinueEndTask_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1320 DTEST_LOG << "DSchedContinueStateMachineTest Execute_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1331 DTEST_LOG << "DSchedContinueStateMachineTest Execute_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1341 DTEST_LOG << "DSchedContinueStateMachineTest UpdateState_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1346 DTEST_LOG << "DSchedContinueStateMachineTest UpdateState_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1356 DTEST_LOG << "DSchedContinueStateMachineTest UpdateState_002 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1362 DTEST_LOG << "DSchedContinueStateMachineTest UpdateState_002 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1372 DTEST_LOG << "DSchedContinueStateMachineTest CreateState_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1400 DTEST_LOG << "DSchedContinueStateMachineTest CreateState_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1410 DTEST_LOG << "DSchedContinueStateMachineTest GetStateType_001 begin" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std 1415 DTEST_LOG << "DSchedContinueStateMachineTest GetStateType_001 end" << std::endl; HWTEST_F() member in OHOS::DistributedSchedule::std [all...] |