Home
last modified time | relevance | path

Searched refs:GetExitCode (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/
H A Dshell_cmd_result_module_test.cpp54 * @tc.name: GetExitCode and GetStdResult
55 * @tc.desc: Verify the GetExitCode and GetStdResult.
62 EXPECT_EQ(shellCmd.GetExitCode(), EXITCODE); in HWTEST_F()
68 * @tc.name: SetExitCode and GetExitCode
69 * @tc.desc: Verify the SetExitCode and GetExitCode.
77 EXPECT_EQ(shellCmd.GetExitCode(), CHANGEEXITCODE); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/
H A Dshell_cmd_result_test.cpp56 * @tc.name: GetExitCode and GetStdResult
57 * @tc.desc: Verify the GetExitCode and GetStdResult.
64 EXPECT_EQ(shellCmd.GetExitCode(), EXITCODE); in HWTEST_F()
70 * @tc.name: SetExitCode and GetExitCode
71 * @tc.desc: Verify the SetExitCode and GetExitCode.
79 EXPECT_EQ(shellCmd.GetExitCode(), CHANGEEXITCODE); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_ability_delegator.cpp52 int32_t CJShellCmdResult::GetExitCode() in GetExitCode() function in OHOS::AbilityDelegatorCJ::CJShellCmdResult
54 return shellCmdResultr_->GetExitCode(); in GetExitCode()
121 return cjShellCmdResult->GetExitCode(); in FFIGetExitCode()
H A Dcj_ability_delegator.h47 int32_t GetExitCode();
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Dshell_cmd_result.cpp35 int32_t ShellCmdResult::GetExitCode() const in GetExitCode() function in OHOS::AppExecFwk::ShellCmdResult
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/
H A Dshell_cmd_result.h63 int32_t GetExitCode() const;
/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/
H A Djs_ability_delegator_utils.cpp130 napi_set_named_property(env, objValue, "exitCode", CreateJsValue(env, shellResult->GetExitCode())); in CreateJsShellCmdResult()
/foundation/ability/ability_runtime/test/unittest/cj_ability_delegator_test/
H A Dcj_ability_delegator_test.cpp161 * @tc.desc: CjAbilityDelegatorTest test for GetExitCode.
168 int32_t exitCode = shellCmdResult.GetExitCode(); in HWTEST_F()

Completed in 4 milliseconds