Searched refs:CommandParameterError (Results 1 – 7 of 7) 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 | DnsProxyListener.cpp | 242 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); in runCommand() 318 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); in runCommand() 430 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); in runCommand()
|
D | CommandListener.cpp | 392 cli->sendMsg(ResponseCode::CommandParameterError, "Flag unsupported", false); in runCommand() 613 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid address", false); in runCommand() 626 cli->sendMsg(ResponseCode::CommandParameterError, in runCommand() 640 cli->sendMsg(ResponseCode::CommandParameterError, in runCommand() 719 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid local address", false); in runCommand() 723 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid remote address", false); in runCommand() 727 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid dns1 address", false); in runCommand() 731 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid dns2 address", false); in runCommand()
|
D | SoftapController.cpp | 205 return ResponseCode::CommandParameterError; in fwReloadSoftap()
|
/system/vold/ |
D | ResponseCode.h | 51 static const int CommandParameterError = 501; variable
|
D | CommandListener.cpp | 788 return cli->sendMsg(ResponseCode::CommandParameterError, in runCommand() 827 return cli->sendMsg(ResponseCode::CommandParameterError, in runCommand()
|