Searched refs:CommandParameterError (Results 1 – 6 of 6) sorted by relevance
/system/netd/ |
D | MDnsSdListener.cpp | 73 cli->sendMsg(ResponseCode::CommandParameterError, in discover() 86 cli->sendMsg(ResponseCode::CommandParameterError, in discover() 134 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); in stop() 142 cli->sendMsg(ResponseCode::CommandParameterError, "Unknown requestId", false); in stop() 166 cli->sendMsg(ResponseCode::CommandParameterError, in serviceRegister() 179 cli->sendMsg(ResponseCode::CommandParameterError, in serviceRegister() 221 cli->sendMsg(ResponseCode::CommandParameterError, in resolveService() 233 cli->sendMsg(ResponseCode::CommandParameterError, in resolveService() 276 cli->sendMsg(ResponseCode::CommandParameterError, in getAddrInfo() 288 cli->sendMsg(ResponseCode::CommandParameterError, in getAddrInfo() [all …]
|
D | ResponseCode.h | 61 static const int CommandParameterError = 501; variable
|
D | CommandListener.cpp | 411 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid route prefix", false); in runCommand() 427 cli->sendMsg(ResponseCode::CommandParameterError, in runCommand() 444 cli->sendMsg(ResponseCode::CommandParameterError, in runCommand() 562 cli->sendMsg(ResponseCode::CommandParameterError, "Flag unsupported", false); in runCommand() 758 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid address", false); in runCommand() 772 cli->sendMsg(ResponseCode::CommandParameterError, in runCommand() 781 cli->sendMsg(ResponseCode::CommandParameterError, in runCommand() 857 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid local address", false); in runCommand() 861 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid remote address", false); in runCommand() 865 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid dns1 address", false); in runCommand() [all …]
|
D | DnsProxyListener.cpp | 183 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); in runCommand() 262 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); in runCommand() 387 cli->sendMsg(ResponseCode::CommandParameterError, msg, false); in runCommand()
|
D | SoftapController.cpp | 220 return ResponseCode::CommandParameterError; in fwReloadSoftap()
|
/system/vold/ |
D | ResponseCode.h | 51 static const int CommandParameterError = 501; variable
|