Searched refs:WaitCommand (Results 1 – 4 of 4) sorted by relevance
27 std::string WaitCommand::getName() const { in getName()31 std::string WaitCommand::getSimpleDescription() const { in getSimpleDescription()35 Status WaitCommand::parseArgs(const Arg &arg) { in parseArgs()45 Status WaitCommand::main(const Arg &arg) { in main()73 void WaitCommand::usage() const { in usage()
31 class WaitCommand : public Command {33 explicit WaitCommand(Lshal &lshal) : Command(lshal) {} in WaitCommand() function34 ~WaitCommand() = default;44 DISALLOW_COPY_AND_ASSIGN(WaitCommand);
38 "WaitCommand.cpp",
54 mRegisteredCommands.push_back({std::make_unique<WaitCommand>(*this)}); in Lshal()