Lines Matching refs:command
49 FLOG("CommandLineInterface command pipe connect failed");
130 std::string command = jsonData["command"].AsString();
131 if (CommandParser::GetInstance().IsStaticCard() && IsStaticIgnoreCmd(command)) {
136 CommandLineFactory::CreateCommandLine(command, type, val, *socket);
138 ELOG("Unsupported command");
158 if (!jsonData.IsMember("type") || !jsonData.IsMember("command") || !jsonData.IsMember("version")) {
165 ELOG("Invalid command version!");
220 std::unique_ptr<CommandLine> command =
222 ApplyConfigCommands(key, command);
227 const std::unique_ptr<CommandLine>& command) const
229 if (command == nullptr) {
234 if (command->IsArgValid()) {
235 command->RunSet();