Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetExitCode
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/
H
A
D
shell_cmd_result_module_test.cpp
54
* @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
D
shell_cmd_result_test.cpp
56
* @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
D
cj_ability_delegator.cpp
52
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
D
cj_ability_delegator.h
47
int32_t
GetExitCode
();
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H
A
D
shell_cmd_result.cpp
35
int32_t ShellCmdResult::
GetExitCode
() const
in GetExitCode()
function in OHOS::AppExecFwk::ShellCmdResult
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/
H
A
D
shell_cmd_result.h
63
int32_t
GetExitCode
() const;
/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/
H
A
D
js_ability_delegator_utils.cpp
130
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
D
cj_ability_delegator_test.cpp
161
* @tc.desc: CjAbilityDelegatorTest test for
GetExitCode
.
168
int32_t exitCode = shellCmdResult.
GetExitCode
();
in HWTEST_F()
Completed in 4 milliseconds