Home
last modified time | relevance | path

Searched refs:ShellCommandExecutor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dshell_command_executor.h28 class ShellCommandExecutor : public std::enable_shared_from_this<ShellCommandExecutor> {
36 ShellCommandExecutor(const std::string& cmd, const int64_t timeoutSec);
41 ~ShellCommandExecutor() = default;
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dshell_command_executor.cpp29 ShellCommandExecutor::ShellCommandExecutor(const std::string& cmd, const int64_t timeoutSec) in ShellCommandExecutor() function in OHOS::AAFwk::ShellCommandExecutor
35 ShellCommandResult ShellCommandExecutor::WaitWorkDone() in WaitWorkDone()
69 bool ShellCommandExecutor::DoWork() in DoWork()
128 bool ShellCommandExecutor::CheckCommand() in CheckCommand()
H A Dtest_observer.cpp60 auto cmdExecutor = std::make_shared<ShellCommandExecutor>(cmd, timeoutSec); in ExecuteShellCommand()
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Dshell_command_executor_test.cpp37 std::shared_ptr<ShellCommandExecutor> Command_;
48 Command_ = std::make_shared<ShellCommandExecutor>(CMD, TIMEOUT); in SetUp()