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

/system/vold/
H A DResponseCode.h50 static const int CommandParameterError = 501; member in class:ResponseCode
/system/netd/
H A DResponseCode.h58 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.cpp353 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid route prefix", false);
369 cli->sendMsg(ResponseCode::CommandParameterError,
386 cli->sendMsg(ResponseCode::CommandParameterError,
504 cli->sendMsg(ResponseCode::CommandParameterError, "Flag unsupported", false);
677 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid address", false);
697 cli->sendMsg(ResponseCode::CommandParameterError,
712 cli->sendMsg(ResponseCode::CommandParameterError,
788 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid local address", false);
792 cli->sendMsg(ResponseCode::CommandParameterError, "Invalid remote address", false);
796 cli->sendMsg(ResponseCode::CommandParameterError, "Invali
[all...]
H A DDnsProxyListener.cpp119 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);
185 cli->sendMsg(ResponseCode::CommandParameterError, msg, false);

Completed in 2549 milliseconds