Home
last modified time | relevance | path

Searched refs:stdResult (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Dshell_cmd_result.cpp20 ShellCmdResult::ShellCmdResult(const int32_t exitCode, const std::string &stdResult) in ShellCmdResult() argument
21 : exitCode_(exitCode), stdResult_(stdResult) in ShellCmdResult()
27 stdResult_ = result.stdResult; in ShellCmdResult()
40 void ShellCmdResult::SetStdResult(const std::string &stdResult) in SetStdResult() argument
42 stdResult_ = stdResult; in SetStdResult()
/ohos5.0/foundation/ability/ability_runtime/tools/test/moduletest/ability_delegator/
H A Dshell_command_result_module_test.cpp62 shellCmd.stdResult = SHELL_COMMAND_RESULT;
77 shellCmd.stdResult = SHELL_COMMAND_RESULT;
82 EXPECT_EQ(shellCmd.stdResult, SHELL_COMMAND_RESULT);
H A Dtest_observer_module_test.cpp79 EXPECT_EQ(observer.ExecuteShellCommand(CMD.c_str(), TIMEOUT).stdResult.size(), 0);
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Dshell_command_result_test.cpp61 shellCmd.stdResult = SHELL_COMMAND_RESULT;
76 shellCmd.stdResult = SHELL_COMMAND_RESULT;
81 EXPECT_EQ(shellCmd.stdResult, SHELL_COMMAND_RESULT);
H A Dtest_observer_test.cpp96 EXPECT_EQ(observer.ExecuteShellCommand(CMD.c_str(), TIMEOUT).stdResult.size(), 0);
H A Dtest_observer_proxy_test.cpp148 EXPECT_EQ(testObserverProxy.ExecuteShellCommand(CMD.c_str(), 0).stdResult.size(), 0);
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/
H A Dshell_cmd_result.h37 ShellCmdResult(const int32_t exitCode, const std::string &stdResult);
70 void SetStdResult(const std::string &stdResult);
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dshell_command_result.cpp29 if (!parcel.WriteString(stdResult)) { in Marshalling()
40 stdResult = parcel.ReadString(); in ReadFromParcel()
H A Dshell_command_executor.cpp59 realResult.stdResult = cmdResult_.stdResult; in WaitWorkDone()
109 cmdResult_.stdResult.append(commandResult); in DoWork()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dshell_command_result.h26 std::string stdResult; member
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/ohosTest/ets/TestRunner/
H A DOpenHarmonyTestRunner.ts59 … hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? '');
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/ohosTest/ets/TestRunner/
H A DOpenHarmonyTestRunner.ts58 … hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? '');
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/ohosTest/ets/testrunner/
H A DOpenHarmonyTestRunner.ts59 … hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? '');
/ohos5.0/foundation/distributeddatamgr/preferences/test/js/unittest/stage_unittest/preferences/src/entry/src/main/ets/TestRunner/
H A DOpenHarmonyTestRunner.ts67 console.info('executeShellCommand : data : ' + d.stdResult);
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_permission_js_test/entry/src/main/ets/TestRunner/
H A DOpenHarmonyTestRunner.ts68 console.info('executeShellCommand : data : ' + d.stdResult);
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/ets/TestRunner/
H A DOpenHarmonyTestRunner.ts68 console.info('executeShellCommand : data : ' + d.stdResult);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-test-kit/
H A Djs-apis-inner-application-shellCmdResult.md25 | stdResult | string | 是 | 是 | 标准输出内容。 |
/ohos5.0/base/request/request/test/unittest/js_test/requestAgentTaskTest/entry/src/main/ets/TestRunner/
H A DOpenHarmonyTestRunner.ts53 console.info('executeShellCommand : data : ' + d.stdResult);
/ohos5.0/base/request/request/test/unittest/js_test/requestQueryTaskTest/entry/src/main/ets/TestRunner/
H A DOpenHarmonyTestRunner.ts53 console.info('executeShellCommand : data : ' + d.stdResult);
/ohos5.0/base/request/request/test/unittest/js_test/requestSystemQueryTest/entry/src/main/ets/TestRunner/
H A DOpenHarmonyTestRunner.ts53 console.info('executeShellCommand : data : ' + d.stdResult);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/entry/src/ohosTest/ets/TestRunner/
H A DOpenHarmonyTestRunner.ts68 console.info('executeShellCommand : data : ' + d.stdResult);
/ohos5.0/foundation/multimedia/ringtone_library/frameworks/ringtone_extension_hap/RingtoneLibraryExt/entry/src/ohosTest/ets/TestRunner/
H A DOpenHarmonyTestRunner.ts68 console.info('executeShellCommand : data : ' + d.stdResult);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_ability_delegator_test/
H A Dcj_ability_delegator_test.cpp181 std::string stdResult = shellCmdResult.GetStdResult(); variable
182 EXPECT_TRUE(stdResult.empty());
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/ohosTest/ets/TestRunner/
H A DOpenHarmonyTestRunner.ts83 hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? '');
/ohos5.0/docs/en/application-dev/reference/apis-test-kit/
H A Djs-apis-inner-application-shellCmdResult.md25 | stdResult | string | Yes | Yes | Standard output content.|

12