Searched refs:selectCommand (Results 1 – 3 of 3) sorted by relevance
172 if (selectCommand(mCommand) != nullptr) { in parseArgs()194 Command* Lshal::selectCommand(const std::string& command) const { in selectCommand() function in android::lshal::Lshal196 return selectCommand(ListCommand::GetName()); in selectCommand()215 auto c = selectCommand(mCommand); in main()226 auto&& help = selectCommand(HelpCommand::GetName()); in main()
47 auto command = mLshal.selectCommand(c); in usageOfCommand()
58 Command* selectCommand(const std::string& command) const;