Searched refs:CommandSyntaxError (Results 1 – 6 of 6) sorted by relevance
/system/vold/ |
D | CommandListener.cpp | 149 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing Argument", false); in runCommand() 173 return cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown disk", false); in runCommand() 183 return cli->sendMsg(ResponseCode::CommandSyntaxError, nullptr, false); in runCommand() 188 return cli->sendMsg(ResponseCode::CommandSyntaxError, nullptr, false); in runCommand() 216 return cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown volume", false); in runCommand() 236 return cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown volume", false); in runCommand() 247 return cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown volume", false); in runCommand() 257 return cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown volume", false); in runCommand() 282 return cli->sendMsg(ResponseCode::CommandSyntaxError, nullptr, false); in runCommand() 297 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing Argument", false); in runCommand() [all …]
|
D | CryptCommandListener.cpp | 145 cli->sendMsg(ResponseCode::CommandSyntaxError, message.c_str(), false); in check_argc() 181 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing subcommand", false); in runCommand() 249 cli->sendMsg(ResponseCode::CommandSyntaxError, syntax, false); in runCommand() 273 cli->sendMsg(ResponseCode::CommandSyntaxError, syntax, false); in runCommand() 278 cli->sendMsg(ResponseCode::CommandSyntaxError, syntax, false); in runCommand() 424 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown cryptfs subcommand", false); in runCommand()
|
D | ResponseCode.h | 50 static const int CommandSyntaxError = 500; variable
|
/system/netd/server/ |
D | CommandListener.cpp | 125 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand() 151 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand() 204 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand() 281 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand() 296 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand() 312 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand() 327 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand() 339 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown interface cmd", false); in runCommand() 412 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown ipfwd cmd", false); in runCommand() 433 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand() [all …]
|
D | ResponseCode.h | 59 static const int CommandSyntaxError = 500; variable
|
D | MDnsSdListener.cpp | 512 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown mdnssd cmd", false); in runCommand()
|