Searched refs:ShellCommandExecutor (Results 1 – 4 of 4) sorted by relevance
28 class ShellCommandExecutor : public std::enable_shared_from_this<ShellCommandExecutor> {36 ShellCommandExecutor(const std::string& cmd, const int64_t timeoutSec);41 ~ShellCommandExecutor() = default;
29 ShellCommandExecutor::ShellCommandExecutor(const std::string& cmd, const int64_t timeoutSec) in ShellCommandExecutor() function in OHOS::AAFwk::ShellCommandExecutor35 ShellCommandResult ShellCommandExecutor::WaitWorkDone() in WaitWorkDone()69 bool ShellCommandExecutor::DoWork() in DoWork()128 bool ShellCommandExecutor::CheckCommand() in CheckCommand()
60 auto cmdExecutor = std::make_shared<ShellCommandExecutor>(cmd, timeoutSec); in ExecuteShellCommand()
37 std::shared_ptr<ShellCommandExecutor> Command_;48 Command_ = std::make_shared<ShellCommandExecutor>(CMD, TIMEOUT); in SetUp()