Home
last modified time | relevance | path

Searched defs:stdResult (Results 1 – 3 of 3) sorted by relevance

/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()
40 void ShellCmdResult::SetStdResult(const std::string &stdResult) in SetStdResult()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dshell_command_result.h26 std::string stdResult; member
/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