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:GetStdResult
(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
.
63
EXPECT_EQ(shellCmd.
GetStdResult
(), SHELLCOMMANDDRESULT);
in HWTEST_F()
82
* @tc.name: SetStdResult and
GetStdResult
83
* @tc.desc: Verify the SetStdResult and
GetStdResult
.
91
EXPECT_EQ(shellCmd.
GetStdResult
(), CHANGESHELLCOMMANDDRESULT);
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
.
65
EXPECT_EQ(shellCmd.
GetStdResult
(), SHELLCOMMANDDRESULT);
in HWTEST_F()
84
* @tc.name: SetStdResult and
GetStdResult
85
* @tc.desc: Verify the SetStdResult and
GetStdResult
.
93
EXPECT_EQ(shellCmd.
GetStdResult
(), CHANGESHELLCOMMANDDRESULT);
in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H
A
D
cj_ability_delegator.cpp
57
std::string CJShellCmdResult::
GetStdResult
()
in GetStdResult()
function in OHOS::AbilityDelegatorCJ::CJShellCmdResult
59
return shellCmdResultr_->
GetStdResult
();
in GetStdResult()
131
const char* res = CreateCStringFromString(cjShellCmdResult->
GetStdResult
());
in FFIGetStdResult()
H
A
D
cj_ability_delegator.h
48
std::string
GetStdResult
();
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H
A
D
shell_cmd_result.cpp
45
std::string ShellCmdResult::
GetStdResult
() const
in GetStdResult()
function in OHOS::AppExecFwk::ShellCmdResult
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/
H
A
D
shell_cmd_result.h
77
std::string
GetStdResult
() const;
/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/
H
A
D
js_ability_delegator_utils.cpp
129
napi_set_named_property(env, objValue, "stdResult", CreateJsValue(env, shellResult->
GetStdResult
()));
in CreateJsShellCmdResult()
/foundation/ability/ability_runtime/test/unittest/cj_ability_delegator_test/
H
A
D
cj_ability_delegator_test.cpp
174
* @tc.desc: CjAbilityDelegatorTest test for
GetStdResult
.
181
std::string stdResult = shellCmdResult.
GetStdResult
();
in HWTEST_F()
Completed in 3 milliseconds