Home
last modified time | relevance | path

Searched refs:CommandSyntaxError (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DCommandListener.cpp132 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
154 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
207 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
284 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
299 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
315 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand()
327 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown interface cmd", false); in runCommand()
400 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown ipfwd cmd", false); in runCommand()
421 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
454 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand()
[all …]
DResponseCode.h59 static const int CommandSyntaxError = 500; variable
DMDnsSdListener.cpp512 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown mdnssd cmd", false); in runCommand()