Home
last modified time | relevance | path

Searched refs:CommandParameterError (Results 1 – 6 of 6) sorted by relevance

/system/netd/server/
DMDnsSdListener.cpp76 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 …]
DResponseCode.h60 static const int CommandParameterError = 501; variable
DCommandListener.cpp262 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()
DDnsProxyListener.cpp315 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/
DResponseCode.h51 static const int CommandParameterError = 501; variable
DCommandListener.cpp802 return cli->sendMsg(ResponseCode::CommandParameterError, in runCommand()
841 return cli->sendMsg(ResponseCode::CommandParameterError, in runCommand()