Home
last modified time | relevance | path

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

/system/netd/
DMDnsSdListener.cpp73 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 …]
DResponseCode.h61 static const int CommandParameterError = 501; variable
DCommandListener.cpp411 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 …]
DDnsProxyListener.cpp183 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()
DSoftapController.cpp220 return ResponseCode::CommandParameterError; in fwReloadSoftap()
/system/vold/
DResponseCode.h51 static const int CommandParameterError = 501; variable