Home
last modified time | relevance | path

Searched refs:CommandParameterError (Results 1 – 7 of 7) 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
DDnsProxyListener.cpp242 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()
DCommandListener.cpp392 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()
DSoftapController.cpp205 return ResponseCode::CommandParameterError; in fwReloadSoftap()
/system/vold/
DResponseCode.h51 static const int CommandParameterError = 501; variable
DCommandListener.cpp788 return cli->sendMsg(ResponseCode::CommandParameterError, in runCommand()
827 return cli->sendMsg(ResponseCode::CommandParameterError, in runCommand()