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

/system/vold/
H A DResponseCode.h51 static const int CommandParameterError = 501; member in class:ResponseCode
/system/netd/
H A DResponseCode.h61 static const int CommandParameterError = 501; member in class:ResponseCode
H A DMDnsSdListener.cpp73 cli->sendMsg(ResponseCode::CommandParameterError,
86 cli->sendMsg(ResponseCode::CommandParameterError,
134 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
142 cli->sendMsg(ResponseCode::CommandParameterError, "Unknown requestId", false);
166 cli->sendMsg(ResponseCode::CommandParameterError,
179 cli->sendMsg(ResponseCode::CommandParameterError,
221 cli->sendMsg(ResponseCode::CommandParameterError,
233 cli->sendMsg(ResponseCode::CommandParameterError,
276 cli->sendMsg(ResponseCode::CommandParameterError,
288 cli->sendMsg(ResponseCode::CommandParameterError,
[all...]
H A DCommandListener.cpp413 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid route prefix", false);
429 cli->sendMsg(ResponseCode::CommandParameterError,
446 cli->sendMsg(ResponseCode::CommandParameterError,
564 cli->sendMsg(ResponseCode::CommandParameterError, "Flag unsupported", false);
760 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid address", false);
774 cli->sendMsg(ResponseCode::CommandParameterError,
783 cli->sendMsg(ResponseCode::CommandParameterError,
859 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid local address", false);
863 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid remote address", false);
867 cli->sendMsg(ResponseCode::CommandParameterError, "Invali
[all...]
H A DDnsProxyListener.cpp184 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
263 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
388 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
H A DSoftapController.cpp220 return ResponseCode::CommandParameterError;

Completed in 306 milliseconds