Home
last modified time | relevance | path

Searched refs:shellCmdResult (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/cj_ability_delegator_test/
H A Dcj_ability_delegator_test.cpp144 auto shellCmdResult = cjDelegator->ExecuteShellCommand(cmd, timeoutSec); in HWTEST_F() local
145 EXPECT_EQ(shellCmdResult, nullptr); in HWTEST_F()
167 CJShellCmdResult shellCmdResult(shellResult); in HWTEST_F()
168 int32_t exitCode = shellCmdResult.GetExitCode(); in HWTEST_F()
180 CJShellCmdResult shellCmdResult(shellResult); in HWTEST_F()
181 std::string stdResult = shellCmdResult.GetStdResult(); in HWTEST_F()
193 CJShellCmdResult shellCmdResult(shellResult); in HWTEST_F()
194 shellCmdResult.Dump(); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_ability_delegator.h45 explicit CJShellCmdResult(std::shared_ptr<AppExecFwk::ShellCmdResult> shellCmdResult) in CJShellCmdResult() argument
46 : shellCmdResultr_(shellCmdResult) {}; in CJShellCmdResult()

Completed in 2 milliseconds