Searched refs:CommandSyntaxError (Results 1 – 7 of 7) sorted by relevance
/system/vold/ |
D | CommandListener.cpp | 146 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing Argument", false); in runCommand() 170 return cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown disk", false); in runCommand() 180 return cli->sendMsg(ResponseCode::CommandSyntaxError, nullptr, false); in runCommand() 185 return cli->sendMsg(ResponseCode::CommandSyntaxError, nullptr, false); in runCommand() 213 return cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown volume", false); in runCommand() 233 return cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown volume", false); in runCommand() 244 return cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown volume", false); in runCommand() 254 return cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown volume", false); in runCommand() 279 return cli->sendMsg(ResponseCode::CommandSyntaxError, nullptr, false); in runCommand() 294 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing Argument", false); in runCommand() [all …]
|
D | CryptCommandListener.cpp | 144 cli->sendMsg(ResponseCode::CommandSyntaxError, message.c_str(), false); in check_argc() 180 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing subcommand", false); in runCommand() 248 cli->sendMsg(ResponseCode::CommandSyntaxError, syntax, false); in runCommand() 272 cli->sendMsg(ResponseCode::CommandSyntaxError, syntax, false); in runCommand() 277 cli->sendMsg(ResponseCode::CommandSyntaxError, syntax, false); in runCommand() 418 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 | 255 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand() 281 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand() 334 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand() 411 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand() 426 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand() 442 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand() 457 cli->sendMsg(ResponseCode::CommandSyntaxError, in runCommand() 469 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown interface cmd", false); in runCommand() 542 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown ipfwd cmd", false); in runCommand() 563 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); in runCommand() [all …]
|
D | SoftapController.cpp | 130 return ResponseCode::CommandSyntaxError; in setSoftap() 195 return ResponseCode::CommandSyntaxError; in fwReloadSoftap()
|
D | ResponseCode.h | 59 static const int CommandSyntaxError = 500; variable
|
D | MDnsSdListener.cpp | 512 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown mdnssd cmd", false); in runCommand()
|