Searched refs:CommandParameterError (Results 1 – 6 of 6) sorted by relevance
/system/netd/server/ |
D | MDnsSdListener.cpp | 76 cli->sendMsg(ResponseCode::CommandParameterError, in discover() 89 cli->sendMsg(ResponseCode::CommandParameterError, in discover() 137 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); in stop() 145 cli->sendMsg(ResponseCode::CommandParameterError, "Unknown requestId", false); in stop() 169 cli->sendMsg(ResponseCode::CommandParameterError, in serviceRegister() 182 cli->sendMsg(ResponseCode::CommandParameterError, in serviceRegister() 224 cli->sendMsg(ResponseCode::CommandParameterError, in resolveService() 236 cli->sendMsg(ResponseCode::CommandParameterError, in resolveService() 290 cli->sendMsg(ResponseCode::CommandParameterError, in getAddrInfo() 302 cli->sendMsg(ResponseCode::CommandParameterError, in getAddrInfo() [all …]
|
D | ResponseCode.h | 60 static const int CommandParameterError = 501; variable
|
D | CommandListener.cpp | 262 cli->sendMsg(ResponseCode::CommandParameterError, "Flag unsupported", false); in runCommand() 481 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid address", false); in runCommand() 494 cli->sendMsg(ResponseCode::CommandParameterError, in runCommand() 508 cli->sendMsg(ResponseCode::CommandParameterError, in runCommand() 587 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid local address", false); in runCommand() 591 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid remote address", false); in runCommand() 595 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid dns1 address", false); in runCommand() 599 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid dns2 address", false); in runCommand()
|
D | DnsProxyListener.cpp | 315 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); in runCommand() 391 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); in runCommand() 522 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); in runCommand()
|
/system/vold/ |
D | ResponseCode.h | 51 static const int CommandParameterError = 501; variable
|
D | CommandListener.cpp | 802 return cli->sendMsg(ResponseCode::CommandParameterError, in runCommand() 841 return cli->sendMsg(ResponseCode::CommandParameterError, in runCommand()
|