/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/ |
H A D | shell_cmd_result.cpp | 20 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 D | shell_command_result_module_test.cpp | 62 shellCmd.stdResult = SHELL_COMMAND_RESULT; 77 shellCmd.stdResult = SHELL_COMMAND_RESULT; 82 EXPECT_EQ(shellCmd.stdResult, SHELL_COMMAND_RESULT);
|
H A D | test_observer_module_test.cpp | 79 EXPECT_EQ(observer.ExecuteShellCommand(CMD.c_str(), TIMEOUT).stdResult.size(), 0);
|
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/ |
H A D | shell_command_result_test.cpp | 61 shellCmd.stdResult = SHELL_COMMAND_RESULT; 76 shellCmd.stdResult = SHELL_COMMAND_RESULT; 81 EXPECT_EQ(shellCmd.stdResult, SHELL_COMMAND_RESULT);
|
H A D | test_observer_test.cpp | 96 EXPECT_EQ(observer.ExecuteShellCommand(CMD.c_str(), TIMEOUT).stdResult.size(), 0);
|
H A D | test_observer_proxy_test.cpp | 148 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 D | shell_cmd_result.h | 37 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 D | shell_command_result.cpp | 29 if (!parcel.WriteString(stdResult)) { in Marshalling() 40 stdResult = parcel.ReadString(); in ReadFromParcel()
|
H A D | shell_command_executor.cpp | 59 realResult.stdResult = cmdResult_.stdResult; in WaitWorkDone() 109 cmdResult_.stdResult.append(commandResult); in DoWork()
|
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/ |
H A D | shell_command_result.h | 26 std::string stdResult; member
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/ohosTest/ets/TestRunner/ |
H A D | OpenHarmonyTestRunner.ts | 59 … 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 D | OpenHarmonyTestRunner.ts | 58 … 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 D | OpenHarmonyTestRunner.ts | 59 … 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 D | OpenHarmonyTestRunner.ts | 67 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 D | OpenHarmonyTestRunner.ts | 68 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 D | OpenHarmonyTestRunner.ts | 68 console.info('executeShellCommand : data : ' + d.stdResult);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-test-kit/ |
H A D | js-apis-inner-application-shellCmdResult.md | 25 | stdResult | string | 是 | 是 | 标准输出内容。 |
|
/ohos5.0/base/request/request/test/unittest/js_test/requestAgentTaskTest/entry/src/main/ets/TestRunner/ |
H A D | OpenHarmonyTestRunner.ts | 53 console.info('executeShellCommand : data : ' + d.stdResult);
|
/ohos5.0/base/request/request/test/unittest/js_test/requestQueryTaskTest/entry/src/main/ets/TestRunner/ |
H A D | OpenHarmonyTestRunner.ts | 53 console.info('executeShellCommand : data : ' + d.stdResult);
|
/ohos5.0/base/request/request/test/unittest/js_test/requestSystemQueryTest/entry/src/main/ets/TestRunner/ |
H A D | OpenHarmonyTestRunner.ts | 53 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 D | OpenHarmonyTestRunner.ts | 68 console.info('executeShellCommand : data : ' + d.stdResult);
|
/ohos5.0/foundation/multimedia/ringtone_library/frameworks/ringtone_extension_hap/RingtoneLibraryExt/entry/src/ohosTest/ets/TestRunner/ |
H A D | OpenHarmonyTestRunner.ts | 68 console.info('executeShellCommand : data : ' + d.stdResult);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_ability_delegator_test/ |
H A D | cj_ability_delegator_test.cpp | 181 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 D | OpenHarmonyTestRunner.ts | 83 hilog.info(0x0000, 'testTag', 'executeShellCommand : data : %{public}s', d.stdResult ?? '');
|
/ohos5.0/docs/en/application-dev/reference/apis-test-kit/ |
H A D | js-apis-inner-application-shellCmdResult.md | 25 | stdResult | string | Yes | Yes | Standard output content.|
|